/* Clearfix */
body{
	margin:0;
	padding:0;
}

.clear:before, .clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

nav {
	width: 100%;
	position: relative;
	text-align: center;
	background-color: #32a28a;
	background-position: right;
}

nav ul {
    padding: 0;
    margin: 0 auto;
	    display: none;
        height: 100%;
        width: 100%;
}

nav li {
    display: block;
	     width: 100%;
       	 position: relative;
}

nav a {
	color: #FFF;
	display: inline-block;
	width: 100%;
	text-align: center;
	line-height: 40px;
	text-indent: 25px;
	font-family: QuicksandRegular,sans;
	font-size: 24px;
}

nav li:last-child a {
    border-right: 0;
}

nav a:hover, nav a:active {
	color: #E25237;
}

a#pull {
        display: block;
        width: 100%;
        position: relative;
    }

a#pull:after {
	content: "";
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 20px;
	background-image: url(../nav-icon.png);
	background-repeat: no-repeat;
    }
a#cerrar {
	text-align: left;
	font-size: 40px;
	margin-top: 10px;
    }