/* CSS Document */

BODY { 
background: #FFFFFF repeat ;
font : 8pt Verdana, Geneva, Arial, Helvetica, sans-serif; 
color : #666666; 
text-align: center; 
} 

#banner_top{
text-align:right;
padding: 70px 10px 0px 0px;
}

#navegador{ 
background : #E1EBFF; 
font-weight : bold; 
text-align: center; 
padding : 3px 10px 5px 10px; 
border-top : 1px solid #cccccc; 
border-bottom : 1px solid #cccccc; 
} 

A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK{ 
color: #000066; 
text-decoration:none; 
} 
A.enlacenav:HOVER{ 
text-decoration:none;
color:#3F7DE3;
} 

/* ------------- AQUI IR AGRUPANDO GALLOS -------------*/

#cabecera{ 
background : #FFFFFF url(img/top.jpg); 
width:790px; 
height:150px;
} 

#bottom{ 
background : #FFFFFF url(img/bottom.jpg); 
width:790px; 
}

#pie{ 
clear : both; 
color : #000000; 
font-weight : bold; 
text-align : center; 
margin : 10px 10px 0px 10px; 
padding-bottom:10px; 
} 

#contenedor{ 
width:790px;
background-image:url(img/barra.gif);
background-color:#FFFFFF;
padding: 0px 20px 0px 21px;
float:left; 
} 

#borde{
background-color:#000066;
border: 2px solid #000066;
text-align:left; 
width:794px; 
}

#lateral{ 
width:200px; 
background-color:#FFFFFF; 
padding-left:3px;
padding-top:3px;
float:left; 
}  

#cuerpo{
width:740px;
background-color:#FFFFFF;
padding-left:3px;
float:left;
}

#cuerpo_admin{
width:500px;
background-color:#FFFFFF;
padding-left:3px;
float:left;
}

#titulo_login{
width:263px;
height:25px;
background-color:#000099;
color:#FFFFFF;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-left:5px;
padding-top:5px;
text-align:center;
float:left;
}

#marco_login{
width:260px;
padding-left:5px;
padding-top:5px;
border-left:1px solid #000000;
border-bottom:1px solid #000000;
border-right:1px solid #000000;
}

#separador{
width:250px;
padding-top:5px;
}

/* ------------- AQUI TERMINA GRUPO GALLOS -------------*/

#bordeado{
border-top-color:#CCCCCC; 
border-top-style:groove; 
border-top-width:thin; 
border-bottom-color:#CCCCCC; 
border-bottom-style:groove; 
border-bottom-width:thin; 
border-left-color:#CCCCCC; 
border-left-style:groove; 
border-left-width:thin; 
border-right-color:#CCCCCC; 
border-right-style:groove; 
border-right-width:thin; 
width:500px;
padding-left:10px;
padding-right:10px;
text-align:justify;
background-image:url(img/fondo_not.gif);
}

#texto{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:10px;
}

#dhtmltooltip{
position: absolute;
text-align:left;
color:#FF0000;
font-weight:bold;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: #DFDFFF;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}