#contenedor {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 234px;
	width: 960px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
}
#menu {
	height: 32px;
	width: 960px;
	background-color: #000;
}
#pie {
	height: 70px;
	width: 960px;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/fondo_pie.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	float: left;
}
#contenido {
	height: auto;
	width: 960px;
	color: #FFF;
	float: left;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/fondorepi.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}
#iconos_cabe {
	height: 30px;
	width: 960px;
}
#ani_cabe {
	float: right;
	height: 180px;
	width: 536px;
}
a {
	font-size: 12px;
	font-weight: bold;
	color: #FF0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #F90;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FF0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
