#bloque_explorer {
	text-align : center;
	width: 100%;
}

#contenedorPopUp{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	width: 95%; 
	display: table; 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#cabeceraPopUp{
    width: 100%;
	height: 10px;
	clear:both;
}



#infoPopUp{
    width:100%;
	clear:both;
	text-align: center;
	height:190px;
}

#piePopUp{
    width:100%;
	clear:both;
	font-size: 12px;
	text-align: center;
}


.tituloPopUp{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	height: 25px;
}

TABLE.datosPopUp {
	border-collapse: collapse; /* Para quitar separacion entre las celdas*/
}

/* Para tablas que muestran datos. Fila encabezado*/
TD.celdaEncabezadoPopUp {
	background-color: #003366;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

/* Para tablas que muestran datos. Filas datos pares*/
TD.celdaDatosParPopUp {
	background-color: #FFFF99;
	color: #000000;
	text-align: center;
	font-size: 12px;
}

/* Para tablas que muestran datos. Filas datos impares*/
TD.celdaDatosImparPopUp {
	background-color: #66FFFF;
	color: #000000;
	text-align: center;
	font-size: 12px;
}
