/* ContenidoForm */
#contenidoForm {
	float: left;
	width: 26.44172vw;
}

/* Tamaño-width input fields */
.campos {
	width: 100%;
	margin: 2px 0 1px 0;
	display: inline-block;
	border: none;
	background: #e5f1fb;
}

input {
	padding: .8em;
}
		
.contactos-form input {
	width:96%;
	background:none;
	border:1px solid #e5e5e5;
	color:#000;
	float:left
}
		
.contactos-form input[type=text]:focus {
	background-color: #ffff80;
	outline: none;
}

.contactos-form input[type=tel]:focus {
	background-color: #ffff80;
	outline: none;
}

.contactos-form input[type=email]:focus {
	background-color: #ffff80;
	outline: none;
}

.contactos-form input:invalid, #contactos-form textarea:invalid {
	border-color:rgb(131, 0, 0);
}
			
.contactos-form textarea { 
	width:99.7%;
	height:25vh;
	padding:1px 0 1px 3px;
	background:none;
	border:1px solid #e5e5e5;
	color:#000000;
	overflow:auto;
	float:left;
}
			
#contactos-form textarea[type=text]:focus {
	background-color: #ffff80;
	outline: none;
}

.cotiza {
	width:16vw;
	height:6vh;
	font-size: 2.8ex;
	background-color: #0bf163;
	border: 0;
	color: rgb(0, 0, 0);
	font-style: oblique;
	font-weight: bold;
	cursor: pointer;
	opacity: 0.9;
	border-radius: 0.5ex;
}

.cotiza:hover {
	opacity: 5;
}


