#cabecera {
	height: 150px;
	background-image: url(../imagenes/cabecera-subpagina.jpg);
	background-repeat: no-repeat;	
}
#idiomas {
	margin: 110px 0 0 15px;;
}
#datoscontacto {
	margin-top: 90px;
}
.columna {
	float: left;
	width: 200px;
}
#contacto {
	text-align: left;
	clear: both;
	background-image: url(../imagenes/contacto-fondo.gif);
	background-position: top;
	background-repeat: no-repeat;
	min-height: 200px;
}
#contacto h2 {
	font-size: 32px;
	margin-left: 15px;
}
#formulario {
	float: left;
	width: 239px;
	height: 269px;
	background-image: url(../imagenes/contacto-formulario-fondo.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#formulario form {
	margin: 30px 20px; 10px 30px;
}
.camposformulario {
	font-family: Tahoma, Arial, sans-serif;
	width: 75%;
	font-size: 12px;
	border: none;
	border-bottom: 1px solid #ccc;
	color: #999999;
}
#map {
	float: right;
	width: 651px;
	height: 259px;
	padding: 5px;
	border: 1px solid #66CCFF;
	margin: 0 10px 0 0;
}

