/* CSS Document */
body {          
	  margin:0px;
	  padding:0px;
	  background-color: #fdfdfd;
      }
#capa_superior        
	{
	width: 100%;
	position: absolute;
	top: 0;
	height: 50%;	
	background-color: #928e8f;
	}	
#linea_central        
	{
	width: 100%;
	position: absolute;
	top: 50%;	
	overflow: visible;	
	}
	
#contenido_centrado    
	{
	position: absolute;
	width: 100%;
	height: 927px;
	top: -440px; /* mitad del alto */		
	background-image: url('../img/comunes/fondo.jpg');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	}

#contenido_normal{	
    width: 100%;	
    top: 0px;
    background-image: url('../img/comunes/fondo.jpg');
    background-repeat: repeat-x;
    background-position: 0px 0px;
}
.texto_verdana {  
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 9px; 
    font-style: normal; 
    color: #39393a; 
    text-align:left;}  
A.texto_verdana {  
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 10px; 
    font-style: normal; 
    color: #39393a; 
    text-align:left;
    text-decoration:none}  
A.texto_verdana:hover { 
    text-decoration:underline;}

.texto_tahoma {  
    font-family: Tahoma, Helvetica, sans-serif; 
    font-size: 11px; 
    font-style: normal; 
    color: #39393a; 
    text-align:left;}  
A.texto_tahoma {  
    font-family: Tahoma, Helvetica, sans-serif; 
    font-size: 11px; 
    font-style: normal; 
    color: #39393a; 
    text-align:left;
    text-decoration:none}  
A.texto_tahoma:hover { 
    text-decoration:underline;}
    
.texto_pie {  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 9px; 
    font-style: normal; 
    color: #39393a; 
    text-align:left;}
A.texto_pie {  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 9px; 
    font-style: normal; 
    color: #39393a; 
    text-align:left;
    text-decoration:none; }
A.texto_pie:hover { 
    text-decoration:underline;}
.cajetin_formulario {  
    font-family: Tahoma, Helvetica, sans-serif; 
    font-size: 11px;  
    color: #515151; 
    background: #efefef; 
    border: 1px solid #bdbdbd;}
.etiqueta {  
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 11px; 
    font-style: normal; 
    color: #515151; 
    text-align:right;} 
.etiqueta2 {  
    font-family: Tahoma, Helvetica, sans-serif; 
    font-size: 11px; 
    font-style: normal; 
    color: #00496e; 
    text-align:left;} 
.cajetin_formulario2 {  
    font-family: Tahoma, Helvetica, sans-serif; 
    font-size: 11px;  
    color: #515151; 
    background: #fdfdfd; 
    border: 1px solid #cfcfcf;}
A.enlace_cabecera {  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    font-style: normal; 
    color: #ffffff; 
    text-align:left;
    text-decoration:none; }
A.enlace_cabecera:hover { 
    color:#FF6600;}

h1,h2{
      text-indent: -5000px;
      margin:0;
      padding:0;
      display:none;
}
