@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}
html, body{
	width:100%;
	height:100%;
	margin:0px;
}
.ie6 img {
	width:100%;
}

/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */


/* -----------------------------------------------------------------------
-------------------------Clases estadisticas------------------------------
------------------------------------------------------------------------*/

.contaiderInputFecha{
	width:auto;
	height:20px;
	margin:5px;
	padding:10px;
	background-color:#FFF;
}
.contaiderInputFecha img{
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
}
.textBox200Fecha{
	width:110px;
	height:20px;
	border:none;
	background-color:#FFF;
}
.textBox200{
	width:180px;
	height:30px;
	padding:10px;
	margin:5px;
	border:none;
	background-color:#FFF;
}
.barGray{
	height:auto;
	padding-top:30px;
	padding-bottom:30px;
	background-color:#EFEFEF;
}
.cuadroX2{
	width:auto;
	max-width:500;
	min-width:400;
	height:auto;
	display:inline-block;
	vertical-align:top;
}
.barGrafica{
	width:auto;
	height:200px;
	padding-top:40px;
}
.labelVertical{
	width:60px;
	height:100%;
	padding-right:10px;
	display:inline-block;
	vertical-align:top;
}
.areaGrafica{
	width:auto;
	height:100%;
	display:inline-block;
	vertical-align:bottom;
	border-bottom:solid 2px #333333;
	border-left:solid 1px #333333;
	background-image:url(../images/cuadricula.jpg);
	background-position:left bottom;
	background-repeat:repeat;
}
.labelHorizontal{
	width:auto;
	height:auto;
	margin-left:70px;
	display:inline-block;
}
.labelTextHorizontal{
	width:60px;
	height:auto;
	margin-left:5px;
	margin-right:5px;
	font-size:12px;
	color:#000;
	display:inline-block;
	vertical-align:bottom;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.barra{
	width:50px;
	height:auto;
	margin-left:10px;
	margin-right:10px;
	background-color:#069;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	display:inline-block;
	vertical-align:bottom;
}
.porcentaje{
	width:100%;
	color:#000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	position:relative;
	margin-top:-20px;
}
.labelTextVertical{
	margin-top:-5px;
	position:absolute;
}
.lineMedia{
	height:1px;
	border-bottom:solid 1px #FF0000;
	position:absolute;
}
.descripcion{
	width:90%;
	height:auto;
	padding-top:20px;
	display:inline-block;
}

/* Z-INDEX */
 .formError { z-index: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }
    
    .formErrorInsideDialog.formError { z-index: 5000; }
    .formErrorInsideDialog.formError .formErrorContent { z-index: 5001; }
    .formErrorInsideDialog.formError .formErrorArrow { z-index: 5006; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	width: 150px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}



#supBar{
	display: table;
	width: 100%;
	height: 70px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	background-image:url(../images/fondo_barra.jpg);
	background-position:center;
	background-size:100% auto;
	background-repeat:no-repeat;
}
.inline{
	display:inline-block;
}
.linea{
	display:inline-block;
	width:100%;
	color:#333;
	font-size:16px;
	padding-top:6px;
	padding-bottom:6px;
}
.lineaL{
	display:inline-block;
	width:96%;
	color:#333;
	font-size:16px;
	margin-left:2%;
	padding-top:7px;
	padding-bottom:7px;
	border-bottom:#CCC 1px solid;
}
a:hover div.linea{
	background-color:#F3F3F3;
}
.tabla{
	display: table;
	width: 100%;
	height: 100%;
	padding-top: 80px;
}
#tabla{
	display:table;
	width:100%;
	height:100%;
	padding:15px;
}
.tablList{
	display:table;
	width:100%;
	height:100%;
	padding-top:10px;
}
.checBar{
	display:table-cell;
	width:20px;
	padding-left:10px;
}
.checBarT{
	display:table-cell;
	width:200px;
	min-width:200px;
	padding-left:10px;
	visibility:hidden;
}
.asuntoBar{
	display:table-cell;
	width: 100%;
	text-align:left;
}
.selectBar{
	display:table-cell;
	min-width:200px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	/*visibility:hidden;*/
}
.dateBar{
	display:table-cell;
	width: 160px;
	min-width: 160px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
.tools{
	z-index:50;
	display:table-cell;
	width: 130px;
	min-width: 120px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
.base-modal {
    background-color: rgba(255, 255, 255, 0.99);
    position: fixed;
    z-index: 10;
    display: flex;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    right: 0;
    vertical-align: middle;
    height: 100%;
}
.base-modal img {
    margin: auto;
    vertical-align: middle;
}
.alertas{
	width:45px;
	min-width:45px;
	height:auto;
	display:table-cell;
}
#menuBar{
	display:table-cell;
	width:250px;
	height:100%;
	background-color:#F2F2F2;
	vertical-align:top;
}
#areaBar{
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	background-color:#FFF;
}
.menuItem{
	width:250px;
}
.menuText{
	font-family:Calibri;
	font-size:18px;
	color:#333;
	padding:5px;
	padding-left:20px;
	min-width:230px;
}
td.menuItem a:hover div.menuText{
	background-color:#D3D3D3;
	color:#000;
	font-weight:bold;
}
.menuItemSelected{
	background-color:#D3D3D3;
	color:#000;
	font-weight:bold;
}
#perfilBar{
	display:inline-block;
	float:right;
	margin-right:20px;
}
#logoBar{
	display: inline-block;
	float: left;
	margin-left: 20px;
	margin-right: 50px;
	color:#FFF;
	font-family:Impact;
	font-size:16px;
}
.celda{
	display:table-cell;
	vertical-align:middle;
}
.cdInicioW{
	padding-top:50px;
	background-image:url(../images/inicio.jpg);
	background-position:center -40px;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-color:#FFF;
	width:400px;
	height:auto;
	border-radius:10px;
	-webkit-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 6px 13px -4px rgba(0,0,0,0.75);
}
.textBoxA{
	border:none;
	background-color:#EBFEB1;
	width:200px;
	height:30px;
	padding:5px;
}
.textBoxW{
	border:none;
	background-color:#FFF;
	width:200px;
	height:30px;
	padding:5px;
}
.textNormalN{
	color:#333;
	font-family:Calibri;
	font-size:18px;
}
.textNormalB{
	color: #FFF;
	font-family: Calibri;
	font-size: 22px;
	line-height: 12px;
	padding-right: 30px;
}
.textLink{
	color:#999;
	font-family:Calibri;
	font-style:italic;
	font-size:14px;
}
.textBigN{
	color:#333;
	font-family:Calibri;
	font-size:22px;
}
.botonNormalV{
	border:#CCC solid 1px;
	border-radius:3px;
	background-color:#A3D213;
	color:#FFF;
	font-weight:bold;
	width:100px;
	height:40px;
}
#pp{
	display:table;
	position:absolute;
	bottom:0px;
	width:100%;
	height:50px;
	background-color:#999;
}
.inline-menu{
	display:inline-block;
	padding-right:30px;
}
.boton{
	width:200px;
	height:auto;
	margin:10px;
	display:inline-block;
}
.textoBigGreen{
	font-family: Calibri;
	font-size: 28px;
	color: #999;
	line-height: 18px;
}
.tablealign{
	top:100;
	padding-top:1000px;
}
div.formErrorContent {
				width:100%; 
				background:#ee0101;
				color:#fff;
				width:150px;
				font-family:tahoma;
				font-size:11px;
				border:2px solid #ddd;
				box-shadow: 0px 0px 6px #000;
				-moz-box-shadow: 0px 0px 6px #000;
				-webkit-box-shadow: 0px 0px 6px #000;
				padding:4px 10px 4px 10px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}
@media only screen and (min-width: 481px) {

}

/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media only screen and (min-width: 769px) {
}