* {
    font-family: 'arial';
    font-size: 13px;
    padding: 0px;
    margin: 0px;
}

body {
    text-align: center;
    background: url('general/fondo.jpg') repeat-x #FAFAFC;
}

.general {
    width: 939px;
    margin: 0px auto 36px auto; 
    text-align: left;
}

.menu {
    padding: 0px 6px;

    height: 43px;
    overflow: hidden;

    position: relative;
    top: -6px;
    left: 0px;
}
.menu ul {
    display: block;
    height: 36px;

    position: absolute;
    top: 6px;
    right: -1px;
}
.menu li {
    list-style-type: none; 
    height: 37px;
    float: left; 
}
.menu li a {
    display: block;
    height: 37px;
    padding: 0px 15px;
    
    float: left;
    
    background: url('general/menu_actual_fondo.gif') no-repeat 100px 200px;

    color: #fff;
    font-size: 12px;
    text-decoration: none;
    line-height: 36px;
}
.menu .actual a {
    color: #00B4FF;
}
.menu li a:hover, .menu .actual a {
    background-position: bottom center;
    color: #02B1F7;
}
.menu .opcion_contacto {
    background: url('general/menu_contacto_fondo.jpg') repeat-x;
}
.menu .opcion_contacto a {
    color: #000;
}
.menu .opcion_contacto a:hover, .menu .opcion_contacto .actual a {
    color: #000;
}

.menu .actual a {
    font-weight: 800;
}

.encabezado {
    padding: 0px 6px;

    background-color: #fff;
  
     height: 126px;

    position: relative;
    top: 0px;
    left: 0px;
}
.encabezado h1 {
    background: url('general/encabezado_logo.jpg') no-repeat;
    height: 114px;
    
    text-indent: -1000px;
    overflow: hidden;
}
.encabezado .acceso {
    position: absolute;
    top: 20px;
    right: 0px;

    width: 200px;
    height: 70px; 
}
.encabezado .acceso a {
    display: block;

    width: 117px;
    height: 40px;

    overflow: hidden;
    text-indent: -1000px;

    background: url('general/libros.jpg') no-repeat;
}
.encabezado .acceso div {
    position: absolute;
    top: 0px;
    left: 117px;
}

#banner_swf {
    width: 927px;
    height: 248px;
}

.cuerpo_dos {
    padding: 0px 6px;
    background: url('general/general_fondo.png') repeat-y;
}

.cierre {
    display: block;
    height: 10px;
    overflow: hidden;
    clear: both;
    
    position: relative;
    top: 8px;
    left: 0px;

    background: url('general/pie_fondo.png') repeat-x top;
}

.pie {
    padding: 0px 6px;

    position: relative;
    top: 9px;
    left: 0px;

    padding-bottom: 9px; 

    clear: both;
}
.pie #metas {
    border: 1px solid #DADAE2;
    background-color: #DADAE2;

    font-size: 11px; 
    color: #7F8289;
}
.pie .derechos {
    margin-top: 0px;
    height: 25px;
    line-height: 30px; 
    font-size: 11px; 
    color: #7F8289;
}



#metas {
    position: relative;
    top: 0px;
    left: 0px;

    height: 90px;
}
#metas div {
    width: 290px;
    height: 80px;
    float: left;}
#metas div .cont {
    height: 80px;
    width: auto;
    padding: 0px 16px;
}

#metas div h3, #metas div p {
    padding-left: 75px;
}
#metas div h3  {
    font-size: 11px;
    margin-bottom: 5px;
}
#metas div p {
    font-size: 10px;
}
#metas div a {
    display: block;
    margin-top: 5px;
    
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
    color: #7F8289;
}
#metas div a:hover {
    text-decoration: underline;
}

#m_acerca {
    background: url('general/icono_acerca_1.gif') no-repeat 15px 10px;
}
#m_contacto {
    background: url('general/icono_contacto_1.gif') no-repeat 15px 10px;
    border-left: 1px solid #C2C2CF;
    margin-left: 15px;
}
#m_participa {
    background: url('general/icono_participa_1.gif') no-repeat 15px 10px;
    border-left: 1px solid #C2C2CF;
    margin-left: 15px;
}



#m_acerca .cont {
    background: url('general/icono_acerca_2.gif') no-repeat 15px 250px;
}
#m_contacto .cont {
    background: url('general/icono_contacto_2.gif') no-repeat 15px 250px;
}
#m_participa .cont {
    background: url('general/icono_participa_2.gif') no-repeat 15px 250px;
}