@charset "utf-8";
@import url("global.css");
@import url("submenus.css");
@import url("home.css");
@import url("descubre.css");
@import url("naturaleza.css");
@import url("sitemap.css");
@import url("actives.css");
@import url("publicidad.css");
body {
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px;
	height: 100%;
	width: 100%;
}
img{
	border:0px;
}
p { 
	margin-top: 0; 
	/*text-align: justify;*/
}
.navegador {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.875em;
}
#container {
	width: 964px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 0;
	clear: both;
	float: none;
}
.fondo_publicidad{
	background: #FFFFFF;
	height: auto;
	width: 160px;
	float: left;
}
#header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
	width:100%;
	height:229px;
	z-index:1;
}
#header  h1 {
	/*margin: 0;*/ /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 10px 0;*/ /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 32px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width:900px;
	height:auto;
	float: none;
	z-index:100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  0.625em;
	z-index:0;
}
#footer {
	margin-top: 0px;
	/*margin-right: 32px;*/
	margin-bottom: 0px;
	margin-left: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	width:900px;
	z-index:0;
	float: none;
	clear:both;
	text-align:center;
}
#izquierda {
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 00px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	width:60px;
	float: left;
	height: 140px;
}
#centro {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	width:780px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	float: left;
	height: 140px;
	vertical-align: middle;
}
#derecha {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	width:60px;
	height:130px;
	float: left;
	height: 140px;
	vertical-align: bottom;
}
#espacios {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 32px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	width:900px;
	height:10px;
	z-index:10;
	clear: both;
	float: none;
}
.accesibilidad {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 32px;
	margin-bottom: 0px;
	margin-left: 32px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	width:900px;
	z-index:10;
	clear: both;
	float: none;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  0.625em;
}
#panel_izquierdo {
	position: relative;
	width:900px;
	float: left;
	background-color: #FFFFFF;
	text-align: left;
	clear:both;
	padding-top:10px;
}
#panel_derecho {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	width:140px;
	float: right;
	background-color: #F2F2F2;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	/*clear: right;*/
}
#pastilla_title {
	float: left;
	position: relative;
	width: 720px;
	background-color: #DCDCDC;
	margin-left: 10px;
	padding-left: 10px;
}
#pastilla_title_interior {
	float: left;
	position: relative;
	width: 665px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
#pastilla_border {
	float: right;
	position: relative;
	width: 45px;
	background-color: #DCDCDC;
	background-position: right;
}
.contactar_fondo {
	float: left;
	position: relative;
	width: 690px;
	background-color: #F2F2F2;
	margin-left: 10px;
	padding-left: 20px;
	font-size:  1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 20px;
}

