@charset "utf-8";
/* CSS Document */
*
{margin:0px;}

#contenedor
{width:850px;
min-width:850px;
background-color:#F9F9F9;
margin:0px auto 0px auto;}
#encabezado
{width:850px;
background-color:#FFF;}
#menu
{width:850px;
height:25px;
background-color:#009966;
color:#FFF;}
#sector1{width:850px;}
#sector1 .titulo
{font-family:Georgia, "Times New Roman", Times, serif;
font-size:14pt;
font-weight:bold;
color:#666600;
padding-left:10px;}
#sector1 .subtitulo
{font-family:Georgia, "Times New Roman", Times, serif;
font-size:10pt;
color:#990000;
padding-left:10px;}
#sector1 .texto
{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:8pt;
padding:10px;
color:#336666;
}
.formulario
{
width:700px;
border:1px dashed #CCEBD1;
padding:8px;
position:relative;
margin:20px auto 10px auto;
}
.formulario
{font-size:7pt;
background-image:url(../images/fndformulario.jpg); 
}

.formulario caption
{

padding:10px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10pt;
color:#333333;
font-weight:bold;
}
.cboDep
{width:120px;
background-color:#FFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:7pt;
color:#666666;
}
.cboEtn
{width:180px;

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:7pt;
color:#666666;
}
.cboEstado
{width:120px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:7pt;
color:#666666;
}

.btnBuscar
{width:180px;
height:25px;
 }
 #sector1{width:850px;}

#resultado {width:830px;margin:10px;}
#resultado{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:7.5pt;}
#resultado thead td
{font-weight:bold;
text-align:center;}
/*Colocando los valores de color para table sorter*/
#resultado table.tablesorter thead tr .headerSortUp { 
    background-image: url("../images/asc.gif"); 
    background-color: #B4EE76; 
	background-position: center left; 
} 
#resultado table.tablesorter thead tr .headerSortDown { 
    background-image: url("../images/desc.gif"); 
    background-color: #B4EE76;
	background-position: center left; 
} 
#resultado th.header { 
    background-image: url("../images/bg.gif");     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
	background-color: #EBF7E9; 
    padding-left: 20px; 
    border-right: 1px solid #dad9c7; 
    margin-left: -1px; 
} 
#resultado table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
#resultado table.tablesorter tbody td {
	color: #3D3D3D;
	background-color: #FFF;
	padding:4px;
	vertical-align:top;
}
#resultado .detalles
{	
	border:none;
}
#sector2 .titulo
{font-family:Georgia, "Times New Roman", Times, serif;
font-size:14pt;
font-weight:bold;
color:#666600;
padding-left:10px;}
#pie
{
clear:both;
width:850px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:7pt;
color:#CCCCCC;
border-top:1px dashed #CCCCCC;
text-align:center;
background-color:#FFF;
}
