/* CSS Document */
body {
	  margin:0px;
	  padding:0px;
	  background-color: #0078ac;
      }

#capa_superior        
	{
	width: 100%;
	position: absolute;
	top: 0;
	height: 50%;	
	background-color: #0078ac;
	}
	
#linea_central        
	{
	width: 100%;
	position: absolute;
	top: 50%;	
	overflow: visible;	
	}
	
#contenido_centrado    
	{
	position: absolute;
	width: 100%;
	height: 600px;
	top: -300px; /* mitad del alto */
	background-color: #0078ac;
	}

#contenido_normal{	
    width: 100%;	
    top: 0px;	
    background-color: #0078ac;
   
}


.texto_azul {  
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 10px; 
    font-style: normal; 
    color: #3f99c1; 
    text-align:left;
text-decoration:none;}   

A.texto_azul:hover {    
    text-decoration:underline;}
    
.texto {  
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 11px; 
    font-style: normal; 
    color: #000000; 
    text-align:left;
    text-decoration:none;}  
    
A.texto:hover {    
    text-decoration:underline;}
    
.etiqueta {  
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 10px; 
    font-style: normal; 
    color: #104390; 
    text-align:right;}   

.cajetin {  
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 10px;  
    color: #104390; 
    background: #FFFFFF;
    font-weight:bold;
    border: 1px solid #104390;}


