#mainWindow,
#banners {
    margin: 1em auto;
   /* padding: 10px 5px;*/
   -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;

}

section.homeIndividual {
	padding: 0 0 10px 0px;
    margin-bottom: 0.5em;
  /*  width: 100%;*/

}

section.homeDoble {
    padding: 10px 0;
    margin-bottom: 0.5em;
    
    
    /*Lo anterioe e fijo, esto es varibale en funcion de las cajas a mostrar, en este caso 2*/
    display: inline;
    float: left;
    margin-left: 0px;
    margin-right: 5px;
    width: 504px;
    height: 150px;
}

section.homeTriple {
    padding: 10px 0;
    margin-bottom: 0.5em;
   
    
    /*Lo anterioe e fijo, esto es varibale en funcion de las cajas a mostrar, en este caso 3*/
    display: inline;
    float: left;
    margin-left: 0px;
    margin-right: 5px;
    width: 335px;
    
    height:230px;
    margin-top:2px;
}

h3.homeAcceso,h3.homeConsultar, h3.homeDescargar ,h3.homeAyudar,h3.homeEnlaces ,h3.homeAvisos {
	margin-right: 40%;
	margin-bottom: 0.5em;
	font-size: 2.3em;

	margin-left: 0px;
	margin-right: 20px;
	padding-top: 0px;
}


h4 {
	margin-top: 0px;
	padding: 0.20em;
	margin-bottom: 0.5em;
	text-align: left;
	color: #034D70;
	font-family: Georgia;
	font-size: 17.8px;
	font-weight: bold;
}





.white_content {
	Z-INDEX: 1002;
	POSITION: absolute;
	PADDING-BOTTOM: 16px; 
	BACKGROUND-COLOR: white; 
	PADDING-LEFT: 16px; 
	WIDTH: 500px; 
	PADDING-RIGHT: 16px; 
	DISPLAY: none;
	HEIGHT: auto; 
	OVERFLOW: auto; 
	BORDER : #009ee0 3px solid;
	PADDING-TOP: 16px;
	
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

section.homeTripleAcceso {
    margin-bottom: 0.5em;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
}

#homeLogin h4{ 
	background: url(../images/alternativo/borde_superior_recheo_1026.png) no-repeat !important;
	/*height: 20px;*/
	padding: 0.6em 0.25em 9px 0.5em;
	/*width: 896px;*/
	margin-bottom: 0;
}

#homeConsultar h4{
	background: url(../images/alternativo/borde_superior_recheo_507.png) no-repeat !important;
	/*height: 20px;*/
	padding: 0.6em 0.25em 0.6em 0.5em;
	margin-bottom: 0;
}

#homeDescargar h4{
	background: url(../images/alternativo/borde_superior_recheo_507.png) no-repeat !important;
	/*height: 20px;*/
	padding: 0.6em 0.25em 0.6em 0.5em;
	margin-bottom: 0;
}

#homeAyudar h4{
	background: url(../images/alternativo/borde_superior_recheo_332.png) no-repeat !important;
	/*height: 20px;*/
	padding: 0.6em 0.25em 0.6em 0.5em;
	margin-bottom: 0;
	width: 100%;
	float: left;
}

#homeEnlaces h4{
	background: url(../images/alternativo/borde_superior_recheo_332.png) no-repeat !important;
	/*height: 20px;*/
	padding: 0.6em 0.25em 0.6em 0.5em;
	margin-bottom: 0;
	width: 100%;
	float: left;
	margin-left:2px;
}

#homeAvisos h4{
	background: url(../images/alternativo/borde_superior_recheo_340.png) no-repeat !important;
		/*height: 20px;*/
	padding: 0.6em 0.25em 0.6em 0.5em;
	margin-bottom: 0;
	width: 100%;
	float: left;
	margin-left:2px;
}

#homeIndividual h4{
	background: url(../images/alternativo/borde_superior_recheo_880.png) no-repeat !important;
		/*height: 20px;*/
	padding: 0.6em 0.25em 9px 0.5em;
	width: 880px;
	margin-bottom: 0;
}

