@charset "utf-8";
#contenedor {
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#contenedor #cabezote {
	height: 130px;
	width: 800px;
}
#contenedor #cabezote #logo {
	height: 70px;
	width: 800px;
	background-image: url(../img/movil/fondo_cabezote.png);
}
#contenedor #cabezote #menu {
	height: 60px;
	width: 700px;
	padding-left: 100px;
	background-image: url(../img/movil/fondo_menu.png);
}
#contenedor #cabezote #menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#contenedor #cabezote #menu ul li {
	float: left;
}
#contenedor #cabezote #menu ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: rgba(153,153,153,1);
	text-decoration: none;
	text-align: center;
	display: block;
	height: 45px;
	width: 200px;
	padding-top: 15px;
}





#contenedor #empresa {
	height: 1200px;
	width: 800px;
	padding-top: 100px;
	background-image: url(../img/movil/fondo_empresa.png);
}
#contenedor #empresa #titulo {
	text-align: center;
	height: 50px;
	width: 800px;
}

#contenedor #empresa #historia {
	height: 480px;
	width: 640px;
	float: none;
	background-color: rgba(255,255,255,0.2);
	margin: 10px;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 70px;
	padding-left: 70px;
}

#contenedor #empresa #mision {
	float: left;
	height: 500px;
	width: 350px;
	background-color: rgba(255,255,255,0.2);
	margin: 10px;
	padding: 15px;
	border-radius: 5px;
}
#contenedor #empresa #valores {
	float: left;
	height: 500px;
	width: 350px;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.2);
	margin: 10px;
	padding: 15px;
}


#contenedor #mapa {
	height: 500px;
	width: 800px;
	background-image: url(../img/movil/fondo_mapa.png);
}
#contenedor #mapa #textomapa {
	height: 95px;
	width: 770px;
	margin-right: 15px;
	padding-top: 5px;
	padding-right: 15px;
}
#contenedor #mapa #linkmap {
	padding: 10px;
	height: 380px;
	width: 780px;
}


#contenedor #contacto {
	height: 230px;
	width: 800px;
	padding-bottom: 100px;
	background-image: url(../img/movil/fondo_contacto.png);
}
#contenedor #contacto #titulo_contacto {
	text-align: center;
	height: 45px;
	width: 800px;
	padding-top: 5px;
}

#contenedor #contacto #info_contacto {
	height: 200px;
	width: 290px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: rgba(255,255,255,0.2);
	border-radius: 5px;
	text-align: center;
}
#contenedor #contacto #arriba {
	float: right;
	height: 40px;
	width: 40px;
	margin-right: 30px;
}

#contenedor #pata_btn {
	height: 50px;
	width: 800px;
	background-color: rgba(255,255,255,0.5);
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#contenedor #pata_btn #btn_pata {
	text-align: center;
	float: left;
	height: 50px;
	width: 400px;
}







body {
	margin: 0px;
	padding: 0px;
}
.titulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: rgba(255,255,255,1);
	text-align: center;
	text-decoration: none;
}
.textos {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: rgba(255,255,255,1);
	text-decoration: none;
}
