@charset "utf-8";
/* CSS Document */

.TablaHeader{
background-image:url(../img/encabezado.png);
height:25px;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;   
font-size:12px; 
font-weight:bold;  
}

.TablaBody{
height:auto;
color:#003366;
font-style:normal;
border:groove;
border-color:#006699;
}

.Fila{
background-image:url(../img/cuerpo.png);
height:auto;
color:#003366;
font-style:normal;
border:groove;
border-color:#006699;
}

.Fila1{
background-color:#CCCCCC;
height:auto;
color:#003366;
font-style:normal;
border:groove;
border-color:#006699;
}


.TablaEncabezado{
background-image:url(../img/encabezado.png);
width:100%;
height:20px;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;   
font-size:12px; 
font-weight:bold;
border-bottom:#003366;
border-bottom-width:thin;
border-left:#003366;
border-left-width:thin;
border-right:#003366;
border-right-width:thin;
}

.TablaColumna{
color:#003366;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

.TablaColumnaReport{
color:#003366;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}


/*
Construccion de Menu Vertical
*/

.main_cont   
{   
float:left;   
width:180px;   
background-color:#24507B;   
padding:10px;   
}   

.menu_top_bg   
{   
width:180px;   
background:url(../grfx/menu_top_bg.gif) repeat-x;   
height:22px;   
padding-top:8px;   
font-family:Verdana, Arial, Helvetica, sans-serif;   
font-size:12px;   
color:#FFFFFF;   
font-weight:bold;   
text-align:center;   
margin-bottom:1px;   
}   

.sub_menu ul   
{   
padding:0px;   
margin:0px;   
}   

.sub_menu ul li   
{   
font-family:Arial, Helvetica, sans-serif;   
font-size:11px;   
color:#FFFFFF;   
line-height:32px;   
border-bottom:1px dotted #93bcc3;   
list-style-type:none;   
text-indent:8px;   
}   
 
.sub_menu ul li a   
{   
text-decoration:none;   
color:#FFFFFF;   
}   

.sub_menu ul li a.selected   
{   
background:url(../grfx/menu_selected.gif) no-repeat;   
4float:left;   
width:180px;   
height:32px;   
}   
  
.sub_menu ul li a:hover   
{   
background:url(../grfx/menu_selected.gif) no-repeat;   
float:left;   
width:180px;   
height:32px;   
}
