/*Documento de Estilos Css */

/*Estilos generales*/


body{
font-family: Verdana, Geneva, sans-serif;
font:11pt/13pt Verdana;
}

down{
color:#FE9A2E;
margin-left:10pt;
font: italic  11pt/14pt Arial, serif; 
}


p{
color:#0B3861;
margin-left:10pt;
}

h1,h2,h3,h4{
color:#084B8A;
margin-left:10pt;

}


enlaces{
background:none;
padding:none;
color:#000000;
font-family:arial;
}

img {
border:0px;
}


/*Estilos de capas*/

#pestañas{


background:none;
border:none;
background:/*white*/;
width:100%;
height:130px;
visibility:visible;
}

html>body #pestañas{/*firefox*/
background:none;
border:none ;
background:/*white*/;
height:130px;
visibility:visible;
}




#carga{
overflow:auto;
background:none;
border:none;
background:/*white*/;
width:100%;
height:500px;
top:180px;
visibility:visible;
position:absolute;
}

html>body #carga{/*css Firefox*/
overflow:auto;
background:none;
border:none;
background:/*white*/;
width:100%;
height:500px;
top:180px;
visibility:visible;
position:absolute;
}


