



a {text-decoration: none;}

/*menu*/
.toggleMenu {/* menu celu*/
    /*display: none; */
     padding:10px 0px 10px 15px;
	display: block;
    /*padding: 10px 15px;*/
    color: #fff;
	background-color:#384360;
	font-family: 'Bree Serif';
	/*background-image: url("img/theme/blocks.png");*/
    /*background-repeat: no-repeat;
    background-position: right;*/
	/*width:97%;*/
	border-bottom:1px solid #fff;
	line-height:10px;
	
}


.nav {
    font-family: 'Bree Serif';
    list-style: none;
     *zoom: 1;
    float:none; 
    text-align:center;
	line-height:10px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 

}
.nav:after {
    clear: both;
}



.nav ul {
    list-style: none;
    width: 100%;/*tipografia sublink*/
	/*border-top: 1px dotted #fff;*/
}
.nav a:hover{
	background-color:#384360;
}

.nav a:active{
background: #111a32;
}

/*.border{
border-top: 1px dotted #fff;
width:105%;
}*/

.border2{
border-bottom:2px solid #fff;

}





.nav a {/*bg link*/
  /*padding-top:10px;
	padding-right:10px;*/
    padding: 10px 28px  10px 28px;
    color:#fff;
	
	/*border-bottom:2px solid #fff;
	border-top:2px solid #fff;*/

}
.nav a :focus{
    background: #111a32;
    color:#fff;
}
.nav li {
    position: relative;
	background-image: url("img/circulo.png");
    background-repeat: no-repeat;
    background-position: right;
	font-size:14px;
}
.nav > li {
    float: left;
   
}
.nav > li > .parent {
    background-image: url("img/circulo.png");
    background-repeat: no-repeat;
    background-position: right;
	
}
.nav > li > a {
    display: block;
	 
}
.nav li  ul {
    position: absolute;
    left:-9999px;
	
}
.nav > li.hover > ul {
background-color:#ccc;
    left: 0;
}
.nav li li.hover ul {

    left: 100%;
    top: 0;
	background: #ccc;
	font-size:14px;
	
	}
.nav li li a { /*bg sublink*/
    display: block;
    background-color: #111a32;
    position: relative;
    z-index:100;
    border-top:1px dotted #fff;
    padding: 5px 0px  5px 0px;
}
.nav li li li a {
    background:#249578;
    z-index:200;
   
}
.presionado{
 background:#111a32;


}
li ul li a{

font-size:11px;


}
