@charset "utf-8";
/* CSS Document */
img{
	border:none;
}
a{
	text-decoration:none;
}
*{
	margin:0;
	padding:0;
}
body{
	margin: 0px auto 0px auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:15px;
	background: #FFF url(../images/body.png) top center repeat-x;
   }
   
#web {
	width: 980px;
	margin: 0px auto 0px auto;	
 }
 
#cabecera {
	height:80px;
	width:auto;	
	margin-left:8px;
	}
	
#menu{
	float:right;
	margin-top:25px;
	vertical-align:bottom;
	}
	
#cuerpo{
	width:980px;
	height:580px;	
	background-image:url(../images/fondo.png);
	background-repeat:no-repeat;
	padding-top: 52px;
	padding-left:10px;
	}
	
#cuerpoInteriores{
	width:980px;
	height:580px;	
	background-image:url(../images/fondo03.png);
	background-repeat:no-repeat;
	padding-top: 52px;
	padding-left:10px;
	}		
	
#fotosPrincipal{
	height:348px;
	width:640px;
	float:left;
	margin-left:10px;
	margin-top: 4px;
}

#InteriorIzquierda{
	height:558px;
	width:640px;
	float:left;

	margin-top: 4px;
}
#InteriorDerecha{
	height:520px;
	margin-left:20px;
	margin-top: 4px;
	padding:20px 25px;
	width:254px;
	float:left;
}

#Novedades{
	height:358px;
	margin-left:20px;
	width:290px;
	float:left;
}

#cajaInferior{
	
	margin-top:24px;
	height:180px;
	width:430px;
	float:left;

}	

#cajaInferior2{		
	margin-top:26px;
	margin-left:16px;
	height:180px;
	width:205px;
	float:left;

}	

#cajaInferior3{
	margin-top:22px;
	margin-left:20px;
	height:190px;
	width:290px;
	float:left;
}

#pieDireccion{
	width: 960px;		
	height:25px;
	padding-left:20px;

}

#pie{
	width: 960px;		
	height:40px;
	padding-top:10px;
	padding-left:20px;

}

.cajita{
	float:left;
	width:205px;
	height:75px;
}
.cajitaX{
	float:left;
	width:20px;
	height:75px;
}

/* FIN DE LOS ESTILOS DE ESTRUCTURA */

	
.texto{
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	}
	
.textoGris{
	color:#BCBCBC;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	}	
	
.textoAzul{
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#1FB0FF;
	
	}	
	
.tituloAzul{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:16px;
	font-weight:bold;
    color:#26a3c7;
	
	}	
	
/* ESTILOS DE FORMULARIO */
#formulario{
	width:420px;
	padding-left:80px;
	
}
#formulario div{
	min-height:30px;
	margin-top:5px;
	width:420px;
}
label.form{
	width:65px;
	display:inline-block;
}
input.form{
	width:350px;
	height:22px;
	border:#E0E0E0 solid 1px;
	vertical-align:bottom;
}
textarea.form{
	width:415px;
	height:90px;
	border:#E0E0E0 solid 1px;	
}
input.captcha{
	margin:0 0 0 5px;
	width:210px;
	height:18px;
	float:left;
	border:#E0E0E0 solid 1px;
}
.boton{
	background:#FFFFFF url(../images/Boton-de-contacto.jpg) no-repeat top center;
	width:98px;
	height:30px;
	float:none;
	border:none;	
}
	
