#cover{
	
	background-image: url("../contacto/img/cover.jpg");
}


/*MAPA*/
.map-container{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
	border-style: solid;
	border-width: 1px;
	border-color: lightgrey;
}
.map-container iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

/*CAMPOS FORMULARIO*/

.wrongField{
	color: red;
	font-weight: bold;
}

/*Contacto*/

.contact-text{
	font-weight: bold;
	/*font-size: large;*/
}

