@charset "utf-8";
/* CSS Document */
/*datos de la tabla principal*/
.carga_dato{
	position: absolute;
	height:100%;
	width: 100%;
	top: 0px;
	left: 0px;
	display: none;
}
.imagen_carga_ventana{
	 position: absolute;
	 width: 100px;       
     height: 100px;
     top:50%;
     left: 50%;           
     margin-top: -100px;
     margin-left: -100px;
}

.contenedor_tabla_ep{
	 position: absolute;
	 top:0px;
     left: 0px;
	 width: 100%;       
     height: 100%;
}


.datos_tabla_tit{
position: absolute;
top: 0px;
left: 0px;
height: 35px;
width: 100%;
text-align:center;
font-weight: bold;
padding-top: 5px;
}


.datos_tabla_contenido{
position: absolute;	
top: 40px;
left: 0px;
border: 1px solid #000000;
}

.stilotabladatos_encabezado{
	position:absolute;
	left:0px;
	top:0px;
	width: 100%;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	}

.stilotabladatos_encabezado_col{
	position:absolute;
	top:0px;
	padding-top: 5px;
	border-right: 1px solid #000000;
	text-align: center;
	
	}



.stilotabladatos_datos{
	position:absolute;
	left:0px;
	
	}

.stilotabladatos_datos_row{
	position:absolute;
	padding-top: 5px;
	border-right: 1px solid #000000;
	text-align: center;
	border-bottom: 1px solid #000000;
	overflow: auto;
}
.stilotabladatos_datos_row_img{
	position:absolute;
	padding-top: 5px;
	border-right: 1px solid #000000;
	text-align: center;
	border-bottom: 1px solid #000000;
	cursor: pointer;
}

.stilotabladatos_control_pag{
	position:absolute;
	width: 300px;
	right: 10px;
	
}
.stilotabladatos_control_pag_row{
	position: relative;
	float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
	cursor: pointer;
}
.stilotabladatos_control_pag_row2{
	position: relative;
	float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
	cursor: pointer;
	color: #ffffff;
	background:#3509E8;
}
/*datos de tabla*/


.stilotabladatos_pie{
	position:absolute;
	left:0px;

	}
.stilotabladatos_pie2{
	position:absolute;
	border-left:ridge #CACACA 1px;
	border-right:ridge #CACACA 1px;
	text-align:center;
	}


.stilotabladatos0{
	position:absolute;
	height:10px;
	background:#003535;
	border-radius: 10px 10px 0px 0px;
	}
.stilotabladatos{
	position:absolute;
	border-bottom: solid #CACACA 2px;
	border-left:solid #CACACA 2px;
	border-right:solid #CACACA 2px;
	text-align:center;
	
	}
	
.stilotabladatos_mascolumnas{
	position:absolute;
	border-left:ridge #CACACA 1px;
	border-right:ridge #CACACA 1px;
	text-align:center;
	}
		
.stilotabladatos2{
	position:absolute;
	border-bottom: ridge #CACACA 1px;
	border-left:ridge #CACACA 1px;
	border-right:ridge #CACACA 1px;
	text-align:center;
	}
.stilotabladatos3{
	position:absolute;
	border-bottom: ridge #CACACA 1px;
	border-left:ridge #CACACA 1px;
	border-right:ridge #CACACA 1px;
	text-align:center;
	overflow:auto;
	}

.stilotabladatos3a{
	position:absolute;
	border-bottom: ridge #CACACA 1px;
	border-left:ridge #CACACA 1px;
	border-right:ridge #CACACA 1px;
	text-align:center;
	overflow:auto;
	}
	.stilotabladatos4{
	position:absolute;
	color:#09F;
	font-size:12px;
	border-bottom: ridge #CACACA 1px;
	border-left:ridge #CACACA 1px;
	border-right:ridge #CACACA 1px;
	text-align:center;
	cursor:pointer;
	}


