html, body { height:100%;}
body {
	font: 90% Arial, Helvetica, sans-serif;
	margin:10px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-color: #bc9e58;
	background-position: top;
}

a:link {
	color: #9c1c1f;
	text-decoration: none;
}
a:visited {
	color: #9c1c1f;
	text-decoration: none;
}
a:hover {
	color: #8b6a29;
	text-decoration:none;	
}
a:active {
	color: #9c1c1f;
	text-decoration: none;
}

		a.photo img, { 
			border: 2px;
			border: #990000;
		}

#address{ 
 	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#fff;
	margin:0px 0px 0px 10px;
 	}
	
#lang_select{
	margin:7px 10px 0px 10px;
 	}


.top{
	margin:0px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ccc;
	clear:both;
	}
	
.menu{
	margin:0px 0px 0px 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#bc9e58;
	clear:both;
	background-color:#901218;
	padding-top:10px;
	padding-bottom:18px;
	padding-left:10px;
}

	.menu a:link, a:active {
		color:#fff;
		text-decoration:none;
		}
	.menu a:visited {
	    color: #fff;		
		}
	.menu a:hover {
		color:#bc9e58;
}

#container {
	margin:0px auto 0px auto;
	width:760px;
	height:auto;
}



#lang {
	width:100%;
	/*background:#5e5d48 url(../img/top_bg.jpg) no-repeat top left;*/
	text-align:left;
	color:#bbb;
	font-size:10px;
	padding:1px 0px 1px 0px;
	}
	
	#lang.fleft{float:left;}

	#lang a:link, a:visited, a:active {
		color:#ddd;
		}	
	#lang a:hover {
		color:#9e0b0f;
		}

#top {
	width:100%;
	height:216px;
	background:url(../img/top.jpg) no-repeat;
	}
		
#content {
	width:100%;
	height:auto;
	background:#fff url(../img/fondoblanco.jpg) no-repeat bottom left;
	text-align:right;
	float:left;
	}
	#detalles {
	margin:10px;
	margin-top:25px;
	
	}
	
	#content h1{
	margin-left:16px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:3px;
	color:#9e0b0f;
	font-size:14px;
	font-weight:bold;
	}
	
	#content h2{
	margin-left:16px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:3px;
	color:#735416;
	font-size:12px;
	font-weight:bold;
	}
	#content h3{
	margin-left:16px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:3px;
	color:#9e0b0f;
	font-size:10px;
	font-weight:bold;
	}
	#content h4{
	margin-left:16px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:3px;
	color:#5f6b57;
	font-size:12px;
	font-weight:bold;
	}
	
#text {
	width:100%;
	height:auto;
	text-align:left;
	float:left;
	}
	
	.seccion{
	margin:0px 10px 8px 15px;
	text-align:left;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	}
	
	.seccion a:visited {
	color:#CC0000;
	}
		
#footer {
	width:100%;
	background: #fff url(../img/footer_bg.jpg) no-repeat bottom;
	height:120px;	
	float:left;
	text-align:center;
	font-size:10px;
	color:#000;
	margin-bottom:10px;
	padding-top:20px;
	padding-bottom:15px;
	}
	#footer a:link, a:visited, a:active {
		color:#000;
		text-decoration:none;
		}
	
	#footer a:hover {
		color:#ab7136;
		}

.fotos {
	
	margin-top: 15px;
	margin-left: auto;
	margin-bottom: 15px;
	margin-right: auto;
}
.fotos img{
	margin-right: 20px;
	margin-top: 20px;
	border: 2px solid #9c1c1f; 
}

.fotos a:hover img{
	border: 2px solid #70944e;
}		
		