/* Component styles *, */
 *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.component {
	line-height: 1.5em;
	margin: 0 auto;
	/*padding: 2em 0 3em;*/
	width: 90%;
	max-width: 1000px;
	overflow: hidden;
}
.component .filler {

}
table {
    border-collapse: collapse;
    /*margin-bottom: 3em; deja espacio esta abajo */
    width: 100%;
   
}
td, th {
    /*padding: 0.75em 1.5em;*/
    text-align: left;
   
}
td.err {
	/*color: #fff;
	font-size: 0.75em;
	text-align: center;
	line-height: 1;*/
}
th {

   color: #fff;
    /*white-space: nowrap; cambio por la sig linea*/
   border-right: 1px solid #cad1d7;
   font-size:12px; font-family:Arial;
}
tbody th {
	padding: 1px; /*aaron ajuste*/

}
tbody tr:nth-child(2n-1) {
    
    /*transition: all .125s ease-in-out;*/
}
tbody tr:hover {
    
}

/* For appearance */
.sticky-wrap {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	/*margin: 3em 0; esto me pone espacio arriba entre menu y grafica*/ 
	width: 100%;
   
}
.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
	position: absolute;
	top: 0px; /*es cero aaron*/
	left: 0;
	/*transition: all .125s ease-in-out; aaron efecto */
	z-index: 15015; /*aaron eran 50 pero aumento por el tooltip*/
	width: auto; /* Prevent table from stretching to full size */
}

.sticky-wrap .sticky-thead {
	z-index: 100;
	width: 100%; /* Force stretch */
}
.sticky-wrap .sticky-intersect {
	z-index: 150;
    background-color:#e3e3e3;
}
.sticky-wrap .sticky-intersect th {
	/*background-color:#046183;*/
    color: #ffffff;
    font-size:11px; font-family:Arial;
}
.sticky-wrap td,
.sticky-wrap th {
    border-right: 1px solid #cad1d7;
}

.sticky-wrap.overflow-y {
	overflow-y: auto;
	/*height: 500px;*/
    background-color:#FFFFFF;
}

