/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: #ffffff;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_blue {
	background-image: url(fondomenu.jpg);
	height:10px;
}
.containerrow2_blue {
	background-color: #ffffff;
}

.fondoletras{
    color: #002455; 		
	background-color: Transparent;	
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9px;
}

table.cbinfotable {
	background-color: #eee; 
	border: #fff 1px solid; 		
	padding-left: 4px;	
	margin-top: 7px;	
}

td.cbinfo span.head {
	color: #333; 
	font-family: Verdana, arial, "lucida console", sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	letter-spacing: 0.1em; 
	text-align: left; 
}

div.cbinfospacer {
	border-top: #666 1px solid;  
	font-size: 4px; 
}

td.cbinfo td.normal {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  11px;
   font-weight: normal;
   color: #333333;
}

contenedoresTitulos {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  11px;
   font-weight: normal;
   color: #333333;
}



