/* 
Documento : estilos
Creado : 22 de Septiembre de 2008, 10:02
Autor  : Leyre Antuñano
Descripción : Estilos generales de las páginas del departamento de Bioquimica.
*/
/*Estilos Estructurales*/
body, html{
    border: 0;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, "Frutiger-Light", Helvetica, sans-serif;
     /*height:100%;*/
}

a{
    text-decoration:none;
    color:#666666; 
    
}
a:hover, .azul:hover{
    text-decoration:none;
    color:blue;
    
}

.azul a:hover{
    text-decoration:none;
    color:blue;
}
.seleccionado{
    color:blue;
}

a:link{
    text-decoration:none;  
}
#cabecera {
    background-color: #ffffff;
    height: 100px;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index:1;
}

#subcabecera {
    text-align:center;
    background:white;
    height: 15px;
    width: 100%;
    top: 100px;
    left: 0;
    position: fixed;
    z-index:3;
    
}

#centro {   
    margin-top:115px;
}

#menu_izq {
    background:#ffffff;
    width: 20%;
    position: fixed;    
    float: left;
}

#cabecera_menu_izq {
    background:#ffffff;
    height:40px;
    width: 100%;
    
}
#menu_dcha{
    width: 20%;
    position: fixed;    
    right:0px;
}


#cabecera_menu_dcha {
    background:#ffffff; 
    height:40px;
    width: 100%;
}

#contenido {
    background: #ffffff;
    position: absolute;
    left: 20%;
    right: 20%;/*COMENTAR ESTA LINEA PARA QUITAR EL MENU DE LA DERECHA*/
    z-index:0;
   
    
}

#cabecera_contenido {
    background:#ffffff; 
    position:fixed;
    height:40px;
    width: 60%;
    top:115px;
    
}
#cabecera_contenidoSinMenuDcha {
    background:#ffffff; 
    position:fixed;
    height:40px;
    width: 77%;
    top:115px;
    
}

#cabecera_contenidoSinMenus {
    background:#ffffff;
    position:fixed;
    height:40px;
    width: 95.5%;
    top:115px;

}
#contenidoSinMenus {
    background: #ffffff;
    position: absolute;
    left: 2%;
    /*right: 20%;/*COMENTAR ESTA LINEA PARA QUITAR EL MENU DE LA DERECHA*/
    z-index:0;
    width:96%;
    }

#texto_contenido {
    /*padding-top:34px;*/
    padding-top:47px;
    width: 100%;
    color:#848381;
    text-align:justify;
    
    
}
#texto_contenido a{
    text-decoration:none;
    color:#214a9c; 
    
}
#texto_contenido a:hover{
    text-decoration:none;
    color:blue; 
    
}
#contenidoSinMenuDcha {
    background: #ffffff;
    position: absolute;
    left: 20%;
    /*right: 20%;/*COMENTAR ESTA LINEA PARA QUITAR EL MENU DE LA DERECHA*/
    z-index:0;
    width:77%
    
    
    
}

#texto_contenido p{
   
    
}

#pie {
    /* background: pink;*/
    background-color: #ffffff;
    position: fixed;
    width: 95%;
    height: 25px;
    bottom: 0;
    left: 2%;
    font-size: 0.6em;
    border-top: 3px double #b9b9b9;
    line-height: 2em;
    z-index:3;
    
}

h1{
    color: #214a9c;
    font-size: 13px;
    font-weight: normal;
}


h2{
    font-size: 1em;
    color: #214a9c;
    font-weight: normal;
    
}

img{
    border: 0;
    padding: 0;
    margin: 0;
    border-style: none;
}
.acronym { border: none; }

#menu_izq ul{ list-style-type:none; border: 0; margin:0; padding:0;}
#menu_dcha ul{ list-style-type:none; border: 0; margin:0; padding:0;}