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

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

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

nav {
    width: 100%;	
	background: rgba(233,6,120,1);
	background: -moz-linear-gradient(left, rgba(233,6,120,1) 0%, rgba(233,6,120,1) 31%, rgba(228,64,39,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(233,6,120,1)), color-stop(31%, rgba(233,6,120,1)), color-stop(100%, rgba(228,64,39,1)));
	background: -webkit-linear-gradient(left, rgba(233,6,120,1) 0%, rgba(233,6,120,1) 31%, rgba(228,64,39,1) 100%);
	background: -o-linear-gradient(left, rgba(233,6,120,1) 0%, rgba(233,6,120,1) 31%, rgba(228,64,39,1) 100%);
	background: -ms-linear-gradient(left, rgba(233,6,120,1) 0%, rgba(233,6,120,1) 31%, rgba(228,64,39,1) 100%);
	background: linear-gradient(to right, rgba(233,6,120,1) 0%, rgba(233,6,120,1) 31%, rgba(228,64,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e90678', endColorstr='#e44027', GradientType=1 );
	
    position: relative;
	text-align: center;

}

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: #ff66ac;
}

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;
    }