<!--

/*********************************************************************************************************************/
/* Estilos del Layout */
/*********************************************************************************************************************/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body{
	background-color: #0071c1;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	margin: 0px;
	text-align: center;
	height: 100%;
	padding: 0px 30px;
}

#encabezado{
	width: 100%;
	max-width: 1192px;
	
	margin: auto;
	padding: 6px 0px;
	
	margin-top: 3%;
}

#encabezado h1{
	text-align: right;
	
	padding: 0px;
	margin: 0px;
	
	font-size: 14px;
	text-transform: uppercase;
	
	color: #FFFFFF;
	
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
}

#contenido{
	position: relative;
	max-width: 1080px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	padding: 40px 54px;
	color: #666666;
	min-height: 450px;
	margin: 0px auto;
}

#contenido #seccion{
	width: -webkit-fill-available;
	position: fixed;
	background-color: #035fa0;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	letter-spacing: 2px;
	padding: 10px 6px;
	color: #FFFFFF;
	transform: rotate(-90deg);
	/*top: 140px;
	left: -158px;*/
	margin-top: 148px;
	margin-left: -214px;
	font-weight: normal;
	text-align: center;
	z-index: 1;
	font-weight: 300;
	text-transform: uppercase;
	width: 300px;
}

#contenido #pagina{
	width: 96%;
	margin: auto;
	z-index: 0;
}
#contenido #menu{
	display: none;
}
#contenido #menu-button{
	color: #fdc101;
    padding: 12px 16px;
    background-color: #035fa0;
    margin-bottom: 4px;
    font-size: 2.3em;
    display: inline-block;
    cursor: pointer;
}

#contenido #blk_menu{
	position: absolute;
	right: -25px;
	text-align: right;
}
	
#contenido #blk_menu #menu{
	/*width: 36px;*/

	color: #fdc101;
		text-align: right;
	/*top: 16px;
	right: -20px;*/
	
	margin-top: 8px;
	
	font-size: 16px;
	
	font-weight: bold;
	
	z-index: 1;
}

#contenido #menu a{
	display: block;
    color: #fdc101;
    padding: 9px 14px 9px 62px;
    background-color: #035fa0;
    text-align: right;
    -webkit-box-shadow: -6px 4px 15px 0px rgba(0,0,0,0.23);
    -moz-box-shadow: -6px 4px 15px 0px rgba(0,0,0,0.23);
    box-shadow: -6px 4px 15px 0px rgba(0,0,0,0.23);
    border-bottom: 1px solid #004b88;
}
#contenido #menu-button:hover,#contenido #menu a:hover{
	background-color: #024175;
}
#contenido #menu a:hover{
	background-color: #004c81;
}

#pie{
	width: 94%;
	max-width: 1192px;
	margin: auto;
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
}

#pie a{
	color: #FFFFFF;
}

#pie a:hover{
	color: #c6e7ff;
	text-decoration: none;
}
	
#pie p{
	margin: 0px;
	padding: 12px 0px;
}

#pie p strong{
	float: left;
	margin-top: -4px;
	padding-right: 8px;
	font-size: 28px;
}

#pie p small{
	font-size: 9px;
}

/*********************************************************************************************************************/
/* Aqui terminan los estilos del Layout */
/*********************************************************************************************************************/


/*********************************************************************************************************************/
/* 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: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #666666;
	border-spacing: 0;
	border-collapse: collapse;
}

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: #FFF;
}

th{
	background-color: #E1E1E1;
	text-align: left;
	font-size: 12px;
	
	height: 28px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #DEDEDE;
}

/*********************************************************************************************************************/
/* Aqui terminan los estilos de las Tablas */
/*********************************************************************************************************************/

/*********************************************************************************************************************/
/* Estilos de la Tabla Login */
/*********************************************************************************************************************/

.login tr:nth-child(odd) td{
	background-color: #F6F6F6;
}

.login tr:nth-child(even) td{
	background-color: #EFEFEF;
}

.login th{
	background-color: #035fa0;
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	
	height: 28px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #DEDEDE;
}

/*********************************************************************************************************************/
/* Aqui terminan los estilos de las Tablas */
/*********************************************************************************************************************/

/*********************************************************************************************************************/
/* Estilos de los Formularios */
/*********************************************************************************************************************/

.formulario th{
	background-color: #FFFFFF !important;
	border-width: 0px;
	
	height: 28px;
	
	text-align: right;
	padding-right: 10px;
}

.formulario td{
	background-color: #FFFFFF !important;
	border-width: 0px;
	
	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;
	
	font-size: 11px;
}

.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 */
/*********************************************************************************************************************/

#contenido p{
	color: #777777;
}

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;
}

.asterisco{
	color: #267dc4;
}

.vacio{
	clear: both;
}

/*********************************************************************************************************************/
/* Aqui terminan los estilos generales */
/*********************************************************************************************************************/

/*********************************************************************************************************************/
/* Estilos de las H */
/*********************************************************************************************************************/

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: #cce1f2;
	
	margin-bottom: 15px;
	
	text-transform: uppercase;
	font-size: 13px;
}

hr{
	border-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #cce1f2;
	margin: 16px 0px;
	float: right;
	width: 80%;
}

/*********************************************************************************************************************/
/* Aqui terminan los estilos de las H */
/*********************************************************************************************************************/

/*********************************************************************************************************************/
/* Estilos de los campos de texto y botones */
/*********************************************************************************************************************/

.campo_txt{
	width: 95%;
	
	font-size: 13px;
	padding: 5px 0px 5px 4px;
	
	color: #333333;
	
	border-style: solid;
	border-width: 1px;
	border-color: #9D9D9D;
}

.campo_mtxt{
	width: 85%;
	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: 45%;
	max-width: 180px;
	
	font-size: 13px;
	padding: 5px 0px 5px 4px;
	
	color: #333333;
	
	border-style: solid;
	border-width: 1px;
	border-color: #9D9D9D;
}

input[type="text"], input[type="password"], select{
	padding: 7px;
	
	border-style: solid;
	border-width: 1px;
	border-color: #EAEAEA;
	
	background-color: #EAEAEA;
}

input[type="text"]:focus, input[type="password"]:focus, select:focus{
	border-color: #74abd2;
	
	background-color: #FAFAFA;
}


input[type="submit"]{
	padding: 12px 12px;
	
	min-width: 160px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	
	background-color: #035fa0;
	
	border-style: none;
}

.boton{
	padding: 12px 12px;
	
	min-width: 160px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	
	background-color: #035fa0;
	
	border-style: none;
	
	text-decoration: none !important;
}

.boton_cancelar{
	padding: 12px 12px;
	
	min-width: 160px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	
	background-color: #C74042;
	
	border-style: none;
	
	text-decoration: none !important;
}

.boton_guardaynuevo{
	padding: 12px 12px;
	
	min-width: 160px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	
	background-color: #295F92 !important;
	
	border-style: none;
	
	text-decoration: none !important;
}

.boton_inactivo{
	padding: 12px 12px;
	
	min-width: 160px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 1px;
	
	background-color: #929292;
	
	border-style: none;
}

/*********************************************************************************************************************/
/* Aquí terminan los Estilos de los campos de texto y botones */
/*********************************************************************************************************************/

/*********************************************************************************************************************/
/* Estilos para los Listados */
/*********************************************************************************************************************/

.listado th{
	font-size: 11px !important;
	min-height: 28px;
	background: #e7e7e7;
	border: 0;
	border-spacing: 0px;
}

.listado td{
	/* background-color: #F3F3F3 !important; */
	font-size: 11px;
	min-height: 28px;
	background: #f8f8f8;
	border-spacing: 0px;
}

.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: #65768d !important;
	color: #65768d;
}

.reg_tipo2, .marcado .reg_tipo2{
	background-color: #be6b6b !important;
	color: #be6b6b;
}

.reg_tipo3, .marcado .reg_tipo3{
	background-color: #8944A0 !important;
	color: #8944A0;
}

.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: #3D96A4;
	color: #3D96A4;
}

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 */
/*********************************************************************************************************************/

@media screen and (max-width: 640px) {
       table {
            display: block;
       		overflow-x: auto;
       }
       #contenido #seccion{
       		position: absolute;
		    transform: rotate(0deg);
		    margin: 0;
		    left: 20px;
		    top: 0px;
		    background: none;
		    color: #222;
		    width: auto;
		    padding-left: 0px;
		}


       #contenido{
       	 	padding: 60px 14px;
       }
       #contenido #blk_menu{
       		top:0px;
       }
       #contenido #blk_menu{
       		right:0px;
       }
}

-->