@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #882D10;
	background-image: url(../imgs/interfaz/fondo.png);
	background-repeat: repeat-x;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contenedor  {
	width: 960px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #D6A048;
	background-image: url(../imgs/interfaz/contenedor-fondo.jpg);
	background-repeat: repeat-x;
	background-position: 0px 110px;
}
#contenedor #cabeza {
	height: 120px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#contenedor #cabeza h1 {
	font-size: 20px;
	margin: 10px;
}

#contenedor #menu {
	height: 51px;
	margin-right: -10px;
	margin-left: -10px;
}
#contenedor #menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#contenedor #menu ul li {
	float: left;
}

#contenedor #fotos {
	height: 370px;
	margin-top: 4px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFF;
	width: 940px;
}
#contenedor #contenido {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}


#contenedor #contenido .caja-todo {
	width: 900px;
	background-image: url(../imgs/interfaz/caja-fondo.jpg);
	background-position: right top;
	background-color: #E6C663;
	background-repeat: no-repeat;
	padding: 20px;
	line-height: 1.3em;
	color: #462C1E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-bottom: 10px;
}

#contenedor #contenido .caja-izq {
	width: 530px;
	background-image: url(../imgs/interfaz/caja-fondo.jpg);
	background-position: right top;
	background-color: #E6C663;
	background-repeat: no-repeat;
	padding: 20px;
	line-height: 1.3em;
	color: #462C1E;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-bottom: 10px;
}

#contenedor #contenido .caja-der {
	width: 320px;
	background-image: url(../imgs/interfaz/caja-fondo.jpg);
	background-position: right top;
	background-color: #E6C663;
	background-repeat: no-repeat;
	padding: 20px;
	font-size: 15px;
	line-height: 1.3em;
	color: #462C1E;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	margin-top: 0px;
}
#contenedor #contenido .caja-der table {
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: -10px;
	margin-top: 10px;
}
#contenedor #contenido #mapadiv {
	height: 400px;
	width: 900px;
}
#contenedor #contenido a {
	color: #03C;
}

#contenedor #contenido h1  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contenedor #contenido h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#contenedor #contenido .nota {
	font-size: 11px;
	color: #900;
	line-height: normal;
}
#contenedor #contenido p {
	line-height: 25px;
}


#contenedor #contenido form  {
	margin: 0px;
	padding: 0px;
}
#contenedor #contenido li {
	margin-bottom: 10px;
}
#contenedor #contenido ul.galeria {
	margin: 0px;
	padding: 0px;
	clear: both;
	text-align: center;
}
#contenedor #contenido ul.galeria li{
	display: inline;
	vertical-align: middle;
}
#contenedor #contenido .galeria li img {
	border: 10px solid #FFF;
	margin-right: 10px;
	margin-bottom: 10px;
}
#contenedor #contenido #musica {
	height: 2px;
	width: 2px;
}

#contenedor .vacio {
	clear: both;
}
#pie {
	width: 960px;
	background-image: url(../imgs/interfaz/pie-fondo.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	height: 170px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#pie p {
	margin: 10px;
}

#pie a {
	color: #FFF;
}

