@charset "UTF-8";
/* CSS Document */


.container 

{ 
	width:500px; 
	height:200px;
	margin-left:auto;
	margin-right:auto;
	}



.cajita1 { 
	width:300px; 
	height:120px; 	
	display : table;
	margin-top: 15px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	alignment-adjust:central;
	}
	
.cajita2 { º
	width:500px; 
	height:120px;
	background:#FFF; 
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	display : table;
	padding-bottom:20px;
	border: 2px solid #900;
	}
	
.letraroja { 
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	color: #CB1F22;
	font-style: bold;
	font-size:12px;
	}
.titulos { 
	font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;
	color: #131212;
	font-style: bold;
	font-size:18px;
	text-align:center;
	}