/* casalasiesta.com | PRESS GALERY */
body {
	background: url(../images/fondo.jpg) repeat;
}
/* style */
#wrapper {
	width: 750px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 15px solid #ffffff;
}
#header {
	background: #cbb676 url(../images/logotipo.png) no-repeat 50% 50%;
	height: 120px;
}
.line {
	height: 15px;
	background-color: #ffffff;
}
.nav {
	background-color: #695e49;
	height: 20px;
	font: 10pt Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
}
.nav a {
	color: #ffffff;
	text-decoration:none;
}
.nav a:hover {
	color: #cbb676;
}
#content {
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
}