/******************* menu lateral *********************/
.contexto >li>a{
    padding: 0px 15px;
}
.contexto{
	background-color: #302D2C;
}
.contexto li{
	text-align: center;
	border-bottom: 3px solid white;
}
.contexto a,.contexto span{
	color: white;
	height: 40px;
	line-height: 40px;
}

.contexto >li>a:focus, .contexto >li>a:hover {
    text-decoration: none;
    background-color: white;
    color: #812B2C;
    /*border-bottom: 2px solid white;*/
}
.contexto >li>a:hover{
	border-bottom: 1px solid grey;
    border-top: 1px solid grey;
}
.before-component{

}
/******************* menu lateral child ***************************/
ul.nav-child.unstyled.small{
    border: 1px solid #302D2C;
}
ul.nav-child.unstyled.small li{
	list-style-type: none;
	height: 40px;
	border-bottom: 1px solid #302D2C;
}
ul.nav-child.unstyled.small a{
	color: white;
	font-weight: bolder;
	text-decoration: none !important;
}
li.deeper.parent{
	border-bottom: none;
}

.nav>li>a:focus, .nav>li>a:hover{
	background-color: transparent;
	text-decoration: none !important;
}