﻿.containerClass { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(../images/common/fondo_azul.gif);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.containerPlus {width: 1000px;background: #FFFFFF;background:url(../images/common/fondo_lado-izq.gif) repeat-y;margin: 0 auto;text-align: left;} 

.menuBlancoClass{font-size:90%; float:left;background-image:url(../Images/common/menu_fondo-imagen_class.jpg); background-position:bottom; padding-bottom:5px}
.menuBlancoClass li{width:213px;background:transparent url(../images/common/menu_bullet_class.gif) no-repeat 188px 7px}
.menuBlancoClass a{font-size:11px;font-weight:bold;padding:5px 32px 5px 5px;margin:0 !important;text-decoration:none;color:#fff;display:block}
.menuBlancoClass a:hover{font-size:11px;font-weight:bold;padding:5px 32px 5px 5px;margin:0 !important;text-decoration:underline;color:#fff;display:block}

/*.menubClass{ min-height:150px; height:auto!important;height:150px; padding-top:5px; background:#7FC8FD; }*/

.menuAzulClass li{width:200px; background:transparent url(../images/common/menu2_bullet_class.gif) no-repeat 188px 7px}
.menuAzulClass{font-size:90%; float:left;}

.menuAzulClass a{width:175px; font-size:11px;font-weight:bold;padding:5px 22px 5px 5px;margin:0 !important;text-decoration:none;#0066CC;display:block}
.menuAzulClass a:hover{width:175px; font-size:11px;font-weight:bold;padding:5px 22px 5px 5px;margin:0 !important;text-decoration:underline;#0066CC;display:block}


.header2Class { 
	width:1000px; background-color:#7FC8FD;
}
/*.datos_loginClass{width: 183px; min-height:55px; height:auto!important;height: 55px; float:left; background:#7FC8FD;}*/
.fondoBlanco{ background-color:#ffffff;}

.footerClass { 	padding: 0 0px 0 0;	background-image:url(../images/common/footer_fondo-politica_class.jpg); height:57px; } 
.footerClass p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
