@charset "utf-8";
html, body{
	position:absolute;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
a {
	text-decoration: none;
}

.contenedor {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	min-width: 1000px;
	z-index: 3;
}
#pie{
	width: 100%;
	bottom: 0px;
	position: relative;
	height:120px;
	clear: both;
	margin-top:-120px;
	min-width: 1000px;
	z-index: 4;
	padding-top: 10px;
	}
.clearing{
      clear:both;
   }
#top {
	position: relative;
	height: auto;
	width: 100%;
	top: 0px;
}
.empuje {
	height: 150px;
	clear: both;
}
.conte {
	height: auto;
	width: 940px;
	margin-left: -470px;
	position: relative;
	left: 50%;
	font-family: "Droid Serif";
}
.logo {
	height: 105px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.botonera {
	height: 50px;
	width: 100%;
}

.botonera ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.botonera li {
	float: left;
	text-align: center;
	display: block;
	height: 35px;
	width: 130px;
	padding-top: 15px;
	color: #000;
	background-repeat: repeat-x;
	background-position: top;
	margin-right: 2px;
	margin-left: 2px;
}


.botonera .idioma {
	float: right;
	height: 35px;
	text-align: center;
	background-image: url(../imagenes/sombra1.png);
	background-color: #424200;
	font-size: 12px;
	width: 100px;
}

.slide {
	height: 293px;
	width: 940px;
	background-image: url(../imagenes/sombra_slide.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.columna_derecha {
	float: right;
	margin-left: 20px;
	width: auto;
	text-align: right;
}
#map {
	height: 350px;
	width: 480px;
}
