/* Estilos de Villajos.com */


* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #2F6BAE;
	font-family: Verdana, Arial;
	font-size: 14px;
	color: #4c4c4c;
}

#fondo_gradiente {
	background-image: url('../img/fondo_degradado.jpg');
	background-repeat: repeat-x;
	height: 787px;
}

#logo_fondo {
	float: left;
	position: absolute;
	z-index: 0;
	background-image: url('../img/logo_fondo.png');
	width: 451px;
	height: 420px;
}

#logo {
	position: relative;
	float: right;
	top: 10px;
}

/* Menú */

#menu {
	position: fixed;
	z-index: 1;
	top: 30%;
	left: 0%;
	font-size: 16px;
	font-weight: bold;
}

#menu ul {
	list-style: none;
	position: relative;
	left: 10px;
}

#menu ul li a:link {
	text-decoration: none;
	color: #676767;
}

#menu ul li a:visited {
	text-decoration: none;
	color: #676767;
}

#menu ul li a:hover {
	text-decoration: none;
	color: #D70E0D;
}

#menu_header {
	background-image: url('../img/menu_header.png');
	width: 197px;
	height: 69px;
}

#menu_content {
	background-image: url('../img/menu_content.png');
	width: 196px;
}

#menu_content img{
	position: relative;
	left: 10px;
}

#menu_footer {
	background-image: url('../img/menu_footer.png');
	width: 196px;
	height: 49px;
}

/* Submenu */

#submenu {
	position: relative;
	width: 610px;
	height: 25px;
	background-color: white;
	margin-bottom: 15px;
	border: thin solid #0F058E;
	font-weight: bold;
	float: left;
	padding-top: 5px;
}

#submenu ul{
	position: absolute;
	list-style: none;
	display: block;
	height: 20px;
	width: 610px;
	left: 25px
}

#submenu li {
	position: relative;
	display: block;
	float: left;
	margin-right: 35px;
}

#submenu ul li a:link {
	text-decoration: none;
	color: #676767;
}

#submenu ul li a:visited {
	text-decoration: none;
	color: #676767;
}

#submenu ul li a:hover {
	text-decoration: none;
	color: #D70E0D;
}

/* Container styles */

#web {
	position: absolute;
	z-index: 1;
	width: 717px;
	left: 50%;
	top: 110px;
	margin-left: -358px;
}

#web_header {
	background-image: url('../img/web_header.png');
	width: 717px;
	height: 80px;
}

#web_content {
	background-image: url('../img/web_content.png');
	width: 717px;
}

#web_footer {
	background-image: url('../img/web_footer.png');
	width: 717px;
	height: 80px;
}

#web_footer p {
	position: relative;
	top: 37px;
	right: 41px;
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
}

#web_footer p a:link {
	text-decoration: none;
	color: #98D6FE;
}

#web_footer p a:visited {
	text-decoration: none;
	color: #98D6FE;
}

#web_footer p a:hover {
	text-decoration: none;
	color: #D70E0D;
}

#content {
	position: relative;
	left: 41px;
	width: 634px;
	top: -23px;
}

#content h1 {
	position: relative;
	font-size: 18px;
	background-color: #0F058E;
	color: #FFFFFF;
	padding: 4px 5px 5px 4px;
	margin-top: 5px;
	width: 602px;
	float: left;
}

#content h2 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#triangulo_titulo {
	position: relative;
	background-image: url('../img/triangulo_titulo.png');
	width: 23px;
	height: 31px;
	float: right;
	top: 5px;
}

#content p {
	position: relative;
	top: 10px;
	padding-bottom: 10px;
}

#content p a:link {
	text-decoration: none;
	color: #4c4c4c;
}

#content p a:visited {
	text-decoration: none;
	color: #4c4c4c;
}

#content p a:hover {
	text-decoration: none;
	color: #D70E0D;
}
/* Empresa */

.img_centrada {
	text-align: center;
}

/* Productos */

#galeria_productos {
	position: relative;
	float: left;
	left: 20px;
	top: 10px;
}

#galeria_productos img {
	margin: 5px 5px 10px 5px;
	border: thin solid #0F058E;
	padding: 1px;
}

/* Instalaciones */

.instalacion {
	position: relative;
	top: 10px;
	left: 40px;
	float: left;
	margin: 10px 30px 10px 5px;
}

.instalacion img {
	border: thin solid #0F058E;
	padding: 1px;
}

#clear {
	clear: both;
}

.instalacion_centrada {
	position: relative;
	top: 10px;
	text-align: center;
}

.instalacion_centrada img {
	border: thin solid #0F058E;
	padding: 1px;
	margin-bottom: 10px;
}

#clientes {
	position: relative;
	top: 10px;
	left: 3px;
}

#clientes img {
	border: thin solid #0F058E;
	padding: 2px;
	margin: 4px;
	float: left;
}

/* Contacto */

#info_contacto {
	position: relative;
	float: left;
}

#formulario {
	position: relative;
	float: right;
	right: 30px;
}

form {
	margin-top: 5px;
}

.fields {
	border: thin solid #0F058E;	
	font-size: 14px;
	color: #4c4c4c;
	width: 300px;
	margin-bottom: 5px;
}

#submit_button {
	width: 75px;
}

#map {
	position: relative;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	height: 500px;
	border: thin solid #0F058E;
	padding: 1px;
}
