/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< FORMS >>>>>>>>>>*/
input, 
textarea{
	color:#000;
	border-radius: 4px;
	border:1px solid #dedede;
	display: block;
	font-family: inherit;
	font-size:1em;
	float: left;
	margin:3px 0px 10px 0px;
	outline:0px;
	padding:0px;
	text-indent: 5px;
	width:98%; 
	}

input:focus, 
textarea:focus{
	border-color: #999;
	outline:0px;
	box-shadow: 0px 0px 3px rgba(194, 194, 194, 1.0);
	}

input,
select {
	height: 30px;
	line-height: 30px;
	}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< FORMULARIOS >>>>>>>>>>*/
div.formulario {
	float: left;
	font-size: 0.9em;
	height: auto;
	padding-bottom: 15px;
	overflow: hidden;
	}

div.formulario div.alert{
	float: left;
	height:auto;
	margin:5px 0px;
	overflow: hidden;
	padding: 0px;
	width: 100%;
	}

div.formulario div.alert p{
	float: left;
	font-size: 0.8em;
	height: 30px;
	line-height: 30px;
	margin:0px;
	margin-top: 5px;
	padding: 0px;
	position: relative;
	width: 100%;
	}

div.alert p.msj{
	display: block;
	}

div.alert p.error{
	display: none;
	color: #e5304e;
	}

div.alert p.okas{
	display: none;
	color: #84b758;
	}

div.alert p span{
	border-radius: 0px;
	display: block;
	float: left!important;
	height: 30px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	width:30px;
	}


div#f-contacto {
	width:100%;
	}

div#f-contacto textarea {
	height:120px;
	}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< MENUS >>>>>>>>>>*/
ul.f-menu {
	margin:10px 0px;
	width: 100%;
	}


ul.f-menu li{
	display: block;
	float:left;
	height: auto;
	margin: 0px;
	width: auto;
	}
	@media only screen and (max-width:620px) {
	ul.f-menu li{
	width:100%; 
	}}

ul.f-menu li span {
	display: block;
	background-color:#5484a4;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 1.2em;
	height: 40px;
	line-height: 40px;
	padding: 0px 20px;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	width: 100%;
	}
	@media only screen and (max-width:620px) {
	ul.f-menu li span{
	padding: 0px 0px;
	}}

