<!--

/*********************************************************************************************************************/
/* Estilos del Layout */
/*********************************************************************************************************************/

body{
	background-color: #EAEAEA;
	font-family: Arial, Verdana;
	font-size: 12px;
	margin: 0px;
	text-align: center;
	height: 100%;
}

#fondo_encabezado{
	display: block;
	color: #FFFFFF;
	height: 60px;
	
	background-image: url(imagenes/patron_enc.jpg);
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #FDBB30;
}

#encabezado{
	width:100%;
	max-width: 960px;
	margin: auto;
	text-align: left;
	/* background-color: #FFFFFF; */
}

#encabezado h1{
	float: left;
	margin: 0px;
	font-size: 22px;
	/* background-color: #FFFFFF; */
	padding: 15px 13px 0px 13px;
}

/* Estilo para los Menús */

#menu{
	background-color: #000000;
	display: block;
	height: 27px;
	
	background: -moz-linear-gradient(top, #FFFFFF, #E4E4E4);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E4E4E4));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E4E4E4');
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D0D0D0;
}

#menu ul{
	margin: auto;
	padding: 6px 0px 5px 0px;
	width: 100%;
	max-width: 972px;
	text-align: left;
	/* background-color: #FFFFFF; */
	
}


#menu li{
	display: inline;
	list-style-type: none;
	color: #666666;	
	
	padding-top: 6px;
	padding-bottom: 6px;
	
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #E0E0E0;
	
	/* background-color: #000000; */
	font-size: 11px;
}

#menu li.inc{
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #E0E0E0;
	border-left-style: none;
}

#menu li a{
	text-decoration: none;
	color: #666666;
	padding: 6px 8px 6px 8px;
}

#menu li a:hover{
	background-color: #E5E5E5;
	/* padding: 6px 8px 6px 8px; */
}

/* Aquí termina el estilo para los Menús */

/* Estilo para los Submenús */

#menu ul ul{
	position: absolute;
	left: -9999px;
	top: -9999px;
	list-style-type: none;
}

#menu ul li:hover { 
	position:relative; 
}

#menu ul li:hover ul{
	left: 0px;
	top: 27px;
	width: 210px;
	
	padding: 0px;
	
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #E0E0E0;
	
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #E0E0E0;
	
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #E0E0E0;
	
	background: -moz-linear-gradient(top, #E4E4E4, #FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#E4E4E4), to(#FFFFFF));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E4E4E4', endColorstr='#FFFFFF');
}

#menu ul li:hover ul li{
	
	border-left-style: none;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
	
	border-right-style: none;
	border-right-width: 1px;
	border-right-color: #E0E0E0;

}

#menu ul li:hover ul li a {
	display: block;
	padding: 8px 10px;
	text-indent: 15px;
	
	border-left-style: none;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E0E0E0;
	
	margin: 0px 0px;
}

#menu ul li:hover ul li a:hover { 
	/* background: #005555; */
}

/* Aquí termina el estilo para los Submenús */

#contenido{
	width: 98%;
	max-width: 956px;
	margin: 0px auto 0px auto;
	
	text-align: left;
	background-color: #FFFFFF;
	
	padding: 8px;
	color: #666666;
	min-height: 450px;
	
	font-family: Arial;
}

#contenido p{
	font-size: 11px;
}

#contenido .linea_dvc{
	display: block;
	background-color: #EAEAEA;
	margin: 0px -8px;
	
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #DDDDDD;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
}

#pie{
	width: 100%;
	max-width: 972px;
	margin: auto;
	text-align: left;
	background-color: #004A8F;
	color: #FFFFFF;
	font-size: 11px;
	min-height: 74px;
}

#pie p{
	margin: 0px;
	padding: 12px 8px 12px 8px;
}

#pie a{
	color: #FFFFFF;
}

#pie a:hover{
	text-decoration: underline;
}

/*********************************************************************************************************************/
/* Aqui terminan los estilos del Layout */
/*********************************************************************************************************************/

/*********************************************************************************************************************/
/* Estilos de las H */
/*********************************************************************************************************************/

h2{
	font-size: 16px;
	margin-left: 2px;
	padding-bottom: 8px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #005279;
	
	margin-bottom: 15px;
}

h3{
	color: #006699;
	padding-left: 3px;
}

h3.titulo_pnc{
	font-size: 16px; 
	line-height: 20px; 
	border-left-style: solid; 
	border-left-width: 4px; 
	border-left-color: #009900; 
	border-bottom-style: dotted; 
	border-bottom-width: 2px; 
	border-bottom-color: #009900; 
	margin: 0px; 
	padding: 6px;
}

h3.blk_titulo{
	padding: 5px 5px 10px 5px;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #005279;
	
	margin-bottom: 15px;
	
	text-transform: uppercase;
}

/*********************************************************************************************************************/
/* Aqui terminan los estilos de las H */
/*********************************************************************************************************************/

/*********************************************************************************************************************/
/* Estilos para la páginación */
/*********************************************************************************************************************/

#paginacion{
	display: block;
	text-align: center;
}

#paginacion a{
	padding: 4px;
	
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
	
	background: -moz-linear-gradient(top, #FFFFFF, #E4E4E4);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E4E4E4));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E4E4E4');
	
	text-decoration: none;
	color: #666666;
	margin: 0px 2px 10px 2px;
}

#paginacion a:hover{
	background: -moz-linear-gradient(top, #E5E5E5, #DDDDDD);
	background: -webkit-gradient(linear, left top, left bottom, from(#E5E5E5), to(#DDDDDD));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E5', endColorstr='#DDDDDD');
}

#paginacion a.sel{
	background: #E4E4E4;
}

/*********************************************************************************************************************/
/* Aqui terminan los estilos para la paginación */
/*********************************************************************************************************************/

/*********************************************************************************************************************/
/* Estilos de las Tablas */
/*********************************************************************************************************************/

table{
	font-family: Arial, verdana;
	font-size: 12px;
	color: #666666;
}

table.mder{
	margin-right: 25px;
}

table.mizq{
	margin-left: 25px;
}

table td{
	font-size: 12px;
	min-height: 28px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #DEDEDE;
}

table tr:nth-child(odd) td{
	background-color: #F6F6F6;
}

table tr:nth-child(even) td{
	background-color: #EFEFEF;
}

th{
	background-color: #E1E1E1;
	text-align: left;
	font-size: 12px;
	
	height: 28px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #DEDEDE;
}

th.enc{
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	
	background: -moz-linear-gradient(top, #FDBB30, #FFA800);
	background: -webkit-gradient(linear, left top, left bottom, from(#FDBB30), to(#FFA800));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FDBB30', endColorstr='#FFA800');
	
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #D87800;
	
	text-align: center;
}

/*********************************************************************************************************************/
/* Aqui terminan los estilos de las Tablas */
/*********************************************************************************************************************/

/*********************************************************************************************************************/
/* Estilos de los Formularios */
/*********************************************************************************************************************/

.formulario th{
	background: -moz-linear-gradient(top, #F5F5F5, #DFDFDF);
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#DFDFDF));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#DFDFDF');
	
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #006699;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E8E8E8;
	
	min-height: 28px;
}

.formulario td{
	background-color: #FAFAFA !important;
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #E8E8E8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E8E8E8;
	font-size: 14px;
	
	height: 28px;
}

/*********************************************************************************************************************/
/* Aqui terminan los estilos de los Formularios */
/*********************************************************************************************************************/

/*********************************************************************************************************************/
/* Estilos de los Opciones */
/*********************************************************************************************************************/

.opciones td{
	background-color: #FAFAFA !important;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #E8E8E8;
	
	height: 28px;
}

.opciones th{
	background: -moz-linear-gradient(top, #F5F5F5, #EFEFEF);
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#EFEFEF));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#EFEFEF');
	
	
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #D8D8D8;
	
	text-align: center;
}

.opciones th:hover{
	background: -moz-linear-gradient(top, #F5F5F5, #DFDFDF);
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#DFDFDF));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#DFDFDF');
	
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #BABABA;
}

/*********************************************************************************************************************/
/* Aqui terminan los estilos de los Opciones */
/*********************************************************************************************************************/

/*********************************************************************************************************************/
/* Estilos Generales */
/*********************************************************************************************************************/

p.margen{
	margin: 3px;
	color: #777777;
}

.opc_der{
	width: 200px;
	float: right;
	text-align: right;
	margin-bottom: 3px;
	padding-right: 3px;
}

.opc_izq{
	width: 600px;
	float: left;
	text-align: left;
	margin-bottom: 3px;
}

div.td{
	background-color: #EFEFEF;
	
	padding: 8px;
	margin: 0px 2px 2px 2px;
	
	background-color: #FAFAFA !important;
	
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #E8E8E8;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E8E8E8;
	
	font-size: 13px;
	
	width: 97%;
}

div.th{
	background-color: #F3F3F3;
	
	border-style: solid;
	border-width: 1px;
	border-color: #DEDEDE;
	
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: #006699;
	
	padding: 8px;
	margin: 10px 2px 2px 2px;
	
	font-weight: bold;
	
	background: -moz-linear-gradient(top, #F5F5F5, #DFDFDF);
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#DFDFDF));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#DFDFDF');
	
	width: 97%;
	
	text-align: left;
	
}

div.th small{
	font-weight: normal;
	padding-left: 2px;
}

a{
	color: #333366;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.error{
	border-style: solid;
	border-width: 1px;
	border-color: #CC0000 !important;
}

.aviso{
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FDBB30;
	text-align: center;
	padding: 5px;
	background-color: #F6F6F6;
}

.vacio{
	clear: both;
}

.faq p{
	padding: 0px 10px;
	font-size: 12px !important;
}

.faq strong{
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	
	padding: 6px 0px;
}

/*********************************************************************************************************************/
/* Aqui terminan los estilos generales */
/*********************************************************************************************************************/

/*********************************************************************************************************************/
/* Estilos de los campos de texto y botones */
/*********************************************************************************************************************/

.campo_txt{
	width: 99%;
	
	font-size: 13px;
	padding: 5px 0px 5px 4px;
	
	color: #333333;
	
	border-style: solid;
	border-width: 1px;
	border-color: #9D9D9D;
}

.campo_mtxt, .campo_cdt25{
	width: 97%;
	max-width: 420px;
	
	font-size: 13px;
	padding: 5px 0px 5px 4px;
	
	color: #333333;
	
	border-style: solid;
	border-width: 1px;
	border-color: #9D9D9D;
}

.campo_stxt{
	width: 94%;
	max-width: 120px;
	
	font-size: 13px;
	padding: 5px 0px 5px 4px;
	
	color: #333333;
	
	border-style: solid;
	border-width: 1px;
	border-color: #9D9D9D;
}

input[type="submit"]{
	padding: 4px 12px;
	
	background: -moz-linear-gradient(top, #FFFFFF, #E4E4E4);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E4E4E4));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E4E4E4');
	
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}

.boton{
	padding: 4px 12px;
	
	background: -moz-linear-gradient(top, #FFFFFF, #E4E4E4);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E4E4E4));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E4E4E4');
	
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}

.cancelar_btn{
	padding: 4px 12px;
	
	background: -moz-linear-gradient(top, #FFFFFF, #E4E4E4);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E4E4E4));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E4E4E4');
	
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	
	font-size: 14px;
}

/*********************************************************************************************************************/
/* Aquí terminan los Estilos de los campos de texto y botones */
/*********************************************************************************************************************/

/*********************************************************************************************************************/
/* Estilos para los Listados */
/*********************************************************************************************************************/

.listado th{
	/* background-color: #E8E8E8 !important; */
	font-size: 11px !important;
	
	background: -moz-linear-gradient(top, #F5F5F5, #DFDFDF);
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#DFDFDF));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#DFDFDF');
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #006699;
}

.listado td{
	/* background-color: #F3F3F3 !important; */
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E8E8E8;
	
	font-size: 12px;
}

.marcado td{
	background-color: #fae8c2 !important;
	border-color: #f6c663;
}

.publicado, .marcado .publicado{
	background-color: #65768d !important;
}

.no_publicado, .marcado .no_publicado{
	background-color: #be6b6b !important;
}

.fase_reg0, .marcado .fase_reg0{
	background-color: #dbdbdb !important;
	color: #dbdbdb;
}

.fase_reg1, .marcado .fase_reg1{
	background-color: #d3efd1 !important;
	color: #d3efd1;
}

.fase_reg2, .marcado .fase_reg2{
	background-color: #fdfed3 !important;
	color: #fdfed3;
}

.fase_reg3, .marcado .fase_reg3{
	background-color: #fed3d3 !important;
	color: #fed3d3;
}

.reg_tipo1, .marcado .reg_tipo1{
	background-color: #377cb7 !important;
	color: #377cb7;
}

.reg_tipo2, .marcado .reg_tipo2{
	background-color: #43aaa6 !important;
	color: #43aaa6;
}

.reg_tipo3, .marcado .reg_tipo3{
	background-color: #900cbb !important;
	color: #900cbb;
}

.reg_tipo4, .marcado .reg_tipo4{
	background-color: #e37933 !important;
	color: #e37933;
}

.reg_tipo5, .marcado .reg_tipo5{
	background-color: #81a916 !important;
	color: #81a916;
}

.reg_tipo6, .marcado .reg_tipo6{
	background-color: #d85f5f !important;
	color: #d85f5f;
}

div.pago{
	margin: auto 10px;
	background-color: #d7efdb;
	padding: 4px 2px;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: #71c281;
	border-bottom-width: 2px;
}

/*********************************************************************************************************************/
/* Aqui terminan los estilos para los Listados */
/*********************************************************************************************************************/

/*********************************************************************************************************************/
/* Estilos para las Páginas de Documentos e Imagenes */
/*********************************************************************************************************************/

.imagen{
	width: 162px;
	float: left;
	margin: 12px;
	padding: 0px;
	
	background-color: #F3F3F3;
	
	border-style: solid;
	border-width: 1px;
	border-color: #DEDEDE;
	
	overflow: hidden;
	text-align: center;
}

.imagen .small_img{
	width: auto;
	height: 80px;
}

.imagen p.opciones{
	margin: 0px;
	margin-bottom: 10px;
	
	background: -moz-linear-gradient(top, #F5F5F5, #DFDFDF);
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#DFDFDF));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#DFDFDF');
}

.imagen p.codigo{
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	
	color: #787878;
	background-color: #FFFFFF;
	
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #DEDEDE;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DEDEDE;
	
	padding: 4px;
}

.imagen p.fyh{
	margin: 4px 0px;
	font-size: 9px;
	text-align: center;
	
	color: #787878;

}

.imagen p.pclave{
	margin: 4px 0px;
	font-size: 9px;
	text-align: center;
	
	color: #787878;

}

.imagen span{
	color: #885555;
}

.documento{
	width: 47%;
	height: 80px;
	float: left;
	margin: 7px;
	padding: 6px;
	
	background: -moz-linear-gradient(top, #FFFFFF, #E4E4E4);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E4E4E4));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E4E4E4');
	
	border-style: solid;
	border-width: 1px;
	border-color: #DEDEDE;
}

.documento img{
	padding-right: 5px;
	padding-top: 5px;
}

.documento .info{
	float: left;
	width: 80%;
}

.documento .opciones{
	width: 18%;
	float: right;
	text-align: center;
	margin-top: 14px;
}

/*********************************************************************************************************************/
/* Aqui terminan los estilos para las Páginas de Documentos e Imagenes */
/*********************************************************************************************************************/

-->