.pagina-contacto .bloque-1{
	width: 100%;
	background: #abe2ed;
}

.pagina-contacto .wrap-boton{
	float: left;
	width: 30%;
	margin-right: 1px;
}

.boton.buttonactivado{
	color: #fff;
	background: #ef76c1;

}

.botonenviar{
	width: 140px;
	height: 83px;
	background: url(./img/bot-generico.png) top;
	/*text-indent: -10000px;*/
	overflow: hidden;
	display: inline-block;
	padding-top: 20px;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

.botonenviar:hover{
	color: #fff;
	background-position: bottom;
}

.pagina-contacto .boton{
	width: 100%;
}

.pagina-contacto .botonera{
	width: 1200px;
	margin: auto;
}

.formulario{
	
	line-height: 41px;
}

.linea{
	border-bottom: #f378c4 1px solid;
	text-align: center;
	height: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.linea .texto{
	color: #f378c4;
	text-transform: uppercase;
	background: #fff;
	margin: auto;
	margin-top: 3px;
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
	display: inline-block;
	float: none;
}

.pagina-contacto .botonera{
	margin-left: 300px;
}


body.es .pagina-contacto .botonera{
	margin-left: 150px;
	padding-top: 30px;
}

.pagina-contacto label{
	color: #747474;
	/*text-transform: uppercase;*/
	width: 441px;
	text-align: right;
	display: inline-block;
}

.pagina-contacto .comentarios{
	height: 60px;
	float: left;	
}

.pagina-contacto .campo{
	background: #e9f6fd;
	padding: 5px;
	border: none;
	outline: none;
	width: 528px;
	margin-left: 30px;
}

.pagina-contacto .inputbox{
	display:inline-table;
	margin-left: 25px;
	background: #e9f6fd;
	height: 37px;
	margin-top: 6px;
}

.pagina-contacto select{
	background: #e9f6fd;
	border: none;
	outline: none;
}

.pagina-contacto textarea{
	display: inline-block;
	background: #e9f6fd;
	padding: 5px;
	width: 528px;
	border: none;
	margin-left: 30px;
	margin-top: 10px;
	outline: none;
}

.col3{
	width: 640px;
	float: right;
}

.pagina-contacto .enlace{
	color: #333;
}

.atc{
	width: 500px;
	margin: auto;
	padding-bottom: 100px;
}