
/*Estilos Generales*/
h1{
    /*color: #da251d;*/
    font-size: 11px;
    /*font-weight: normal;*/
    /*text-align: left;*/
    /*border-bottom: 1px #c0c0c0 solid;*/
}
h2{
    font-size: 1em;
    color: #008ec5;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

img{
    border: 0;
    padding: 0;
    margin: 0;
    border-style: none;
}

.acronym { border: none; }

.izq{ float: left;}
.dcha{float: right;}

.displaynone{
    display:none;
}

.rojoclaro{color:#990000;}
.naranja{color:#DD7E16;}
.grisclaro{color:#CCC9C9;}


.linea_separacion{
    margin-bottom:2px;
}


.contenido_menu_iqda{
    /*padding-bottom:10px;*/
    /*margin-right:1em;*/

    background: #ffffff;
    position:absolute;
    right:2.2em;
    top:0;
    left:0;
    bottom:0;
    /*margin-top:38px;*//*para bajar los menus*/

}


.contenido_menu_dcha{/*tb en explorer css*/
    /*padding-bottom:10px;*/
    /*margin-left:1em;*/
    height:100%;
    background: #ffffff;
    position:absolute;
    left:2.2em;
    top:0;
    right:0;
    bottom:0;
    /* padding-top:39px; leyre*/
    /*margin-top:38px;*//*para bajar los menus*/


}
.contenido_menu_dcha_inicio{/*tb en explorer css*/
    /*padding-bottom:10px;*/
    /*margin-left:1em;*/
    height:100%;
    background: #ffffff;
    position:absolute;
    left:2.2em;
    top:0;
    right:0;
    bottom:0;
    margin-top:42px/*subimos todo 19 px y los menús ademas 5px mas*/
    /*margin-top:66px;*/ /*tendria que ser 69*/
    /*margin-top:38px;*//*para bajar los menus*/


}




.linea_formulario{
    margin:15px;
    height:15px;
    clear:both;
}
.imagen_menu{
    position:fixed;
    right:96px;
    top:0px;
    z-index:200;
    left:0px;

}