@charset "utf-8";
/* CSS Document */

body, html {
	background-image:url(../images/inicio.jpg);
	background-repeat:repeat-x;
	height:100%;
	margin: 0px;
	background-color: #A41322;
	color:#b9965a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
ul, li {
	margin:0px;
	padding:0px;
}
a {
	color:#b9965a;
	text-decoration:none;
}
#layout {
	background-image:url(../images/layoutFnd.png);
	background-repeat:repeat-y;
	position: relative;
	min-height:565px;
	width: 781px;
	margin:auto;
	padding:0 5px 0px 5px;
	margin-bottom:0px;
}
#foot {
	overflow:hidden;
	height:157px;
	background-image:url(../images/pie.jpg);
}
#foot #content {
	width: 780px;
	margin:auto;
	padding:30px 6px 0 5px;
}
#siteMap {
	float:left;
	width: 400px;
}
#foot #siteMap ul {
	margin:12px;
	list-style-type:none;
	float:left;
}
#foot #siteMap li {
	margin-bottom:4px;
}
#foot #siteMap p {
	margin:0px;
	clear:both;
	font-size:10px;
}
#foot a {
	text-decoration:none;
}
#foot #contactForm {
	float:right;
	width:280px;
	position:relative;
	top:0px;
}
#foot .input {
	background-color:#826c56;
	border:none;
	color:#FFFFFF;
	width:90px;
}
#foot .textarea {
	background-color:#826c56;
	border:none;
	color:#FFFFFF;
	width:115px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:5px;
	margin:0px;
}
.input {
	background-color:#E1D2A7;
	border:none;
	width:110px;
	font-size:11px;
	color:#b9965a;
}
.textarea {
	background-color:#FFFFFF;
	border:solid 1px #b9965a;
	color:#b9965a;
	width:90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:5px;
	margin:0px;
}
#hr {
	background-image:url(../images/salto.png);
	width:726px;
	height:8px;
	padding:0px;
}
/*--- colores --*/
.dorado {
	color:#d6a551;
}
/* ----  tamaños ---*/
.s {
	font-size: 10px;
}
.m {
	font-size: 12px;
}
/*--- botones --*/
.boton {
	border:1px solid #d6a551;
	color:#d6a551;
	font-size:10px;
	padding:2px;
	background-color: #261A0C;
}
#menu_ {
	background-image:url(../images/menu.jpg);
	background-repeat:repeat-x;
	top:255px;
	width:781px;
	height:39px;
}
#menuLeft {
	float:left;
	padding: 32px 10px 0 0;
	width:150px;
	margin-left:40px;
	padding-bottom:50px;
	border-right: 1px solid #d5cfb4;
}
#menuLeft li {
	list-style-image:url(../images/list.png);
	padding:0 0 7px 25px;
}
#content {
	padding:14px 12px 0px 12px;
	min-height:240px;
}
.subContent{
	display:none;
	float:right;
	width:500px;
	padding: 32px 34px 0 0;
}
#galeria{
float:left;
}
#content .fotos {
	margin-right:3px;
}
/* -- el destacado --*/

#destacado {
	background-image:url(../images/destacado.png);
	background-repeat:repeat-x;
	margin:0px;
	padding:22px;
	background-color: #44161C;
	border-bottom:6px solid #74471b;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #B9965A;
	margin: 0px;
	font-weight:normal;
	color:#d6a551;
}
/* galerias */
.overlay {
	padding:33px;
	width:560px;
	height:520px;
	display:none;
}
div.overlay div.close {
	background:url(../images/close.png) no-repeat;
	position:absolute;
	top:20px;
	right:0px;
	width:35px;
	height:35px;
	cursor:pointer;
}

