/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< FORMS  >>>>>>>>>>*/
input[type=text], 
textarea{
	background-color:#fff;
	color:#000;
	border:0px;
	display: block;
	font-family: inherit;
	font-size:1em;
	float: left;
	margin:3px 0px;
	outline:0px;
	padding:0px;
	text-indent:10px;
	width:100%; 
	}

input[type=text]:focus, 
textarea:focus{
	outline:0px;
	}

input[type=text],
select {
	height:60px;
	line-height:60px;
	}
	@media only screen and (max-width:1500px) {
	input[type=text],
	select {
	height:40px;
	line-height:40px;
	}}




textarea {
	line-height:36px;
	min-height:200px; 
	}
	@media only screen and (max-width:1500px) {
	textarea{
	line-height:26px;
	min-height:140px; 
	}}



div.alert{
	float: left;
	height:auto;
	margin:5px 0px;
	overflow: hidden;
	padding: 0px;
	width: 100%;
	}


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< FORMULARIOS >>>>>>>>>>*/
div.formulario {
	float: left;
	height: auto;
	padding-bottom: 15px;
	min-width:50%;
	overflow: hidden;
	width: auto;
	}

div#f-contacto {
	width:100%;
	}

div#f-contacto textarea {
	height:120px;
	}


/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ALERTS >>>>>>>>>>*/
div.alert{
	float: left;
	height:auto;
	margin:5px 0px;
	overflow: hidden;
	padding: 0px;
	width: 100%;
	}

div.alert p{
	float: left;
	font-size: 0.8em;
	height:auto;
	line-height: 30px;
	margin:0px;
	margin-top: 5px;
	padding:0px 10px;
	position: relative;
	width:100%;
	}

div.alert p.msj{
	background-color: #efefef;
	display: block;
	}

div.alert p.error{
	background-color: #fc6868;
	display: none;
	color: #fff;
	}

div.alert p.okas{
	background-color: #80cc64;
	display: none;
	color: #fff;
	}

div.alert p span{
	border-radius: 0px;
	display: block;
	float: left!important;
	height: 30px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	width:30px;
	}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< MENU ACTIONS >>>>>>>>>>*/
ul.actions {
	color:#fff;
	display: block;
	float: left;
	font-weight:300;
	letter-spacing:0.1em;
	height: auto;
	margin:10px 0px;
	padding:0px;
	text-transform: uppercase;
	width: 100%;
	}

ul.actions li {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left:10px;
	width:auto;
	}
	@media only screen and (max-width:620px) {
	ul.actions li{
	text-align: center;
	margin-left:0px;
	margin-bottom:20px;
	width:100%; 
	}}



ul.actions li span,
ul.actions li a {
	display: block;
	color:inherit;
	cursor: pointer;
	display: block;
	float: left;
	height:auto;
	margin:0px;
	padding:1px; 
	position:initial;
	text-decoration: none;
	width:100%;
	}



ul.actions li span strong,
ul.actions li a strong{
	color:#fff;
	float: left;
	font-weight:bold;
	font-size:1em;
	height:50px;
	line-height:50px;
	padding:0px 20px; 
	width:auto;
	}
	@media only screen and (max-width:620px) {
	ul.actions li span strong,
	ul.actions li a strong{
	height:50px;
	line-height:50px;
	padding:0px 0px; 
	text-align: center;
	width:100%; 
	}}


ul.actions li span strong i,
ul.actions li a strong i{
	font-weight:bold;
	color:inherit;
	}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< FIRMA >>>>>>>>>>*/
footer a.signature,
footer a.signature:visited{
	display:inline-block;
	color: inherit;
	float:none;
	text-decoration: none;
	width:auto;
	}

footer a.signature:hover{
	color:inherit;
	text-decoration: none;
	}

footer a.signature:hover strong{
	color:#000;
	}


footer a.signature i,
footer a.signature span,
footer a.signature strong{
	height: 20px;
	line-height: 20px;
	float: left;
	}

footer a.signature i,
footer a.signature strong {
	font-style: normal;
	font-weight: normal;
	}


footer a.signature span{
	background-image: url(../svg/icon-ls.svg);
	background-size:40px 20px;
	background-position:0px 0px;
	display:inline-block;
	background-color: #da1f43;
	border-radius:50%;
	float:left;
	height:20px;
	margin:0px 3px 0px 3px;
	width:20px;
	}

footer a.signature:hover span{
	background-color: #da1f43;
	}