/* Data Grid Styles */
.oscolor{
	color : #000000;
	background-color: #ffffff;
}

tabla{
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #000000;
}
.tabla_main{
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.tabla_out{
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #000000;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #000000;

}
.tabla_header{
	font-family: sans, arial, helvetica;
	font-size: 12px;
	width: 100%;
	padding: 2px;
	margin: 0px;
	/*
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	*/
	/*background-color: #F4F2EA;*/
	background-color: white;
	
}
.border_tres{
	font-family: sans, arial, helvetica;
	font-size: 12px;	
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
}
.border_abajo{
	border-bottom: 1px solid #000000;
}
.border_abajo_corner{
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}
.tabla_contorno{
	font-family: sans, arial, helvetica;
	font-size: 12px;
	width: 100%;
	padding: 2px;
	margin: 0px;
	border-left:1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #F4F2EA;
}
.tabla_pie{
	font-family: sans, arial, helvetica;
	font-size: 12px;
	width: 100%;
	padding: 2px;
	margin: 0px;
	border-left:1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #D8ECC4;
}

.tabla_fondo_blanco{
	font-family: sans, arial, helvetica;
	font-size: 12px;
	width: 100%;
	padding: 2px;
	margin: 0px;
	border-left:1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: white;
}
.tabla_mediana{
	font-family: sans, arial, helvetica;
	font-size: 10px;
	width: 100%;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #F4F2EA;
}
.tabla_mediana1{
	font-family: sans, arial, helvetica;
	font-size: 10px;
	width: 100%;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #F4F2EA;
}
.titulo {
	font-family: sans, arial, helvetica;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	text-align: center;
	padding: 2px;
	margin: 0px;
	vertical-align: middle;
	font-weight: bold;
	background-color: #F4F2EA;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #000000;
}
.titulo2 {
	font-family: sans, arial, helvetica;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	text-align: center;
	padding: 2px;
	margin: 0px;
	vertical-align: top;
	font-weight: bold;
	background-color: #F4F2EA;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #000000;
}
.datospeque {
	font-family: sans, arial, helvetica;
	font-size: 11px; 
	color: #000000;
	font-style: normal;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}
.datostrong {
	font-family: sans, arial, helvetica;
	font-size: 12px; 
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	background-color: #CCCCCC;
}

.datos {
	font-family: sans, arial, helvetica;
	font-size: 10px; 
	color: #000000;
	font-style: normal;
	text-align: center;
	padding: 2px;
	margin: 0px;
	vertical-align: middle;
	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 0px solid #000000;
}
.datos_oscolor {
	font-family: sans, arial, helvetica;
	font-size: 10px; 
	color: #000000;
	font-style: normal;
	text-align: center;
	padding: 2px;
	margin: 0px;
	vertical-align: middle;
	background-color: #F4F2EA;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 0px solid #000000;
}


.active-scroll-data {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 15px 0px 0px 25px;
	z-index: 1;
}

.active-scroll-top {
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 18px;
	padding: 0px 20px 0px 28px;
	z-index: 2;
}

.active-scroll-left {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 28px;
	height: 100%;
	padding: 18px 0px 20px 0px;
	text-align: center;
	z-index: 2;
}

.active-scroll-corner {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 28px;
	height: 18px;
	z-index: 3;
}

.active-scroll-corner.khtml {
	width: 26px;
	height: 16px;
}

.active-scroll-bars {
	position: absolute;
	overflow: auto;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	z-index: 4;
}

.active-scroll-space {
	width: 0px; /* adjusted after printout/resize */
	height: 0px;
}

.active-scroll-fill {
	display: inline;
	height: 100%;
}

.active-scroll-fill.gecko {
	display: -moz-inline-box;
}

.active-scroll-fill.khtml {
	float: left;
	width: 1000px;
	margin-right: -1000px;
	height: 16px;
}


.active-scroll-data.gecko,
.active-scroll-top.gecko,
.active-scroll-left.gecko {
	overflow: -moz-scrollbars-none;
}

.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#e5e5e5; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:11px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
