/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< FORMS  >>>>>>>>>>*/
input[type=text], 
textarea{
	background-image:url(../images/white.gif) repeat;
	color:#000;
	border-radius: 4px;
	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:40px;
	line-height:40px;
	}


textarea {
	line-height:26px;
	min-height:120px; 
	}


div.formulario {
	float: left;
	height: auto;
	padding-bottom: 15px;
	overflow: hidden;
	min-width:50%;
	}

div#f-contacto {
	width:100%;
	}

div#f-contacto textarea {
	height:120px;
	}

ul.f-menu {
	display: block;
	float: left;
	height: auto;
	margin:10px 0px;
	padding:0px;
	width: 100%;
	}

ul.f-menu li{
	border-radius:4px;
	cursor: pointer;
	display: block;
	float: left;
	font-size:1em;
	height:40px;
	line-height:40px;
	margin: 0px;
	padding:0px 20px; 
	width:auto;
	}
		@media only screen and (max-width:620px) {
		ul.f-menu li{
		text-align: center;
		padding: 0px 0px;
		width:100%; 
		}}

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: 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;
	}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< 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#f-contacto {
	width:50%;
	}
		@media only screen and (max-width:620px) {
		div#f-contacto{
		width:100%; 
		}}

div#f-contacto textarea {
	height:120px;
	}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< MENU ACTIONS >>>>>>>>>>*/
ul.actions {
	display: block;
	float: left;
	height: auto;
	margin:10px 0px;
	padding:0px;
	width: 100%;
	}

ul.actions li {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	width:auto;
	}
		@media only screen and (max-width:620px) {
		ul.actions li{
		text-align: center;
		width:100%; 
		}}
		

ul.actions li span,
ul.actions li a {
	display: block;
	border-radius:4px;
	cursor: pointer;
	display: block;
	float: left;
	font-size:1em;
	height:40px;
	line-height:40px;
	margin: 0px;
	padding:0px 20px; 
	text-decoration: none;
	width:auto;
	}
		@media only screen and (max-width:620px) {
		ul.actions li span,
		ul.actions li a {
		padding:0px 0px; 
		text-align: center;
		width:100%; 
		}}


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: 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;
	}
