﻿
/* CSS Document */
/*tabla principal*/

table.principal {
	width: 1100px;
	height: 530px;
}
td.principalCont {
}
td.principalMod {
	width: 25px;
	min-width:25px;
	text-align: right;
}

td.menu {
	background-color: #FFF;
	width: 180px;
	height: 100%;

}

/* ********************************************************* */

/*areas de cabecera*/

div.top {
	height: 60px;
	width: 1000px;
	text-align: right;
	background-image: url(../../img/border/top.brillo.gif);
	background-repeat: repeat-x;
	background-position: top;
}
div.logo {
	float: left;
}
div.file {
	float: right;
	margin: 25px 10px  0 5px;
}

/*User, logout, fecha*/
div.infoTop {
	color: #B5B4B4;
	line-height: 14px;
	margin: 18px 205px 0 0;
}
html>body div.infoTop {
	margin: 0 205px 0 0;
	padding: 18px 0 0;
}
div.infoTop a {
	color: #8ecb40;
	text-decoration: none;
}
.verde {
	color: #8ecb40;
	text-decoration: none;
}
div.infoTop a:hover {
	color: #ddff40;
	text-decoration: underline;
}
.UserInfo
{
    color: #B5B4B4;
    
}

/* ********************************************************* */

/*Barras superior (verde) e inferior (gris)*/
div.barraTop {
	height: 20px;
	background-image: url(../../img/border/cont.barratop20.gif);
	background-position :top ;
	background-repeat :repeat-x ;
	font-weight: bold;
	color: #376600;
}
yese
{
	background-color :Aqua;
}
div.barraTopExtend {
	height: 30px;
	background-image: url(../../img/border/cont.barratop1.gif);
	font-weight: bold;
	color: #376600;
	width:974px; /* yessenia*/
}
div.barraTop a {
	color: #376600;
}
div.barraTop a:hover {
	color: #B5B4B4;
}

/* ********************************************************* */
.barraBot {
	height: 22px;
	background-image: url(../../img/border/cont.barrabot1.gif);
	background-repeat:repeat-x;
	width:100%;
}
.barraBot, 
.barraBot * {
	color: #666666;
}


/* ********************************************************* */
/*area de trabajo*/
.contenido {
	width:100%; 
	height: 600px;
	background-color: #B5B4B4;
	padding: 0;
}
.contenido .InnerContent{
	padding:10px;
}

.InnerHeader{
	padding-top:6px;
	width:1100px;
	height:78px;
	background-image: url(../../img/fileweb_images/fondo_menu_s2.png);	
	background-color:#D3D3D3;
	background-repeat:no-repeat;
}

.innerBody
{
	padding-left:20px;
	padding-bottom:10px;
	padding-right:20px;
	padding-top:15px;
	background-color:#666666;
	
	background-repeat:repeat-x;
	background-position:top;
	color:#B5B4B4;
}
.innerBody td
{
	color:White;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	font-weight:normal;	
	padding-right:7px;
	background-color:Transparent;
}

.innerBody label
{
	background-color:Transparent;	
}

.innerBodyPrint
{
	padding-left:20px;
	padding-bottom:10px;
	padding-right:20px;
	padding-top:15px;
	background-color:White;
	color:#B5B4B4;
}
.innerBodyPrint td
{
	color:Black;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:14px;
	font-weight:normal;	
	padding-right:7px;
	background-color:Transparent;
}

.innerBodyPrint label{
	background-color:Transparent;	
}

.InnerButtons{
	padding:0px;	
}
.boton{
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.boton_usuario{
	background-image:url(../../img/fileweb_images/ico_usuario_s1.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_usuario:hover{
	background-image:url(../../img/fileweb_images/ico_usuario_s2.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#B5B4B4;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_reporte{
	background-image:url(../../img/fileweb_images/ico_reporte_s1.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_reporte:hover{
	background-image:url(../../img/fileweb_images/ico_reporte_s2.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#B5B4B4;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_tarea{
	background-image:url(../../img/fileweb_images/ico_tareas_s1.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_tarea:hover{
	background-image:url(../../img/fileweb_images/ico_tareas_s2.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#B5B4B4;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_documentos{
	background-image:url('../../img/fileweb_images/ico_docs_s1.png');
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_documentos:hover{
	background-image:url(../../img/fileweb_images/ico_docs_s2.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#B5B4B4;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}

.boton_politicas{
	background-image:url('../../img/fileweb_images/ico_pol_s1.png');
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_politicas:hover{
	background-image:url(../../img/fileweb_images/ico_pol_s2.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#B5B4B4;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}


/* BOTONES DE */
.boton_confirmar{
	background-image:url(../../img/fileweb_images/ico_confirmar_s1.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_confirmar:hover{
	background-image:url(../../img/fileweb_images/ico_confirmar_s2.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#B5B4B4;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_confirmar2{
	background-image:url(../../img/fileweb_images/ico_confirmar_s1.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_confirmar2:hover{
	background-image:url(../../img/fileweb_images/ico_confirmar_s2.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_editar{
	background-image:url(../../img/fileweb_images/ico_editar_s1.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_editar:hover{
	background-image:url(../../img/fileweb_images/ico_editar_s2.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#B5B4B4;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_express{
	background-image:url(../../img/fileweb_images/ico_express_s1.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_express:hover{
	background-image:url(../../img/fileweb_images/ico_express_s2.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#B5B4B4;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_camion{
	background-image:url(../../img/fileweb_images/ico_camion_s1.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_camion:hover{
	background-image:url(../../img/fileweb_images/ico_camion_s2.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#B5B4B4;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_caja{
	background-image:url(../../img/fileweb_images/ico_caja_s1.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_caja:hover{
	background-image:url(../../img/fileweb_images/ico_caja_s2.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#B5B4B4;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_eliminar{
	background-image:url(../../img/fileweb_images/ico_cancelar_s1.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_eliminar:hover{
	background-image:url(../../img/fileweb_images/ico_cancelar_s2.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#B5B4B4;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_eliminar2{
	background-image:url(../../img/fileweb_images/ico_cancelar_s1.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_eliminar2:hover{
	background-image:url(../../img/fileweb_images/ico_cancelar_s2.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_baja{
	background-image:url(../../img/fileweb_images/ico_eliminar_s1.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_baja:hover{
	background-image:url(../../img/fileweb_images/ico_eliminar_s2.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#B5B4B4;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_devolver{
	background-image:url(../../img/fileweb_images/ico_retornar_s1.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_devolver:hover{
	background-image:url(../../img/fileweb_images/ico_retornar_s2.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#B5B4B4;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}

.boton_comprar{
	background-image:url(../../img/fileweb_images/ico_comprar_s1.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_comprar:hover{
	background-image:url(../../img/fileweb_images/ico_comprar_s2.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#B5B4B4;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_agregar{
	background-image:url(../../img/fileweb_images/ico_agregar_s1.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_agregar:hover{
	background-image:url(../../img/fileweb_images/ico_agregar_s2.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#B5B4B4;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}

/* BOTONES DE ... */

.boton_favoritos{
	background-image:url(../../img/fileweb_images/ico_favoritos_s1.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_favoritos:hover{
	background-image:url(../../img/fileweb_images/ico_favoritos_s2.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#B5B4B4;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_imprimir{
	background-image:url(../../img/fileweb_images/ico_imprimir_s1.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_imprimir:hover{
	background-image:url(../../img/fileweb_images/ico_imprimir_s2.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#B5B4B4;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_limpiar{
	background-image:url(../../img/fileweb_images/ico_limpiar_s1.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_limpiar:hover{
	background-image:url(../../img/fileweb_images/ico_limpiar_s2.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#B5B4B4;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_exportar{
	background-image:url(../../img/fileweb_images/ico_exportar_s1.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_exportar:hover{
	background-image:url(../../img/fileweb_images/ico_exportar_s2.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#B5B4B4;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_importar{
	background-image:url(../../img/fileweb_images/ico_importar_s1.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_importar:hover{
	background-image:url(../../img/fileweb_images/ico_importar_s2.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#B5B4B4;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}



.boton_buscar{
	background-image:url(../../img/fileweb_images/ico_buscar_s1.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_buscar:hover{
	background-image:url(../../img/fileweb_images/ico_buscar_s2.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#B5B4B4;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_regresar{
	background-image:url(../../img/fileweb_images/ico_regresar_s1.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#333333;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}
.boton_regresar:hover{
	background-image:url(../../img/fileweb_images/ico_regresar_s2.png);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
	width:60px;
	height:15px;
	text-align:center;
	vertical-align:text-bottom;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	color:#B5B4B4;
	padding-top:55px;
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
}

.titulo{
	height:25px;	
	background-color:#F29ABE2;
}

.titulo td
{
	background-image:url(../../img/fileweb_images/fondo_titulo_s1.png);
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:14px;
	color:White;
	font-weight:bold;	
	padding-top:5px;
	padding-left:20px;
}
.titulo span
{
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:14px;
	color:White;
	font-weight:bold;	
}

.tituloPrint{
	height:25px;	
	background-color:#29ABE2;
}

.tituloPrint td{
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:18px;
	color:Black;
	font-weight:bold;	
	padding-top:5px;
	padding-left:20px;
}
.tituloPrint span{
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:14px;
	color:Black;
	font-weight:bold;	
}

.estado
{
	height:30px;
	width:1000px;
	background-color:#E8E8E8;
}
.estado td
{
	background-image:url(../../img/fileweb_images/fondo_estado_s1.png);
	line-height:30px;
}
.estado a{
	color:black;
}
.filtros{
	width: 1100px; 
	text-align: left; 
	height:96px; 
	background-color:#666666;
	
	background-repeat:repeat-x;
	background-position:top;
}

.filtros td
{
	vertical-align:middle;
	color:White;
	font-family:Verdana, Geneva, Sans-Serif;
	font-size:10px;
	font-weight:normal;	
	width:90px;
	padding-right:7px;
}

.filtros input
{
	text-align:left;
	background-color:#E8E8E8;
	vertical-align:middle;
}
.filtros select
{
	width:140px;
	text-align:left;	
	background-color:#E8E8E8;
	vertical-align:middle;
}
.fecha
{
	width:70px;
	text-align:left;
	vertical-align:middle;	
}

.validator
{
	color:#DDBBAA;
}

.confirmar_header{
	vertical-align:middle;
	color: White;
	text-align:left;
	font-weight:bold;
	font-family: Verdana, Geneva, Sans-Serif;
	font-size: 12px;
	height:23px;
	background-color: #005EA6;
	background-image: url(../../img/fileweb_images/popup_bar_s1.png);
	background-repeat:repeat-x;
	padding-left:10px;
	padding-top:7px;
	padding-bottom:0px;
	overflow:auto;
}

.confirmar_panel{
	position:absolute; 
	display:none; 
	z-index:80; 
	width:200px; 
	height:150px; 
	background-color:White; 
	border:solid 1px #000; 
	text-align:center;
}

.confirmar_mensaje{
	width:190px;
	overflow:auto;
	padding:10px;
}