body, nav, ul, li, a  {margin: 0; padding: 0;}
a {text-decoration: none;}
.contenedor-menu {
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.65);
	height: 35px;
	position: fixed;
	width: 100%;
	z-index: 999;
}
.toggleMenu {
    display:  none;
    background: none repeat scroll 0% 0% rgba(62, 69, 79, 1);
    padding: 2px 15px;
    color: #fff;
}
.nav {
    list-style: none;
    *zoom: 1;
    background:#000;
	height:35px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    color:#fff !important;
    padding-top: 7px;
    text-align: center;
    font-size: 14px;
	font-family:Gautami;
}
.nav a:hover{
    color: #FF6;
	text-shadow: #FF0 1px 1px 1px;
    -moz-transition: color 350ms ease-in-out 0s, background-color 350ms ease-in-out 0s;
    -ms-transition: color 350ms ease-in-out 0s, background-color 350ms ease-in-out 0s;
    -o-transition: color 350ms ease-in-out 0s, background-color 350ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 350ms ease-in-out 0s;
    transition: color 350ms ease-in-out 0s, background-color 350ms ease-in-out 0s;
}
.nav li {
    position: relative;
    width: 120px;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
    background-image: url("../img/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
    background: #000;
}
.nav li  ul {
	position: absolute;
	left: -9999px;
	width: 50%;
	z-index: 9999;
	padding-top: 0px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li {
    position: relative;
    width: 200%;
}

.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: none repeat scroll 0% 0% #000;
    position: relative;
    z-index:100;
    border-top: 1px solid #A7A7A7;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

.active{
    color: #FF6 !important;
	text-shadow: #FF0 1px 1px 1px !important;
}

@media screen and (max-width: 840px) {
    .nav > li > a {
    background: none repeat scroll 0% 0% rgba(84, 83, 83, 1);
    height: 50px;
    }
    
}
@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav li {
        position: relative;
        width: 100%;
        border-top: 1px solid #A7A7A7;
        background: #000;
        height: 50px;
    }
    .nav li li {
        position: relative;
        width: 100%;
        float: left;
        height: 60px;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../img/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
        width: 100%;
    }
    .nav {
    margin-top: 0px;
    }
    .contenedor-menu {
	height: 35px;
    }
}

@media screen and (max-width: 700px) {
    .contenedor-menu {
	height: 50px;
    }
    .toggleMenu {
    padding: 10px 15px;
    }
    section .lado-1 .list {
    margin-top: 15px;
    margin-bottom: -15px;
    }
}

@media screen and (max-width: 480px) {
    .contenedor-menu {
	height: 45px;
    }
    .toggleMenu {
    padding: 10px 15px;
    }
    .nav {
    margin-top: -5px;
    }
    section .lado-1 .list {
    margin-top: 10px;
    }
}
@media screen and (max-width: 400px) {
   .contenedor-menu {
	height: 50px;
    } 
     .nav {
    margin-top: 0px;
    }
}