@charset "utf-8";

/* CSS Document */
body {
    background:url(../images/I6eGpkt.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.boxer {
	width: auto; /* Ocupa el 80% del ancho disponible */
	border-collapse:collapse;
	text-align:center;
	font:normal 12px Courier New, Courier, monospace;
	background:#fff;
	overflow:hidden;
	border:2px solid #006699;
	-webkit-border-radius:13px; 
	border-radius:13px;
	max-width:900px;
	min-width:100px;
	}
	
.boxer .box-row {
	display:table-row;
	text-align:center;
	color:#00496B;
	font-size:12px;
	border-bottom:1px solid #E1EEF4;
	font-weight:normal;
	width: auto; /* Ocupa el 80% del ancho disponible */
	max-width:900px;
	min-width:100px;
	}
 
.boxer .box {
   display: table-cell;
   vertical-align: top;
   text-align:center;
   width: auto; /* Ocupa el 80% del ancho disponible */
   max-width:900px;
	min-width:100px;
}
.box1{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );
	background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
	background-color:#006699; 
	color:#FFFFFF; 
	font-size: 15px; 
	font-weight: bold;
	width: auto; /* Ocupa el 80% del ancho disponible */
	max-width:900px;
	min-width:100px;
	}