/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< FORMS >>>>>>>>>>*/
input, 
textarea{
	color:#000;
	border-radius: 4px;
	border:1px solid #c2c2c2;
	display: block;
	font-family: inherit;
	font-size: 0.8em;
	float: left;
	margin:3px 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;
	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.alert p.msj span{
	background-image: url(../images/icons.png);
	background-position: -120px 0px;
	}

div#f-contacto {
	margin-right: 20%;
	width:80%;
	}
	@media only screen and (max-width:820px) {
	div#f-contacto{
	margin-right:15%;
	width:85%;
	}}
	@media only screen and (max-width:720px) {
	div#f-contacto{
	width:100%;
	}}


div#f-contacto textarea {
	height:120px;
	}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< MENUS >>>>>>>>>>*/
ul.f-menu {
	margin:10px 0px;
	width: 100%;
	}


ul.f-menu li,
ul.f-menu li a{
	width: auto;
	}
	@media only screen and (max-width:620px) {
	ul.f-menu li,
	ul.f-menu li a {
	width:100%; 
	}}


ul.f-menu li{
	display: inline-block;
	margin-right: 5px;
	}
	@media only screen and (max-width:620px) {
	ul.f-menu li {
	display: block;
	}}

ul.f-menu li:last-child{
	margin-right: 0px;
	}


ul.f-menu,
ul.f-menu li,
ul.f-menu li a,
ul.f-menu li a:visited {
	float: left;
	height: auto;
	list-style: none;
	}

ul.f-menu li a,
ul.f-menu li span {
	background-color:rgba(129, 211, 243, 1.0);
	cursor: pointer;
	display: block;
	font-size: 1.2em;
	height: 40px;
	line-height: 40px;
	padding:0px 20px;
	text-decoration: none;
	}
	@media only screen and (max-width:620px) {
	ul.f-menu li a,
	ul.f-menu li span{
	padding: 0px;
	text-align: center;
	}}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ICONS >>>>>*/
#banner ul li a span {
	background-image: url(../svg/icons.svg);
	}


/* 80 x 80 */
#banner ul li a span {
	background-size: 800px 80px;
	height: 80px;
	width: 80px;
	}