/* CSS Document */

/*.......................... BLOQUES GENERALES ............................... */

body {
	font-size: 62.5%;
	font-family: Tahoma, Verdana, Arial;
	
}
#Container{
	font-size:1.2em;  /*tamanyo general de textos 13px*/
	color:#333333;
	position:relative;
	}

#Contenido{
	clear:both;

}


/*.......................... BLOQUES CONTENIDO CENTRAL ............................... */





#Columna1{
	position: absolute;
	left:1.5em;
	top:140px;
	width:200px;

 }
 
 #Columna1Interior{
	position: absolute;
	left:1.5em;
	top:180px;
	width:200px;

 }


#Columna2 {
	margin-left:220px;

	margin-right:300px;
	padding-top:80px;
	
}


#Columna3 {
	position: absolute;
	right:5px;
	top:140px;
	width:270px;
	
	background:url('RayVert.gif') repeat-y;


}

#MenuAuxiliar{
	position:absolute;
	top:0.5em;
	left:1.5em;
	width:330px!important}

#MenuAuxiliar ul li a{
	
	color:#007CC2;
	font-size:0.95em;

}

#MenuAuxiliarDerecha{
	position:absolute;
	top:0.5em;
	right:0em;
	width:270px;
	}

#BuscadorCabecera{
	margin-left: 335px;
margin-right:17em;}
	
	
/*.......................... CONTENIDO CENTRAL PAGINAS INTERIORES ............................... */	

#ContenidoCentral {
		margin-left:220px;
	margin-right:1.5em;
	padding-top:120px;
	/*padding-top:1em; */

	
}


/*.................DOS COLUMNAS PAGINAS INTERIORES..............................*/

#ColumnaInteriorIzquierda {
	
	margin-left:220px;
	
	margin-right:250px;
	padding-top:120px;
	
	color:#666666;
	
}

#ColumnaInteriorDerecha {
	position: absolute;
	right:1.5em;
	top:180px;
	width:210px;
	

}


/*.......................... PIE DE PAGINA ............................... */



		#footer {
 		 clear:both; 
                text-align:center; 
                padding-bottom:1em; 
                margin: 2em auto 2em auto; 
                color:#666666;  
				}	
		#footer a{ 
		color:#007CC2; 
                } 

		#footer p
		{ display:inline
		} 
