/* menu ///////////////////////////////////////////////// */

#contenedor {
	width: 960px;
	height: 555px;
	margin: 0 auto;
	background-image:url(../imagenes/fondo-productos.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

#columna2 {
	float:left;
	width:250px;
	
}

#contacta {
		font-size:11px;
		text-align:right;
		padding-top: 150px;
		color:#000;
	
}

#contacta h1 {
	text-align:right;
}

#contacta p {
	padding-top:5px;
	line-height: 13px;
}

.titcontacto {
	height: 70px;
	text-align:right;
	padding-left:10px;
	background-image:url(../imagenes/titulo-contacto.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}


.celdas_form {
	width: 220px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #727272;
	font-size: 11px;
}

.boton-form {
	background-color:#FFF;
	border: 1px solid #727272;
	font-size: 11px;

}


#localizo {
	float:left;
	width:430px;
	padding: 10px 5px 0 15px;
	
	
}

#map {
	width:400px;
	height:250px;
	padding: 12px;
	border: 1px solid #DAC1A9;
	
}

