@CHARSET "ISO-8859-1";

body{
	margin: 0;
	background-color: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrap {
	border: 0px solid #CCCCCC;
	width: 664px;
}

#contenedor{
	width: 800px;
	margin: auto;
	border-style: none;
	border-width: 0px;
	background-color: white;
}

#menu {
	background: black; /* Color de fondo de la fila que contiene el menu*/
	/*border-bottom: 1px solid white;*/
	font-size: 12px;
	padding: 5px 0;
	width: 800px;
	height: 80px;
	position: absolute;
	opacity: 0.4;
	filter:alpha(opacity=40);
	top: 130px;

}

#menu_administracion {
	height: 32px;
	line-height: 32px;
	background-color: #9b3121;
	color: white;
} 

#menu_administracion a{
	color: white;
}

#cabecera{
	/*background: no-repeat url("../imagenes/cabecera1.jpg");*/
	background: no-repeat url("../imagenes/animacion.jpg");
	float: left;
	clear: both;
	width: 800px;
	height: 220px;
	border-top: 10px solid #9B3121;
}

#fotos{
	background-color: #9b3121;
	float: left;
	clear: both;
	width: 100%;
	height: 32px;
	line-height: 32px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#contenido{
	background-color: white;
	float: left;
	clear: both;
	width: 780px;
	padding: 10px 10px 10px 10px;
	/*border-left: 2px solid #B9B9B9;
	border-right: 2px solid #B9B9B9;*/
	min-height: 465px;
}

#pie{
	background-color: #9b3121;
	float: left;
	clear: both;
	width: 790px;
	height: 32px;
	line-height: 32px;
	color: white;
	padding: 0px 5px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}

img{
	border: 0px none;
	padding: 0px none;
	margin: 0px none;
}

ul {
	background-color: none;
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding-left: 0px;
	text-align: left;
}

ul li {
	display: inline;
	background-color: #9B3121;
	border: 3px solid #B9B9B9;
	margin: 5px 5px 5px 0px;
	padding: 2px 15px 2px 15px;
	text-align: center;
}

ul li a {
	text-decoration: none;
	color: black;
}

a:hover{
	color: white;
	background-color: #9B3121;
}

.error{
	color: red;
}
