@charset "utf-8";

#contenido {
	width: 100%;
	clear: both;
	padding-top: 50px;
	padding-left: 15px;
	margin-bottom: 50px;
	background-image: url(../img/fondo02.jpg);
	background-repeat: repeat-y;
	height: auto;
}

#contenido h1.programacion {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 2em;
	background-image: url(../img/H1programacion.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center center;
	height: 90px;
	margin-bottom: 30px;
}
#contenido p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.7em;
	color: #930;
	margin-bottom: 30px;
	margin-left: 10px;
	text-align: center;
	margin-right: 30px;
}

#imagenizda img {
	display: block;
	float: left;
	border: thin solid #FFF;
	padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 40px;
}

#imagendcha img {
	display: block;
	float: right;
	margin-left: 10px;
	padding: 5px;
	border: thin solid #FFF;
	margin-right: 35px;
}
