body {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	letter-spacing:1px;
	line-height:120%;
	font-size:13px;
	/*margin: 20px 0 0 0;*/
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
#contenido {
	margin:0 auto;
	width:900px;
	height:auto;
	min-height:600px;
}
.bannerup {
	width:900px;
	height:484px;
	background-image:url(../imagenes/bannerup.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.botones {
	width:900px;
	height:50px;
	font-weight:bold;
	font-size:16px;
	padding-top:430px;
	padding-left:20px;
	color:#FFF;
}
.boton {
	padding-right:20px;
	float:left;
}
.elcontenido {
	width:860px;
	height:auto;
	margin-right:20px;
	margin-left:20px;
	text-align:justify;
	margin-bottom:30px;
}
.piepag {
	width:860px;
	height:auto;
	min-height:100px;
	padding:20px 20px 20px 20px;
	text-align:justify;
	background-color:#776f62;
}
.fotos {
	float:right;
	border: 4px solid #776f62;
	margin: 5px 0px 5px 15px;
}
.titulos {
	width:860px;
	height:50px;
	font-weight:bold;
	font-size:16px;
}
.programa {
	border: 0px;
}

a.enlaces:link,a.enlaces:visited,a.enlaces:hover,a.enlaces:active {
	text-decoration: none;
	color: #776f62;
}