﻿/*-----------------------------------------------------------------------------------*/
/*	FORMULARIO
/*-----------------------------------------------------------------------------------*/

#contactForm {
	margin-bottom: 10px;
}

#contactForm .comment-notes {
	margin-bottom: 10px;
}

#contactForm .form-allowed-tags {
	margin-bottom: 10px;
}

#contactForm input,
#contactForm textarea {
	padding: 5px 7px;
	border: 1px solid #00315C;
	font-size: 14px;
	overflow: auto;
  color: #00315C;
}

#contactForm input:focus,
#contactForm textarea:focus {
	background: #C0E4F4;
	border: 1px solid #00315C;
}

#contactForm input[type="text"],
#contactForm input[type="password"] {
	overflow: auto;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	height: 40px;
}

#contactForm textarea {
	width: 100%;
	height: 150px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

#contactForm label {
	display: block;
	margin-bottom: -10px;
}

#contactForm #sent-form-msg {
	margin-bottom: 40px;
}

.gmap iframe{
	width:100%;
	border: 1px solid #00315C;
	margin-bottom:10px;
}
