/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< FORMS >>>>>>>>>>*/
input[type="text"], 
input[type="text"]:focus,
textarea,
textarea:focus{
	border:0px solid #333;
	border-bottom:1px solid #333;
	background-color: transparent;
	color:#999;
	border-radius:0px;
	display: block;
	font-family: inherit;
	font-size:0.9em;
	font-weight:300;
	float: left;
	margin:0px 0px 10px 0px;
	outline:0px;
	padding:0px;
	width:100%;
	}


input[type="text"],
select {
	height:40px;
	line-height:40px;
	}


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< FORMULARIOS >>>>>>>>>>*/
div.formulario {
	float: left;
	height: auto;
	padding-bottom:0px;
	overflow: hidden;
	}


div.formulario div.alert{
	float: left;
	height:auto;
	margin:0px 0px;
	overflow: hidden;
	padding:0px;
	text-align: left;
	width:auto;
	}
	@media only screen and (max-width:620px) {
	div.formulario div.alert{
	text-align: center;
	width:100%;
	}}

div.formulario div.alert p{
	float: left;
	font-size:0.8em;
	height:26px;
	line-height:26px;
	margin:0px 0px 0px 0px;
	margin-top:0px;
	text-align:left!important;
	padding: 0px;
	position: relative;
	width:auto;
	}
	@media only screen and (max-width:620px) {
	div.formulario div.alert p{
	text-align:center!important;
	width:100%;
	}}

body#contacto article div.alert p {
	margin:0px 0px 0px 0px;
	}
	@media only screen and (max-width:620px) {
	body#contacto article div.alert p {
	text-align:center;
	margin:5px 0px 40px 0px;
	width:100%;
	}}


div.alert p.msj{
	display: block;
	}


div.alert p.error{
	display: none;
	color: #c2282c;
	}


div.alert p.okas{
	display: none;
	color: #84b758;
	}


div#f-contacto {
	margin-top:0px;
	width:100%;
	}


div#f-contacto textarea {
	height:120px;
	padding-top:8px;
	}


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< MENUS >>>>>>>>>>*/
.btn-enviar {
	display: block;
	color:#fff;
	cursor: pointer;
	background-color:#cd2f33;
	border-radius:0px;
	float: right;
	font-size:1em;
	height:36px;
	line-height:36px;
	padding:0px 15px;
	width: auto;
	}
	@media only screen and (max-width:620px) {
	.btn-enviar {
	float:left;
	text-align:center;
	margin-left:30%;
	margin-right:30%;
	margin-bottom:30px;
	padding:0px 0px;
	width:40%;
	}}

.btn-enviar:hover {
	background-color:#cd2f33;
	}

