.panelPopupImg {
	z-index: 1000;
	top: 20%;
	left: 10%;
	position: absolute;
	width: 800px;
	height: 800px;
	border: 2px solid #000000;
}

.panelPopupVideo {
	z-index: 1000;
	top: 20%;
	left: 10%;
	position: absolute;
	width: 450px;
	height: 366px;
	border: 2px solid #000000;
}

.dataTable{
	border: 0px solid #CCCCCC;
	border-collapse: collapse;
}

.mensaje {
	color: red;
	font-size: 14px;
}

.barraSuperior {
	font-size: 14px;
	color: white;
	background-color: black;
}

.tituloImagen {
	text-align: left;
}

.volver {
	text-align: right;
}

.volver a {
	color: white;
}

.form{
	color: #CCCCCC;
}
    