@charset "utf-8";
/* INFOMEGO - www.alquilerconilplaya.com */
/* Inicialización */
* {
	padding: 0;
	margin: 0;
}
/* Etiquetas */
body {
	background: #dab073 url(../images/fondo.png) no-repeat left top;
	text-align: left;
	cursor: default;
}
img {
	border: 0;
}
/* Estructura */
#mainwrapper {
	width: 850px;
	margin-top: 75px;
	margin-left: 75px;
}
#contentwrapper {
	width: 850px;
	background: #F7E8D7 url(../images/fondocontenido.png) no-repeat left top;
}
#leftwrapper {
	width: 600px;
	float: left;
	margin-right: 25px;
}
#header {
	margin-top: 50px;
	height: 122px;
	width: 550px;
	margin-left: 50px;
}
/* Navegación */
#menunav {
	margin-top: 10px;
	width: 550px;
	height: 50px;
	margin-left: 50px;
	background-color: #e0922b;
}
#menunav ul, li {
	list-style-type: none;
}
#menunav li {
	float: left;
}
#menunav a {
	font: 16px Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	color: #F7E8D7;
	background: #e0922b;
	display: block;
	width: 183px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}
#menunav a.activo {
	font: 16px Arial, Helvetica, Geneva, sans-serif;
	color: #915813;
	display: block;
	width: 183px;
	text-align: center;
	line-height: 50px;
	background: #e0922b url(../images/active.png) no-repeat;
	cursor: default;
	height: 50px;
}
#menunav a:hover {
	color: #915813;
	background: #e0922b url(../images/active.png) no-repeat;
	line-height: 50px;
}
/* Subnavegación */
#home {
	width: 550px;
	height: 20px;
	margin-top: 10px;
	margin-left: 50px;
	text-align: right;
}
#home a, #home a:visited {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	color: #e0922b;
	line-height: 20px;
}
#home a:hover {
	color: #915813;
}
/* Contenido */
#content {
	width: 550px;
	margin-left: 50px;
}
#text {
	width: 500px;
	margin: 25px;
	text-align: justify;
}
#text p {
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	color: #915813;
	margin-bottom: 15px;
	cursor: default;
}
#text a {
	font: 14px Arial, Helvetica, Geneva, sans-serif;
	color: #e0922b;
	text-decoration: none;
}
#text a:hover {
	color: #915813;
	text-decoration: underline;
}
#text a:visited {
	color: #dab073;
}
#text h1 {
	font: 16px Arial, Helvetica, Geneva, sans-serif;
	color: #915813;
	text-align: center;
	margin-bottom: 15px;
}
#text form {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}
#text form div.campos {
	margin: 0 0 15px;
}
#text form div.campos label { 
	float:left;
	width:150px;
	color: #915813;
	font: 14px/20px Arial, Helvetica, Geneva, Verdana;
	cursor: default;
}
#text form div.campos input {
	width: 295px;
	color: #dab073;
	font: 14px/20px Arial, Helvetica, Geneva, Verdana;
	background-color: #fff;
	border: 1px solid #dab073;
}
#text form div.campos textarea {
	width: 295px;
	height: 75px;
	color: #dab073;
	font: 14px/20px Arial, Helvetica, Geneva, Verdana;
	margin-top: 10px;
	background-color: #fff;
	border: 1px solid #dab073;
}
#text form input#enviar {
	width: 60px;
	height: 25px;
	color: #F7E8D7;
	font: 15px/20px Arial, Helvetica, Geneva, Verdana;
	border: 1px solid #e0922b;
	background: #e0922b;
}
/* Galería */
#rightwrapper {
	width: 225px;
	float: left;
}
#gallerywrapper {
	width: 225px;
	margin-top: 50px;
}
#gallerywrapper img {
	border: 1px solid #e0922b;
	margin-top: 25px;
}
/* Pie */
#footer {
	clear: both;
	width: 810px;
	height: 75px;
	margin-left: 40px;
}
.footerimg {
	width: 120px;
	height: 75px;
	float: left;
}
#footer p {
	font: 18px/75px Arial, Helvetica, Geneva, sans-serif;
	color: #915813;
}
.footerimg img {
	display: block;
	width: 50px;
	height: 35px;
	margin: 20px 20px 20px 50px;
}
#footertlf {
	width: 110pxpx;
	height: 75px;
	float: left;
}
#footermail {
	width: 225px;
	height: 75px;
	float: left;
	margin-right: 40px;
}
/* Facebook */
#footerfb {
	width: 175px;
	height: 75px;
	float: left;
}
#footerfb p {
	float: left;
	margin-right: 10px;
}
#footerfb a {
	display: block;
	width: 25px;
	height: 25px;
	float: left;
	margin: 25px 0;
}
/* Detalles */
#details {
	clear: both;
	width: 850px;
	height: 30px;
	text-align: right;
	margin-bottom: 25px;
}
#details p {
	font: 0.7em Arial, Helvetica, Geneva, sans-serif;
	color: #915813;
	line-height: 30px;
	cursor: default;
}
#details a.infomego {
	text-decoration: none;
	color: #915813;
	line-height: 30px;
}
#details a.infomego:hover {
	color: #1e1e1e;
}
