@charset "UTF-8";
/* CSS Document */
h1{
	font-size: 60px;	
}
.amunt{
	position:relative;
	z-index:2;
	}

#cabecera a:link, #cabecera a:visited, #cabecera a:active{ color: #FFF; }
#cabecera a:hover{ color: #000; }

#info_contacto a:link, #info_contacto a:visited, #info_contacto a:active{ color: #000; }
#info_contacto a:hover{ color: #999; }

body{
	font-family: Arial, Helvetica, sans-serif;	
	background: url(../img/fondo.jpg) no-repeat 0 23px;
}
body#index #contenido{
	background: url(../img/inicio.png) no-repeat;
}
body#fachadas #contenido{
	background: url(../img/fachadas.png) no-repeat;
}
body#pavimentos #contenido{
	background: url(../img/pavimentos.png) no-repeat;
}
body#maquinaria #contenido{
	background: url(../img/maquinaria.png) no-repeat;
}
body#fincas #contenido{
	background: url(../img/fincas.png) no-repeat;
}
body#alquileres #contenido{
	background: url(../img/alquileres.png) no-repeat;
}
body#zona_venta #contenido{
	background: url(../img/zona_venta.png) no-repeat;
}
body#contacto #contenido{
	background: url(../img/contacto.png) no-repeat;
}
body#galeria #contenido{
	background: url(../img/logo_galeria.png) no-repeat;
	margin: auto;
	height: 670px;
}
body#galeriaForm #contenido{
	background: url(../img/logo_galeria5.png) no-repeat;
	margin: auto;
	height: 1000px;
}body#ventas #contenido{
	background: url(../img/logo_galeria6.png) no-repeat;
	margin: auto;
	height: 1150px;
}
#container{
	width: 790px;
	margin: auto;
}
#cabecera{
	width: 100%;
	height: 205px;
	margin-top: 0px;
}
#cabecera img, #cabecera h1{
	float: left;	
}
#cabecera img{
	padding-top: 5px;	
}
#cabecera h1{
	margin-top: 105px;
	color: #FFF;
	font-weight: bold;
}
#cabecera img.titulo{
	padding-top: 23px;
	padding-left: 10px;
}
#cabecera ul{
	text-align: right;
	padding-top: 40px;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	line-height: 112%
}
#contenido{position:relative;
	z-index:1;
	background: url(../img/fondo_portada.png) no-repeat;
	width: 790px;
	height: 471px;
	padding-top: 60px;
	padding-left: 30px;
	text-align: center;
	font-size: 11px;
}
#contenido img{
	margin-right: 100px;
	margin-left: 30px;
	margin-top: 45px;
	border: 4px solid #FFFFFF;
}
#contenido #banderitas img{
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 0px;
	border: none;
	float: left;
}
#contenido img.fincas{
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 10px;
	float: left;
}
#info_portada{
	background: url(../img/fondo_transparente.png) no-repeat;
	width: 314px;
	height: 188px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 5px;
	text-align: left;
}
#info_portada2{
	background: url(../img/fondo_transparente4.png) no-repeat;
	width: 314px;
	height: 300px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 5px;
	text-align: left;
}
#info_portada p, #info_portada2 p{
	padding-bottom: 15px;
	line-height: 140%
}
#info_portada span, #info_portada2 span{
	color: #F00;
	font-weight: bold;
}
#bottom{
	position:relative;
	z-index:3;
	background: url(../img/bottom.png) no-repeat 0 10px;
	width: 790px;
	height: 300px;
	margin-top: -100px;
}

#info_contacto{
	/*background: url(../img/fondo_transparente3.png) no-repeat;*/
	width: 314px;
	height: 600px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 5px;
	text-align: left;
}
#info_contacto p{
	padding-bottom: 15px;
	line-height: 140%
}
#info_contacto span{
	color: #F00;
	font-weight: bold;
}
#contenido #info_contacto span{
	color: #000;	
	font-size: 14px;
	font-weight: 400;
}