/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;}
.clearfix:after {
    clear: both;}
.clearfix {
    *zoom: 1;}
nav {
	position: relative;}
nav ul {
	text-align: center;}
nav li {
	display: inline;}
nav a {
	color: #fff; background: #464f5b;
	display: inline-block;}
nav li:last-child a {
	border-right: 0;}
nav a:hover, nav a:active {
	color: #999;}
nav a#pull {
	display: none;}

@media screen and (max-width: 700px) {
	nav { 
  		height: auto;}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;}}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 601px) {
	nav {
		border-bottom: 0;
		height: 40px;}
	nav ul {
		display: none;
		height: auto;}
	nav a#pull {
		display: block;
		background: #464f5b url(../imagenes/nav.jpg) no-repeat 10px 13px;
		width: 100%; height: 35px;
		position: relative;
		text-indent: -999em;}
	nav a#pull:after {
		content:"";
		background: #464f5b url(../imagenes/nav.jpg) no-repeat top right;
		width: 50px; height: 50px;
		display: inline-block;
		position: absolute;}
}

/*Smartphone*/
@media only screen and (max-width : 320px) {
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
}