/* Clearfix */
.clear:before, .clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

a#pull {
    display: none;
}

nav {
    height: 40px;
    width: 100%;
    position: relative;
    background: #FFF;
    font-family: monitorpro_rgregular;
    font-size: 0.8em;
}

nav ul {
    padding: 0;
    margin: 0 auto;
    width: 980px;
    height: 40px;
}

nav li {
    width: 118px;
    display: inline;
    float: left;
    background: #575756;
    border-right: 0.5px solid #FFF;
    align: right;
    padding-right: 0px 1px 0 0;    
    height: 40px;
}

nav a {
    color: #FFF;
    display: inline-block;
    width: 116px;
    text-align: center;
    line-height: 20px;
}

nav li a {
    text-decoration: none;
/*  border-right: 1px solid #FFF; */
}

nav li a #Doble{
    padding-top: 0px;
}

nav li:hover
{
    background-color: #00b5dd;
}

nav li:first-child {
    background:url(/images/fondo_inicio.png) 0 0 no-repeat;    
    width: 133.5px;
    text-align: right;
    padding-right: 10px;
}

nav li:first-child:hover {
    background-position: 0px -42px;    	
}

nav li:last-child {
    border-right: 0;
}

nav li:first-child a {
    text-align: right;
}


/*
nav a:hover {
    background-color: #333;
}
*/

@media only screen and (max-width : 500px) {
    nav {
        border-bottom: 0;
        height: auto;
	float: left;
    }

    nav ul {
        display: none;
        height: auto;
/*	width: 122px; */
        width: 100%;
	background: #575756;
    }

    nav li {
        width: 100%;
/*      width: 122px; */
        float: left;
        position: relative;
    }

    nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
	line-height: 40px;
    }

    nav a#pull {
        display: block;
        background-color: #666;
        width: 100%;
        position: relative;
    }

    nav a#pull:after {
        content:"";
        background: url('/images/nav-icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }

    nav li:first-child a {
    	text-align: left;
	width: 100%;
	padding:0;
    }

    nav li:first-child {
	width: 100%;
    }

    nav li:first-child:hover 
    {
	background-color: #00b5dd;
    }
}
}
