@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'robotoblack';
    src: url('../fonts/roboto-black-webfont.eot');
    src: url('../fonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-black-webfont.woff2') format('woff2'),
         url('../fonts/roboto-black-webfont.woff') format('woff'),
         url('../fonts/roboto-black-webfont.ttf') format('truetype'),
         url('../fonts/roboto-black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotobold';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
   width: 100%;
   heigth: 100%;
}
body {
	margin: 0px;
	
	font-family: 'Roboto', sans-serif;
	width: 100%;
	heigth: 100%;
	padding: 0; 
	background: url("../images/foto_bg.jpg");
}
img {
    border: none;
}
*::-moz-selection{
   background: #859229;
   color: #fff;
}
*::selection {
   background: #859229;
   color: #fff;
}

.header {
	position:fixed;
	top: 0;
	width: 100%;
	height: 60px;
	background-color: #FFF;
	text-align:center;
	z-index: 10;
	-webkit-box-shadow: 2px 3px 19px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 3px 19px -7px rgba(0,0,0,0.75);
	box-shadow: 2px 3px 19px -7px rgba(0,0,0,0.75);
}
.degradado {
	position: fixed;
	top: 0;
	width: 100%;
	height: 474px;
	z-index: 1;
	background-image: url(../images/back_degradado.png);
	background-repeat: repeat-x;
}
.contenedorPcipal {
	position:absolute;
	top: 0;
	width: 100%;
	padding-top: 40px;
	z-index: 5;
}
.tablaPcipal {
	background-color: #FFF;
	text-align:center;
	padding: 20px;
	-webkit-box-shadow: 2px 3px 19px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 3px 19px -7px rgba(0,0,0,0.75);
	box-shadow: 2px 3px 19px -7px rgba(0,0,0,0.75);
}
.tituloFiltro {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-weight:bold;
	padding-top: 5px;
}
.subtituloFiltro {
	font-size: 12px;
	color: #000;
}
.divBotones{
	display: inline;
	margin: 0 auto;
	width: 100%;
	text-align:center;
}
.botonFiltros{
	display: inline;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	position: relative;
}
.botonFiltros a:link {
	margin: 0px auto;
	border-style:solid;
	border-color:#859229;
	border-width:1px;
	height:20px;
    color: #859229;
	background:#fff;
	margin:5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
}
.botonFiltros a:visited {
	margin: 0px auto;
	border-style:solid;
	border-color:#859229;
	border-width:1px;
	height:20px;
    color: #859229;
	background:#fff;
	margin:5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
}
.botonFiltros a:hover{
	margin: 0px auto;
	border-style:solid;
	border-color:#859229;
	border-width:1px;
	height:20px;
	background:#859229;
	color:#fff;
	margin:5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
}
.botonFiltros2{
	display: inline;
	margin-right: 20px;
	border-style:solid;
	border-color:#859229;
	border-width:1px;
	height: 30px;
	background:#859229;
	color:#fff;
	text-align:center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	font-weight:bold;
	position: relative;
}
.botonFiltros2:hover{
	background:#fff;
	color:#859229;
}
.botonFiltros3{
	display: inline;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	position: relative;
	margin: 0px auto;
	border-style:solid;
	border-color:#859229;
	border-width:1px;
	height:20px;
    color: #fff;
	background:#859229;
	margin:5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
}
.fecha1{
	font-size: 11px;
	line-height: 11px;
	color: #fff;
}
.fecha2{
	font-size: 12px;
	color: #fff;
	font-weight: bold;
}
.divRefresh{
	display: block;
	margin: 0px auto;
	background: #859229;
	width: 60;
	padding: 10px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	border: solid 0px;
}
.divRefresh:hover{
	background:#DFE257;
	border: solid 0px;
}
.baseMenu {
	position:fixed;
	top: 60px;
	width: 100%;
	background-color: #859229;
	height: 28px;
	-webkit-box-shadow: inset -1px 10px 8px -9px rgba(51,51,51,1);
	-moz-box-shadow: inset -1px 10px 8px -9px rgba(51,51,51,1);
	box-shadow: inset -1px 10px 8px -9px rgba(51,51,51,1);
	z-index: 9;
}
.menu {
	font-size: 11px;
	line-height: 28px;
	color: #FFF;
	font-weight:bold;
}
.footer {
	position:fixed;
	width:100%;
	bottom: 0px;
	background-color: #FFF;
	-webkit-box-shadow: -1px -16px 15px -17px rgba(102,102,102,1);
	-moz-box-shadow: -1px -16px 15px -17px rgba(102,102,102,1);
	box-shadow: -1px -16px 15px -17px rgba(102,102,102,1);
	text-align:center;
}
.contenido {
	position:absolute;
	width:100%;
	top: 88px;
	height: auto;
}
.logosPie {
	margin-right: 15px;
}
#fotosBG{
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
a.menuLink:link, a.menuLink:visited, a.menuLink:active {
	font-size: 11px;
	line-height: 28px;
	color: #FFF;
	font-weight:bold;
}
a.menuLink:hover {
	font-size: 11px;
	line-height: 28px;
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
a.pieLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #859228;
	text-decoration: none;
	font-weight: normal;
}
a.pieLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #43481A;
	text-decoration: none;
}
.areaLinks  {
	border-left: solid 1px #859228;
	padding-left: 8px;
}
.telefono {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #859228;
	font-weight: bold;
}
.ayuda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #859228;
	font-weight: normal;
}
.tituloGrande {
	font-size: 36px;
	color: #859228;
	font-weight:bold;
}
.tituloInternas {
	font-size: 20px;
	color: #859228;
	text-align: right;
}
.textoHome {
	font-size: 16px;
	color: #43481A;
	line-height: 24px;
}
#contenedor_icono{
	float: left;
	margin-left: 20px;
	background-color: rgba(255,255,255,0);
	width: 200px;
	height: 270px;
	border: 2px solid #859229;
	text-align: center;
	/* Aqui colocamos la transicion para cada navegador */
	-webkit-transition: all 0.5s ease-in-out;  /* Chrome y Safari */
	-o-transition: all 0.5s ease-in-out;  /* Opera */
	-moz-transition: all 0.5s ease-in-out;  /* Mozilla Firefox */
	-ms-transition: all 0.5s ease-in-out;   /* Internet Explorer */
	transition: all 0.5s ease-in-out;  /* W3C */
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
#contenedor_icono:hover {
	background-color: rgba(255,255,255,0.97);
	border: 2px solid #859229;
}
#contenedor_icono:hover > #circulo{
  margin: 20px auto auto auto;
  width: 124px;
  height:124px;
}
#titulo_icono {
	margin-top:20px;
	width: 200px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
#titulo_icono > a, a:link, a:visited, a:active, a:hover {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#circulo > #icono{
	position: relative;
	margin: 20px auto auto auto;
	width: 124px;
	height:124px;
	text-align: center;
}
.construccion {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999999;
  background-color: #000000;
  opacity: 0.70;
  height: 100%;
  width: 100%;
  font-family: 'Roboto', sans-serif;
}
.textoConstruccion  {
  	position: relative;
	margin: 20% auto auto auto;
	width: 500px;
	text-align: center;
  	vertical-align:middle;
  	font-size: 3em;
  	color: #FFF;
	opacity: 1;
}
.textoConstruccion2  {
  	position: relative;
	margin: 2% auto auto auto;
	width: 500px;
	text-align: center;
  	vertical-align:middle;
  	font-size: 1em;
  	color: #FFF;
	opacity: 1;
}
.botonManual{
	float: left;
	width: 250px;
	height: 40px;
	margin-top: 10px;
	border: 2px solid #859229;
	text-align: left;
	font-size: 0.75em;
	line-height: 28px;
	/* Aqui colocamos la transicion para cada navegador */
	-webkit-transition: all 0.5s ease-in-out;  /* Chrome y Safari */
	-o-transition: all 0.5s ease-in-out;  /* Opera */
	-moz-transition: all 0.5s ease-in-out;  /* Mozilla Firefox */
	-ms-transition: all 0.5s ease-in-out;   /* Internet Explorer */
	transition: all 0.5s ease-in-out;  /* W3C */
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
.botonManual:hover {
	background-color: rgba(255,255,255,0.97);
}
.icono {
	margin: 5px 5px 5px 5px;
	vertical-align: middle;
}
.tareas{
	position: fixed;
	top: 0;
	width: 150px;
	height: 80px;
	margin-top: 0px;
	right: 10%;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 19px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 19px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 19px 0px rgba(204,204,204,1);
}
.tareasFecha{
	font-size: 1.2em;
	font-weight: bold;
	color: #859229;
}
.tareasHora{
	font-size: 0.8em;
	color: #859229;
}
.tareasTitulo{
	font-size: 0.8em;
	line-height: 0.95em;
	margin-bottom: 5px;
}

/******** TABLA CON SCROLL ***********/

/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
	clear: both;
	border: 1px solid #FFF;
	height: 423px;
	overflow: auto;
	width: 960px;
	top: 200px;
	position: relative;
	font-size: 0.6em;
}

/* Reset overflow value to hidden for all non-IE browsers. */
html>body div.tableContainer {
	overflow: hidden;
	width: 960px
}

/* define width of table. IE browsers only                 */
div.tableContainer table {
	float: left;
	width: 944px;
}

/* define width of table. Add 16px to width for scrollbar.           */
/* All other non-IE browsers.                                        */
html>body div.tableContainer table {
	width: 960px;
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */
thead.fixedHeader tr {
	width: 944px;
	position: relative;
	color: #FFF;
}

/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
html>body thead.fixedHeader tr {
	display: block
}


/*select {
	width: 100%;
	font-size: 0.6em;
	color: #859229;
}
input.ancho1 {
	font-size: 0.6em;
	width: 50px;
	color: #859229;
}
input.ancho2 {
	font-size: 0.6em;
	width: 30px;
	color: #859229;
}*/
.tableContainer {
	clear: both;
	border: 1px solid #FFF;
	height: 395px;
	overflow: scroll;
	width: 960px;
	top: 0px;
	position: relative;
	font-size: 0.6em;
}
.scroll-wrapper { 
	position: relative;
	width:960px;
} 
.scrollit { overflow-y:scroll; overflow-x:hidden; height: 395px; width:960px; float: left;} 

.normalRow  td {
	background: #E7E8CE;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	padding: 2px 3px 3px 4px;
	word-break:break-all;
}

.alternateRow  td {
	background: #FFF;
	border-bottom: none;
	border-left: none;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	padding: 2px 3px 3px 4px;
	word-break:break-all;
}
.fixedHeader  th {
	background: #859229;
	border-right: 1px solid #FFF;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	color: #FFF;
	padding: 2px 3px 3px 4px;
	height: 20px;
}
.comboContainer {
	background: #ECEFCB;
	clear: both;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: none;
	height: 50px;
	width: 960px;
	top: 200px;
	position: relative;
}
.tableCombo td {
	padding: 0px 3px 0px 3px;
}
.fontSm {
	font-size: 9px;
	color: #859229;
}

/******** TABLA SIN SCROLL ***********/

.containerSinScroll {
	background: #ECEFCB;
	border: 1px solid #FFF;
	width: 960px;
	top: 67px;
	position: relative;
	font-size: 9px;
}
.encabezado td {
	background: #859229;
	border-right: 1px solid #FFF;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	padding: 2px 3px 3px 4px;
	height: 20px;
	font-size: 8px;
}
select {
	width: 100%;
	font-size: 9px;
	color: #859229;
}
input.ancho1 {
	font-size: 9px;
	width: 50px;
	color: #859229;
}
input.ancho2 {
	font-size: 9px;
	width: 40px;
	color: #859229;
}
input.ancho3 {
	font-size: 9px;
	width: 50px;
	color: #859229;
}
.tablaReferencia {
	background-color:#FFF;
	font-size: 9px;
	color: #859229;
	padding: 5px;
}
.iconoRef {
	vertical-align:bottom;
	padding-right: 3px;
}
.internaFecha{
	font-size: 11px;
	color: #859229;
}
.zonasTabla{
	font-size: 24px;
	color: #859229;
	background-color:#FFF;
}

/******** FILTROS BÚSQUEDA ***********/

.filtrosTxt{
	font-size: 13px;
	font-weight: bold;
	color: #859229;
	line-height: 13px;
}
.filtrosTxtAlt{
	font-size: 13px;
	font-weight: bold;
	color: #434619;
	line-height: 13px;
}
select.filtros {
	width: 100%;
	font-size: 11px;
	color: #859229;
	width: 90px;
	height: 20px;
}
input.filtros {
	font-size: 11px;
	width: 85px;
	color: #859229;
	height: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
}
/* .botonFiltros{
	float: left;
	width: 200px;
	height: 30px;
	border: 2px solid #859229;
	text-align: center;
	font-size: 12px;
	background-color: transparent;
	/*line-height: 30px;*/
	/* Aqui colocamos la transicion para cada navegador */
	-webkit-transition: all 0.5s ease-in-out;  /* Chrome y Safari */
	-o-transition: all 0.5s ease-in-out;  /* Opera */
	-moz-transition: all 0.5s ease-in-out;  /* Mozilla Firefox */
	-ms-transition: all 0.5s ease-in-out;   /* Internet Explorer */
	transition: all 0.5s ease-in-out;  /* W3C */
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
.botonFiltros:hover {
	background-color: rgba(255,255,255,0.97);
} */
.celdaDestacada{
	background-color: #FFF;
	height: 20px;
	border: 1px solid #859229;
}
.celdaDestacada2{
	border: 1px solid #859229;
}
.tituloFiltros {
	font-size: 14px;
	color: #43481A;
}
.normalRow {
	font-size: 11px;
}
.alternateRow {
	font-size: 11px;
}
.fiterHeader {
	background: #E7E8CE;
}
.divRefreshBottom {
	width: 100px;
	height: 30px;
	background-color: #626929;
	color: #FFF;
	font-size: 11px;
}
.divRefreshBottom:hover {
	background-color: #DFE257;
	color: #626929;
}
input.paginado {
	font-size: 11px;
	width: 40px;
	height: 20px;
	color: #859229;
}
.divTitulo {
	background-color:#D5D7AA;
	font-size: 15px;
	color: #859229;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 10px;
	width: 60%;
}
.divTituloZona {
	background-color:#D5D7AA;
	font-size: 15px;
	color: #859229;
	height: 30px;
	margin-top: 10px;
	width: 100%;
	line-height: 30px;
}
.divNota {
	font-size: 12px;
	color: #4A5024;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	height: 100%;
	border-left: solid 2px #FFFFFF;
}
.filtrosTablaSup {
	border-bottom: solid 1px #FFFFFF;
}
.filtrosTablaZona {
	border-left: solid 1px #FFFFFF;
}
.tablaFecha {
	border: solid 2px #FFFFFF;
}
.botonMapa{
	position: relative;
	float: right;
	margin-right: 10px;
	top: 0;
	height: 30px;
}
.errorMensaje {
    color: Red;
    font-size: 14px;
}
.alignHorizontal div{
    display: inline-block;
}
.alignVertical div{
    display: block;
}
.botonRefresh {
	font-size: 12px;
	line-height: 25px;
	color: #FFF;
	font-weight:bold;
	background-color: #859229;
	border: solid 1px #859229;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}
.botonRefresh:hover {
	color: #CA7405;
	font-weight:bold;
	background-color: #FEF9E2;
	border: solid 1px #FBCB09;
}
.iconoRefresh {
	vertical-align: middle;
}

/*** LOADING ***/
.ui-jqgrid .loading
{ 
	position: fixed;
	background-color: rgba(255,255,255,0.8);
	padding: 20px;
	top: 45%;
	left: 45%;
	border: solid 1px #859229;
	border-radius: 10px;
	color: #859229;
	font-weight: bold;
	border-width: 1px !important; 
	font-size:16px;
	font-family: 'Roboto', sans-serif;
}
.loading-barCont {
  display: inline-block;
  height: 18px;
  margin-left: 40%;
  margin-right: 40%;
  margin-top: 10px;
}
.loading-bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  animation: loading 1s ease-in-out infinite;
}
.loading-bar:nth-child(1) {
  background-color: #DFE257;
  animation-delay: 0;
}
.loading-bar:nth-child(2) {
  background-color: #BABE21;
  animation-delay: 0.09s;
}
.loading-bar:nth-child(3) {
  background-color: #859229;
  animation-delay: .18s;
}
.loading-bar:nth-child(4) {
  background-color: #636C1E;
  animation-delay: .27s;
}
@keyframes loading {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1, 2.2);
  }
  40% {
    transform: scale(1);
  }
}

/*** POPUP ***/

.popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 0.2s;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #BABE21;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

/*Let's make it appear when the page loads*/
.overlay:target:before {
    display: none;
}
.overlay:before {
  content:"";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 9;
}
.overlay .popup {
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: fixed;
  top: 0;
  left: 35%;
  padding: 25px;
  margin: 15% auto;
  z-index: 10;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.overlay:target .popup {
    top: -100%;
    left: -100%;
}

@media screen and (max-width: 768px){
  .box{
    width: 70%;
  }
  .overlay .popup{
    width: 70%;
    left: 15%;
  }
}