@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
}
.bordetabla {
	border: 1px solid #B90000;
}
.table_contenido {
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
}
.texto {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 17px;
}
.copyright {
	background-image: url(imagenes/copyright.jpg);
	height: 51px;
	width: 900px;
}
.quienesomos {
	background-image: url(imagenes/quienes_somos.jpg);
	height: 150px;
	width: 727px;
}
.centrar {
	margin-top: -300px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 50%;
	border: thin solid #990000;
}
.seccionfotos {
	background-image: url(imagenes/fotos.jpg);
	background-position: center;
	height: 220px;
	width: 725px;
}
.table_contenidofotos {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
}
.programa_seccion {
	background-image: url(imagenes/el_programa.jpg);
	background-position: center;
	height: 200px;
	width: 725px;
}
.textohome {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	line-height: 17px;
}
.comprardvd {
	background-image: url(imagenes/comprar_dvd.jpg);
	background-position: center;
	height: 200px;
	width: 725px;
}
.contacto {
	background-image: url(imagenes/contacto.jpg);
	background-position: center;
	height: 150px;
	width: 725px;
}
.informacion {
	background-image: url(imagenes/informacion.jpg);
	background-position: center;
	height: 200px;
	width: 725px;
}

