@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: Gotham_Book;
	src: url(../fonts/Gotham-Book.otf);
}

* {
	margin:0px;
	padding:0px;
	font-family:'Gotham_Book', sans-serif;
	font-size:14px;
}

.boton-listado{
	position:relative;top:5px;width:20px;cursor:pointer;
}


.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.columna-tercio{
	display:inline-block;
	width:33%;
	vertical-align: top;
	padding-bottom: 20px;
}

.celda-listado{
	vertical-align: top;
}

html {
	position:relative;
	min-height:100%;
}

body {
	margin-bottom:100px;
	background-color:#edebe5;
}

.liga-tabla{
	cursor:pointer;
}

.encabezado-superior{
	width: 100%;
background-color:#FFFFFF;
}

.contenedor-menu-logo{
	width: 100%;
	max-width: 1000px;
	margin:0 auto;
	height:100px;

}

.cuerpo-contenido{
	width:100%;
	max-width: 1200px;
	margin:0 auto;
}

.titulo-tabla{
	display:inline-block;
	line-height: 40px;
	background-color: #1d3286;
	color:white;
	font-size:15px;
}

.titulo-80{
	width:80%;
}
.titulo-20{
	width:20%;
}





#contenedor-menu{
	float:left;
}




#contenedor-logo{
	width:200px;
	float:right;
	vertical-align: top;
}



img {
	border:none;
}

table {
	border:none;
	border-spacing:0px;
	border-collapse:collapse;
}

.template_campos {
	padding:0px 10px;
	box-sizing:border-box;
	color:#3c3c3b;
	background-color:#fff;
	border:1px solid #ededed;
}

.template_campos._required {
	font-weight:bold;
}

input.template_campos,
select.template_campos {
	width:270px;
	height:30px;
}

select.template_campos option.off {
	color:#ccc;
}

textarea.template_campos {
	padding:10px;
	max-width:270px;
	min-width:270px;
	max-height:200px;
	min-height:200px;
}

.template_btnGeneral {
	display:inline-block;
	vertical-align:top;
	width:250px;
	border:2px solid #113177;
	padding:2px;
	cursor:pointer;
}

.template_btnGeneral p {
	height:45px;
	text-align:center;
	background-color:#113177;
	color:#fff;
	font-size:16px;
	line-height:45px;
}

/*******************************************************************************************************************************************
													configuracion de las interfaces - template
*******************************************************************************************************************************************/

.template_cuerpo,
.template_cabecera,
.template_cabeceraCuerpo,
.template_menu {
	position:relative;
	box-sizing:border-box;
}

.template_cuerpo {
	/*width:1200px;*/
	margin:0px auto;
}

.fila-formulario{
	width:100%;

}

.columna-formulario{
	width:50%;
	display:inline-block;
}

.template_cabecera {
	width:100%;
	background-color:#fff;
	text-align:center;
}

.template_cabeceraCuerpo {
	width:100%;
	height:100px;
}

.template_cabeceraCuerpo .template_cuerpo {
	height:100%;
}

.template_cabecera table.menu {
	position:absolute;
	left:0px;
	bottom:15px;
	height:30px;
}

.template_cabecera table.menu td {
	cursor:pointer;
	padding:0px 5px;
	color:#373736;
	position:relative;
}

.template_cabecera table.menu td span {
	color:inherit;
	height:30px;
	line-height:30px;
	padding-left:10px;
	font-weight:bold;
}

.template_cabecera table.menu td a.menuBtns {
	display:inline-block;
	vertical-align:top;
	width:30px;
	height:30px;
	text-indent:200px;
	overflow:hidden;
	cursor:pointer;
}

.template_cabecera table.menu td a.menuBtns.menu {
	background:url(../images/menuBtns.png) no-repeat;
	background-size:30px auto;
}

.template_cabecera table.menu td:hover ul {
	display:block;
	overflow:hidden;
}

.template_cabecera table.menu td ul {
	display:none;
	position:absolute;
	width:100%;
	top:30px;
	z-index:1;
	background-color:#edebe5;
	border:1px solid #373736;
	border-radius:7px;
	list-style:none;
}

.template_cabecera table.menu td ul li {
	padding:2px 10px;
	color:#373736;
	font-size:16px;
}

.template_cabecera table.menu td ul li:hover {
	background-color:#888787;
	color:#fff;
}

.template_cabeceraCuerpo .contenedorLogo {
	position:absolute;
	bottom:20px;
	right:0px;
	height:50px;
}

.template_cabeceraCuerpo .contenedorLogo img {
	height:100%;
}

.template_menu {
	width:100%;
	background-color:#577cd0;
}

.template_menu table {
	height:50px;
	position:relative;
}

.template_menu table td {
	padding-right:30px;
	cursor:pointer;
	color:#fff;
	position:relative;
	font-weight:bold;
	text-transform:uppercase;
}

.template_menu table td:hover .submenu {
	display:block;
}

.template_menu table td .submenu {
	display:none;
	list-style:none;
	position:absolute;
	top:50px;
	z-index:1;
	white-space:nowrap;
}

.template_menu table td li {
	height:40px;
	line-height:40px;
	background-color:#577cd0;
	box-sizing:border-bpx;
	padding:0px 10px;
	position:relative;
}

.template_menu table td li:hover {
	background-color:#113177;
}

.template_menu table td li:hover .submenu_nivel2 {
	display:block;
}

.template_menu table td .submenu_nivel2 {
	display:none;
	list-style:none;
	position:absolute;
	left:100%;
	top:0px;
}

.template_menu table td .submenu_nivel2 li {
	background-color:#383838;
}

.template_menu table td .submenu_nivel2 li:hover {
	background-color:#000;
}

.template_contenedorCuerpo {
	width:100%;
	position:relative;
}

.template_contenedorCuerpo .template_cuerpo {
	height:auto;
}

.template_footer {
	position:absolute;
	width:100%;
	height:100px;
	bottom:0px;
}

.template_footer table {
	width:100%;
	height:100%;
}

.template_footer table td {
	text-align:center;
	color:#fff;
}

.template_footer table td.col1 {
	width:67%;
	background-color:#3c3c3b;
	padding-left:20px;
	text-align:left;
	font-weight:bold;
}

.template_footer table td.col2 {
	width:33%;
	background-color:#888787;
}

.template_mascaraPrincipal {
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(255, 255, 255, 0.7);
	z-index:10;
	cursor:pointer;
	display:none;
}

.templatePopUp {
	position:fixed;
	width:800px;
	top:0px;
	left:0px;
	z-index:11;
	background-color:#edebe5;
	display:none;
	box-sizing:border-box;
	padding:20px;
	border:1px solid #577cd0;
}

.templatePopUp span.btnCerrar {
	width:20px;
	height:20px;
	display:block;
	background:rgba(0, 0, 0, 0.7);
	font-size:14px;
	color:#fff;
	cursor:pointer;
	text-align:center;
	position:absolute;
	top:2px;
	right:2px;
	border-radius:15px;
}

.popup_mascara_nivel2 {
	z-index:20;
}

.popup_nivel2 {
	z-index:21;
}

.template_popup_cambiar_password {
	width:700px;
}

.template_popup_cambiar_password h1 {
	font-size:22px;
	color:#113177;
	font-weight:bold;
	padding-bottom:20px;
	text-align:center;
}

.template_popup_cambiar_password ._texto {
	padding-bottom:10px;
	text-align:center;
}

.template_popup_cambiar_password .template_campos {
	width:100%;
}

.template_popup_cambiar_password ._btn {
	text-align:center;
	padding-top:20px;
}

.template_popup_cambiar_password ._texto {
	font-size:18px;
	font-weight:bold;
}

/*******************************************************************************************************************************************
															configuracion de las interfaces - template
*******************************************************************************************************************************************/

/*******************************************************************************************************************************************
															estilos para el arrastre de archivos
*******************************************************************************************************************************************/


.__template_contenedorArrastreFiles {
	position:relative;
}

.__template_contenedorArrastreFiles .__contenedorArrastre,
.__template_contenedorArrastreFiles .__contenedorArchivosArrastre {
	width:100%;
	position:relative;
	box-sizing:border-box;
}

.__template_contenedorArrastreFiles .__contenedorArrastre {
	padding:10px;
	text-align:center;
	border:1px solid #113177;
	color:#113177;
	font-weight:bold;
}

.__template_contenedorArrastreFiles .__contenedorArrastre p {
	margin:8px 0px;
}

.__template_contenedorArrastreFiles .__contenedorArrastre .btn {
	display:inline-block;
	vertical-align:top;
	padding:8px 20px;
	background-color:#113177;
	color:#fff;
	cursor:pointer;
}

.__template_contenedorArrastreFiles .__contenedorArrastre input[type='file'] {
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	left:0px;
	opacity:0;
	cursor:pointer;
}

.__template_contenedorArrastreFiles .__contenedorArchivosPorSubir {
	padding:20px 0px;
}

.__template_contenedorArrastreFiles ._bloqueSubirArchivo {
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	position:relative;
	margin:0px 32px 32px 0px;
}

.__template_contenedorArrastreFiles ._bloqueSubirArchivo ._contenedorImagen,
.__template_contenedorArrastreFiles ._bloqueSubirArchivo ._info {
	display:inline-block;
	vertical-align:top;
	position:relative;
	overflow:hidden;
	width:150px;
	height:150px;
	box-sizing:border-box;
}

.__template_contenedorArrastreFiles ._bloqueSubirArchivo ._contenedorImagen {
	text-align:center;
	border:1px solid #373736;
}

.__template_contenedorArrastreFiles ._bloqueSubirArchivo ._info {
	padding-left:15px;
}

.__template_contenedorArrastreFiles ._leyenda,
.__template_contenedorArrastreFiles ._tipo,
.__template_contenedorArrastreFiles ._vigencia {
	background-color:#fff;
	color:#373736;
	font-weight:bold;
	overflow:hidden;
}

.__template_contenedorArrastreFiles ._leyenda {
	height:95px;
}

.__template_contenedorArrastreFiles ._info._conTipo ._leyenda {
	height:70px;
}

.__template_contenedorArrastreFiles ._leyenda textarea.template_campos,
.__template_contenedorArrastreFiles ._vigencia input.template_campos,
.__template_contenedorArrastreFiles ._vigencia select.template_campos {
	border:none;
}

.__template_contenedorArrastreFiles ._leyenda textarea.template_campos {
	max-width:100%;
	min-width:100%;
	max-height:100%;
	min-height:100%;
}

.__template_contenedorArrastreFiles ._tipo,
.__template_contenedorArrastreFiles ._vigencia {
	margin-top:20px;
	height:30px;
}

.__template_contenedorArrastreFiles ._info._conTipo ._tipo,
.__template_contenedorArrastreFiles ._info._conTipo ._vigencia {
	margin-top:10px;
}

.__template_contenedorArrastreFiles ._tipo select.template_campos,
.__template_contenedorArrastreFiles ._vigencia input.template_campos {
	width:100%;
}

.__template_contenedorArrastreFiles ._thumbnail {
	width:100%;
	height:100%;
	position:absolute;
	overflow:hidden;
	top:0px;
	text-align:center;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.__template_contenedorArrastreFiles ._thumbnail img {
	max-width:150px;
	min-height:150px;
}

.__template_contenedorArrastreFiles ._mascara {
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(255, 255, 255, 0.5);
}

.__template_contenedorArrastreFiles ._formulario {
	display:none;
}

.__template_contenedorArrastreFiles ._controles {
	width:100%;
	position:absolute;
	top:0px;
	text-align:right;
	padding:3px;
	box-sizing:border-box;
	display:none;
}

.__template_contenedorArrastreFiles ._borrar {
	display:inline-block;
	vertical-align:top;
	background:rgba(255, 255, 255, 0.7);
	border-radius:5px;
	cursor:pointer;
	color:#852c2b;
	font-weight:bold;
	padding:1px 7px 3px;
}

.__template_contenedorArrastreFiles ._progress {
	width:80%;
	height:18px;
	background-color:#f00;
	overflow:hidden;
	background-color:#f7f7f7;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
	position:absolute;
	top:50%;
	margin-top:-9px;
	left:10%;
}

.__template_contenedorArrastreFiles ._progress ._bar {
	width:0%;
	height:100%;
	color:#fff;
	font-size: 12px;
  	text-align: center;
  	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  	background-color:#0e90d2;
	background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  	background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  	background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  	background-image: -o-linear-gradient(top, #149bdf, #0480be);
  	background-image: linear-gradient(top, #149bdf, #0480be);
  	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  	-webkit-transition: width 0.6s ease;
  	-moz-transition: width 0.6s ease;
  	-ms-transition: width 0.6s ease;
  	-o-transition: width 0.6s ease;
  	transition: width 0.6s ease;
}

@media only screen and (max-width: 650px) {
.columna-formulario{
	width:80%;
	display:block;
	margin:0 auto;
}
}

@media only screen and (max-width: 800px) {
.columna-tercio{
	width:50%;
}

}
@media only screen and (max-width: 550px) {
#contenedor-logo{
	width:100px;
	float:right;
	vertical-align: top;
}

.contenedor-menu-logo{
	height:60px;
}




.columna-tercio{
	width:80%;
	display:block;
	margin:0 auto;
}

}

/*******************************************************************************************************************************************
															estilos para el arrastre de archivos
*******************************************************************************************************************************************/

/*******************************************************************************************************************************************
															estilos para el sortable
*******************************************************************************************************************************************/

div.disabled {
	opacity: 0.5;
}

div.highlight {
	background: #FEE25F;
}

div.sortable-placeholder {
	display:table-row;
	width:100%;
	border:1px dashed #ccc;
	background-color:#fff;
	height:30px;
}

/*******************************************************************************************************************************************
															estilos para el sortable
*******************************************************************************************************************************************/

/*******************************************************************************************************************************************
															estilos para el picker
*******************************************************************************************************************************************/

.picker__select--month,
.picker__select--year {
	padding:0px;
}

/*******************************************************************************************************************************************
															estilos para el picker
*******************************************************************************************************************************************/
