<!--

/*********************************************************************************************************************/
/* 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: #e7c874;
	
	background-color: #004A8F;
	
	background: -moz-linear-gradient(top, #223a6f, #004A8F);
	background: -webkit-gradient(linear, left top, left bottom, from(#223a6f), to(#004A8F));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#223a6f', endColorstr='#004A8F');
}

#encabezado{
	width:100%;
	max-width: 1120px;
	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: 1120px;
	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; */
}

#menu li a.marcado{
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #e7c874;
}

/* 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: 1100px;
	margin: 0px auto 0px auto;
	
	text-align: left;
	background-color: #FFFFFF;
	
	padding: 8px;
	color: #666666;
	min-height: 450px;
	
	border-style: solid;
	border-width: 0px 1px;
	border-color: #CDCDCD;
	
	/* box-shadow: 1px 1px 0px #CDCDCD; */
}

#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: 1116px;
	margin: auto;
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	
	border-style: solid;
	
	border-top-width: 4px;
	border-top-color: #e7c874;
	
	
	border-left-width: 1px;
	border-left-color: #CDCDCD;
	
	border-right-width: 1px;
	border-right-color: #CDCDCD;
	
	background: -moz-linear-gradient(top, #223a6f, #004A8F);
	background: -webkit-gradient(linear, left top, left bottom, from(#223a6f), to(#004A8F));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#223a6f', endColorstr='#004A8F');
}

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

/*********************************************************************************************************************/
/* 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.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;
	clear: both;
}

#paginacion a{
	display: inline-block;
	width: 30px;
	padding: 2px;
	font-size: 11px;
	
	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, #FFFFFF, #C2C4EA);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#C2C4EA));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#C2C4EA');
}

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

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

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

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

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

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

	
table td{
	font-size: 12px;
	height: 32px;
	
	/* border-radius: 3px; */
	
	border-style: solid;
	border-width: 1px;
	border-color: #E0E0E0 !important;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0 !important;
	
	box-shadow: 1px 1px 0px #FFFFFF;
}

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

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

th{
	background-color: #e9e9e9;
	text-align: left;
	font-size: 11px;
	
	color: #676767;
	
	/* border-radius: 3px; */
	
	height: 26px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #DEDEDE;
	
	box-shadow: 1px 1px 0px #CDCDCD;
}

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;
}

.espaciado_vertical{
	border-spacing: 2px 5px;
}

.espaciado_horizontal{
	
}

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

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

.opciones td{
	background-color: #FAFAFA !important;
	
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #E8E8E8;
	
	box-shadow: 1px 1px 0px #CDCDCD;
}

.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;*/
	
	background-color: #FAFAFA !important;
	
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #BABABA;
	
	box-shadow: 1px 1px 0px #CDCDCD;
	
	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: #E8E8E8;
}

/*********************************************************************************************************************/
/* 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');*/
	
	box-shadow: 1px 1px 0px #CDCDCD;
	
	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;
}

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

.vacio{
	clear: both;
}

.info_trabajo_division{
	display: block; 
	text-align: left; 
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	border-bottom-color: #006699; 
	padding: 2px; 
	margin-bottom: 4px; 
	color: #006699;
}

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

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

.campo_cdt100, .campo_cdt95, .campo_cdt85, .campo_cdt75, .campo_cdt50, .campo_cdt25, .campo_cdt10{
	/* border-radius: 3px; */
	
	border-style: solid;
	border-width: 1px;
	border-color: #D0D0D0;
	
	border-bottom-color: #B0B0B0;
	
	padding: 7px 6px;
	
	font-size: 12px ;
	color: #505050;
	
	width: 96%;
	
	box-shadow: 1px 1px 0px #CDCDCD;
}

.campo_cdt100{
	width: 100%;
	max-width: 98%;
}

.campo_cdt95{
	width: 92%;
	max-width: 94%;
}

.campo_cdt85{
	width: 92%;
	max-width: 84%;
}

.campo_cdt75{
	width: 92%;
	max-width: 75%;
}

.campo_cdt50{
	width: 92%;
	max-width: 50%;
}

.campo_cdt25{
	width: 92%;
	max-width: 25%;
}

.campo_cdt10{
	width: 92%;
	max-width: 10%;
}

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;
	
	/* border-radius: 3px; */
	box-shadow: 1px 1px 0px #CDCDCD;
	
	color: #666666;
	font-size: 13px;
}

input[type="submit"]:hover, a.boton:hover{
	text-decoration: none;
	
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	
	color: #555555;
}

.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;
	
	/* border-radius: 3px; */
	box-shadow: 1px 1px 0px #CDCDCD;
	
	color: #666666;
	font-size: 13px;
}

.normal_celda{
	
}

.normal_celda input, .normal_celda select{
	
}

.error_celda{
	border-right-style: solid;
	border-right-width: 3px;
	border-right-color: #f7484a !important;
	
	padding: 2px;
	font-size: 12px;
	font-family: Arial, Verdana;
}

.error_celda input, .error_celda select{
	border-style: solid;
	border-width: 1px;
	border-color: #f7484a;
}

input, textarea, select{
	border-style: solid;
	border-width: 1px;
	border-color: #7F9DB9;
	padding: 3px;
	font-size: 12px;
	font-family: Arial, Verdana;
	
	color: #444444;
}

.boton_azul{
	padding: 8px 12px;
	
	font-size: 12px;
	font-weight: bold;
    font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif !important;
	background-color: #2A589F;
	color: #FFFFFF;
	
	border-radius: 2px;
	
	white-space: nowrap;
	
	display: block;
	width: 75% !important;
}

.boton_azul:hover{
	color: #DDDDDD !important;
	text-decoration: none;
}

.boton_rosa{
	padding: 8px 12px;
	
	font-size: 12px;
	font-weight: bold;
    font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif !important;
    
	background-color: #EE0A7C;
	color: #FFFFFF;
	
	border-radius: 2px;
	
	white-space: nowrap;
	
	display: block;
	width: 75% !important;
}

.boton_rosa:hover{
	color: #DDDDDD !important;
	text-decoration: none;
}

/*********************************************************************************************************************/
/*********************************************************************************************************************/

/*********************************************************************************************************************/
/* 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; */
	
	box-shadow: 1px 1px 0px #CDCDCD;
}

.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; */
	
	box-shadow: 1px 1px 0px #CDCDCD;
	
	font-size: 14px;
}

.formulario td small{
	font-size: 10px;
}

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

/*********************************************************************************************************************/
/* 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;*/
	
	box-shadow: 1px 1px 0px #CDCDCD;
}

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

.listado select{
	font-size: 11px;
}

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

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

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

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

.fase_reg1, .marcado .fase_reg1{
	background-color: #bccef4 !important;
	color: #bccef4;
	border-style: hidden;
}

.fase_reg2, .marcado .fase_reg2{
	background-color: #fae187 !important;
	color: #fae187;
	border-style: hidden;
}

.fase_reg3, .marcado .fase_reg3{
	background-color: #a0d995 !important;
	color: #a0d995;
	border-style: hidden;
}

.fase_reg4, .marcado .fase_reg4{
	background-color: #e8ba86 !important;
	color: #e8ba86;
	border-style: hidden;
}

.fase_reg5, .marcado .fase_reg5{
	background-color: #ffa8b8 !important;
	color: #ffa8b8;
	border-style: hidden;
}

.reg_tipo1, .marcado .reg_tipo1{
	background-color: #77d2c0 !important;
	color: #77d2c0;
	border-style: hidden;
}

.reg_tipo2, .marcado .reg_tipo2{
	background-color: #377cb7 !important;
	color: #377cb7;
	border-style: hidden;
}

.reg_tipo3, .marcado .reg_tipo3{
	background-color: #af97c5 !important;
	color: #af97c5;
	border-style: hidden;
}

.reg_tipo4, .marcado .reg_tipo4{
	background-color: #f9e6ab !important;
	color: #f9e6ab;	
	border-style: hidden;
}

.reg_tipo5, .marcado .reg_tipo5{
	background-color: #cbba9e !important;
	color: #cbba9e;
	border-style: hidden;
}

.reg_tipo6, .marcado .reg_tipo6{
	background-color: #f9abab !important;
	color: #f9abab;
	border-style: hidden;
}

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;
}

.color_cbarras{
	background-color: #f2eff7 !important;
}

.color_cbarras_th{
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #9e88cf !important;
	
	background-color: #f2eff7 !important;
}

.color_ver{
	background-color: #e2f0f8 !important;
}

.color_ver_th{
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #88b5cf !important;
	
	background-color: #e2f0f8 !important;
}

.color_mdf{
	background-color: #ecf5dc !important;
}

.color_mdf_th{
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #c1dd8f !important;
	
	background-color: #ecf5dc !important;
}

.color_elm{
	background-color: #fadfdf !important;
}

.color_elm_th{
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #c77070 !important;
	
	background-color: #fadfdf !important;
}

.filtro select, .filtro input[type="text"]{
	font-size: 11px;
}

.filtro .activo{
	background-color: #EBFFF0;
	
}

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

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

.imagen{
	width: 47%;
	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: left;
	
	color: #787878;
	padding: 5px;
}

.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 */
/*********************************************************************************************************************/

/*********************************************************************************************************************/
/* Colores de la página principal */
/*********************************************************************************************************************/

.color_recibido{
	background-color: #f0eaf9 !important;
}

.color_atendido{
	background-color: #FFFBEE !important;
}

.color_no_atendido{
	background-color: #fadfdf !important;
}

.color_solucionado{
	background-color: #ecf5dc !important;
}

.color_abierto{
	background-color: #e2f0f8 !important;
}


.color_semaforo_verde{
	background-color: #ecf5dc !important;
}

.color_semaforo_amarillo{
	background-color: #FBFBDB !important;
}

.color_semaforo_rojo{
	background-color: #fadfdf !important;
}

.blk_grafica_40{
	width: 40%;
}

.blk_grafica_80{
	width: 80%;
}


/*********************************************************************************************************************/
/* Aqui terminan los colores de la página principal */
/*********************************************************************************************************************/

@media all and (max-width: 650px){
	.blk_grafica_40{
		width: 100%;
	}
	
	.blk_grafica_80{
		width: 100%;
	}
}

-->