*{
	margin: 0;
	padding: 0;
}

body{
	font-family: 'Basic', sans-serif;
	background: #b9ce00;
}

body.inicio{
	background: #b9ce00 url(./img/fondo.png) top right no-repeat;
}

html{
	height: 100%;
	width: 100%;
}

.blanco{
	color: #fff;
}

.pagina{
	margin: auto;
	width: 100%;
	max-width: 1200px;
	min-width: 1100px;
	position: relative;
	min-height: 100%;
}

.float-right{
	float: right;
}

.clear{
	clear: both;
}

.header{
	padding-top: 30px;
	position: relative;
	z-index: 5000;
}

.menu ul{
	list-style: none;
}

.menu li{
	display: inline-block;
	margin: 20px 10px;
}

.menu li a, .boton{
	display: inline-block;
	color: #000;
	background: #fff;
	
	padding: 3px 40px;
	font-size: 25px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.37);
-moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.37);
box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.37);
font-style: italic;
}

.menu li .deseleciconado{
	opacity: .5;
}

.menu li a:hover, .boton:hover{
	background: #eeffea;
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}



.mujer{
	width: 600px;
	height: 671px;
	background: url(./img/mujer.png);
	background-size: contain;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -300px;
}

.formulario{
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	padding: 30px;
	color: #535353;
}

.formulario a{
	color: #535353;
}

.columna{
	width: 33%;
	display: inline-block;
	padding: 20px;
	box-sizing: border-box;
}

.columna.grande{
	width: 100%;
	display: inline-block;
	padding: 20px;
	box-sizing: border-box;
}

input, textarea{
	border: none;
	background: #efefef;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 3px;
}