@charset "utf-8";
/* CSS Document */
a {
text-decoration: none;
}
#container {
	height: 1500px;
	width: 980px;
	margin: auto;
}
body p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#header {
	height: 150px;
	width: 960px;
	background-image: url(imagenes/imagen%20cabecera.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
	margin: auto;
}
#menu {
	height: 35px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	height: 1140px;
	width: 960px;
	background-color: #FFF;
	margin: auto;
}
#sectionimagen {
	height: 200px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(imagenes/IMAGMallorca01.jpg);
}
#article {
	height: 750px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	text-align: justify;
	font-style: normal;
	line-height: 20px;
}
#footer {
	height: 175px;
	width: 960px;
	background-color: #04489E;
	position: relative;
	color: #FFF;
	margin: auto;

}
#container #footer .aviso {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	float: left;
	left: 230px;
	top: 25px;
	text-decoration: none;
}
#container #footer #img2 {
	float: right;
	margin-right: 325px;
	margin-top: 15px;

}
#container #footer #img1 {
	margin-top: 15px;
	margin-right: 100px;
	float: left;
	margin-left: 325px;
}


#container #footer .cookies {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	float: left;
	text-align: center;
	position: relative;
	left: 350px;
	top: 25px;
	text-decoration: none;
}
#container #footer .protect {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	float: right;
	text-align: center;
	position: relative;
	top: 25px;
	right: 50px;
	text-decoration: none;
}
#container #footer .contactanos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	position: relative;
	left: 330px;
	top: auto;
	text-decoration: none;
}
#container #footer .presupuestos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	position: relative;
	margin-top: 0px;
	top: -15px;
	left: 535px;
	text-decoration: none;
}




#container #footer .derechos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	position: relative;
	text-align: center;
	float: left;
	clip: rect(auto,auto,auto,auto);
	left: 100px;
	top: 25px;
	text-decoration: none;
}
