@charset "iso-8859-2";

*:focus { outline: none; }

body { background-color:#eeeeee; }

body,p,input,select { margin:0 0 40px 0;padding:0;font-family:'Roboto',sans-serif;font-size:0.9em;font-weight:300 }
#contenedor { width:100%;overflow:hidden }

#encabezado {
	width:100%;
	min-height:70px;
    background-color:#FFFFFF;
    border-bottom:1px solid #aaaaaa;
    -webkit-box-shadow: 10px 10px 61px -30px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 61px -30px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 61px -30px rgba(0,0,0,0.75);
	padding-bottom:10px;
}
#titulo { width:100%;text-align:center }
.logo { margin-top:10px;max-width:200px;max-height:120px }

#banderas { position:absolute;top:20px;right:20px}
.bandera { width:30px }

.caja {
	max-width:80%;
	padding:20px;
	border:1px solid #CCCCCC;
	background-color:rgba(255,255,255,0.5);
	display:inline-block;
	margin:0 auto;
	clear:both;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

/* MENU PRINCIPAL */
.menuBotonera {
	position:relative;
	margin:20px auto;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.menuElemento {
	position:relative;
	width:120px;
	height:120px;
	border:0;
	padding:10px;
	margin:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
	background-color:rgba(255,255,255,0.3);
}
.menuElemento:hover {
	background-color:rgba(255,255,255,1);
}
.menuBloqueBoton { width:100%;position:absolute;top:15px;left:0;text-align:center}
.menuBoton { width:80px;height:80px }
.menuBloqueTexto { width:100%;font-size:0.9em;text-align:center;position:absolute;top:110px;left:0}

/* MENU FLOTANTE */
.menu-icono { width:40px;cursor:pointer;}
#menu {
	background-color:#FFFFFF;
	position:fixed;
	top:0;
	left:0;
	border-radius: 0 0 15px 0;
	-moz-border-radius: 0 0 15px 0;
	-webkit-border-radius: 0 0 15px 0;
	
	padding:20px 25px 25px 20px;
	text-align:left;
	margin-bottom:25px;
	z-index:2000;
}

#menu-contenido {
	display:none;
	font-weight:300;
	color:#000000;
	margin-top:40px;
}
.sombra {
	-webkit-box-shadow: 10px 10px 61px -30px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 61px -30px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 61px -30px rgba(0,0,0,0.75);
}
#menu ul {
	margin:0;
	padding:0;
}
#menu li {
	list-style:none;
	border-bottom: 1px dotted #999999;
	padding:8px 0 16px 0;
	margin:0;
	color:#beb70a;
	cursor:pointer;
}
#menu li ul {
	display:none;
	margin-left:25px;
	font-size:0.85em;
}
#menu li ul li:first-child {
	margin-top:10px;
}
#menu li ul li:last-child {
	border:0;
}
#menu a { color:#000000;text-decoration:none }
.menuBotonPeque { width:40px; height:40px; margin: 0 10px -14px 0 }
.menuBotonPequeSimple { width:40px; height:40px; }



h1 { font-size:28px;font-weight:300;margin:10px 0 0 0;padding:0 0 20px 0;text-align:center }
h2{ font-size:18px;font-weight:normal;margin:0;padding:20px 0 10px 0 }

.nombreEmpresa { font-size:10px;font-weight:bold;padding:10px 0 0 0 }

p { margin:0; padding:0 0 10px 0 }
.clicable { cursor:pointer }
.mayusculas { text-transform:uppercase }

#contenido { overflow:hidden;padding:0 }
#contenidoTexto { position:relative;width:calc(100% - 40px);padding:0 20px 0 20px;clear:both;overflow:hidden;text-align:center }

.formTabla { margin:0;padding:0;}
.formCampo { width:150px;height:30px;border:1px solid #999999;-moz-border-radius: 4px;-webkit-border-radius:4px;border-radius:4px;margin:0;padding:7px 10px 7px 10;font-size:18px }
.formCampo.separado { margin-top:3px }
.formCampo.deshabilitado { color:#999999; background-color:#dddddd }
.formBoton { width:250px;height:42px;border:0;-moz-border-radius: 4px;-webkit-border-radius:4px;border-radius:4px;margin:0;padding:5px;cursor:pointer;font-size:14px;background-color:#bbbbbb }
.formBoton.ajustado { width:auto;padding:5px 25px 5px 25px }
.formBoton:hover { border:0;background-color:#3366CC;color:#FFFFFF }
.registroUsuario { margin:20px 0 20px 0;text-align:center }
.centrar { text-align:center }
.bloqueCentrado { margin:0 auto }
.formChecker { margin:0 5px 0 10px;width:20px;height:20px; }
.formLupa { width:30px;height:30px;cursor:pointer;margin-bottom:-7px }


.formBoton2 { width:400px;height:40px;border:1px solid #999999;-moz-border-radius: 5px;-webkit-border-radius:5px;border-radius:5px;margin:10px 0 0 0;padding:5px;cursor:pointer;font-size:14px }

.rojo { color:#CC0000 }
.error { color:#CC0000 }

.cambiaClaveReglas { width:400px;font-size:11px;margin-top:5px;text-align:justify }
.cambiaClaveError { font-size:14px;color:#CC0000 }



.tablaRedondeada { text-align:left } 
.tablaRedondeada th,.tablaRedondeada td { padding:10px }
.tablaRedondeada tr { background-color:#ffffff } 
.tablaRedondeada th { text-align:center;font-size:0.7em;font-weight:300;background-color:#3366CC!important;color:#FFFFFF!important }
.tablaRedondeada td { border-left: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; font-size:0.9em  }

.tablaRedondeada tr th:first-child { -moz-border-radius: 3px 0 0 0; -webkit-border-radius: 3px 0 0 0; border-radius: 3px 0 0 0; }
.tablaRedondeada tr th:last-child { -moz-border-radius: 0 3px 0 0; -webkit-border-radius: 0 3px 0 0; border-radius: 0 3px 0 0; }

.tablaRedondeada tr:last-child td:first-child,.tablaRedondeada tr.ultimaFila td:first-child { -moz-border-radius: 0 0 0 3px; -webkit-border-radius: 0 0 0 3px; border-radius: 0 0 0 3px; }
.tablaRedondeada tr:last-child td:last-child,.tablaRedondeada tr.ultimaFila td:last-child { -moz-border-radius: 0 0 3px 0; -webkit-border-radius: 0 0 3px 0; border-radius: 0 0 3px 0; }

.tablaRedondeada td:last-child { border-right: 1px solid #CCCCCC; }
.tablaRedondeada tr:last-child td,.tablaRedondeada tr.ultimaFila td { border-bottom: 1px solid #CCCCCC; }

.tablaRedondeada tr:last-child td:only-child { -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; }

.bordeInferiorFila td { border-bottom:1px solid #CCCCCC }
.bordeInferiorFila td:first-child { -moz-border-radius: 0 0 0 3px; -webkit-border-radius: 0 0 0 3px; border-radius: 0 0 0 3px; }
.bordeInferiorFila td:last-child { -moz-border-radius: 0 0 3px 0; -webkit-border-radius: 0 0 3px 0; border-radius: 0 0 3px 0; }

.tablaRedondeada tr:nth-child(odd) td { background-color:#ffffff }
.tablaRedondeada tr:nth-child(even) td { background-color:#FFFF99 }

.tablaRedondeada tr.filaImpar td { background-color:#ffffff!important }
.tablaRedondeada tr.filaPar td { background-color:#FFFF99!important }

.tablaRedondeada tbody tr:first-child td { border-top:0 }

.tablaRedondeada.sinEncabezado tbody tr:first-child td { border-top:1px solid #CCCCCC }
.tablaRedondeada.sinEncabezado tbody tr:first-child td:first-child { -moz-border-radius: 3px 0 0 0; -webkit-border-radius: 3px 0 0 0; border-radius: 3px 0 0 0; }
.tablaRedondeada.sinEncabezado tbody tr:first-child td:last-child { -moz-border-radius: 0 3px 0 0; -webkit-border-radius: 0 3px 0 0; border-radius: 0 3px 0 0; }
.tablaRedondeada.sinEncabezado tbody tr:only-child td:first-child { -moz-border-radius: 3px 0 0 3px; -webkit-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px; }
.tablaRedondeada.sinEncabezado tbody tr:only-child td:last-child { -moz-border-radius: 0 3px 3px 0; -webkit-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0; }

.tablaRedondeada.filtros td { padding:5px 10px 5px 10px } 

.filtroTabla { margin:0;padding:0;border:0;width:100% }

.mini { font-size:10px }
.enlace { text-decoration:none;border:0 }
.puntero { cursor:pointer }

#grafico { position:relative;width:495px;height:250px;border: 1px solid #CCCCCC; -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; text-align:left;margin: 20px auto;padding:20px }
#graficoBarra { position:relative;height:250px;width:30px;float:left;margin:10px 11px 0 0; }
#graficoBarraContenido { position:absolute;bottom:20px;width:30px;background-color:#beb70a; }
#graficoBarraPie { position:absolute;bottom:0;font-size:8px;height:20px;text-align:center }

.iconoLupa { width:20px;height:20px; }
.iconoDescarga { width:25px;height:25px;margin:0 5px -8px 0 }
.iconoDescargaDocumento { width:30px;height:30px;margin-bottom:-5px;margin-right:5px }
.iconoMovimientos { width:30px;height:30px; }


/* POPUPS */

.popup {
	position:fixed;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
	z-index:10;
}
.popup.popupBlanco { background-color:rgba(255,255,255,0.6)!important }
.popupContenido {
	position:fixed;
	top:50%;
	left:50%;
	padding:0 40px 0 40px;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	border:1px solid #999999;	
	background-color:rgba(255,255,255,1);
	z-index:20;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.popupContenidoSimple {
	position:absolute;
	top:50%;
	left:50%;
	padding:20px;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	background-color:rgba(255,255,255,1);
	z-index:20;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.popupContenidoSimple.popupBlanco { background-color:rgba(255,255,255,0);!important }
.popupScroll {
	position:fixed;
	top:0%;
	left:0%;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.4);
	z-index:10;
	overflow:visible;
}
.popupContenidoScroll {
	position:absolute;
	top:50px;
	left:50%;
	padding:20px;
	transform:translate(-50%,0);
	-ms-transform:translate(-50%,-0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	background-color:rgba(255,255,255,1);
	z-index:20;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.creditos { font-size:0.65em;color:#666666;margin-top:40px }
.creditos img { width:80px;margin-bottom:-8px }
.creditos a { text-decoration:none }