#divInformacionContable
{
    width: 200px;
    height: 445px;
    margin-left: 815px;
    margin-top: -450px;
}
#divInformacionContable .titulo
{
    background-color: #f8f8f8;
    height: 20px;
    padding-top: 8px;
    padding-left: 10px;
    font-size: 12px;
    border: solid 2px #e7e7e7;
    vertical-align: middle;
    text-align: center;
    
    
    -moz-box-shadow: 0px 0px 2px #000000;
    -ms-box-shadow: 0px 0px 2px #000000;
    -webkit-box-shadow: 0px 0px 2px #000000;
    -o-box-shadow: 0px 0px 2px #000000;
    box-shadow: 0px 0px 2px #000000;
}
#divInformacionContable .info
{
    height: 20px;
    padding-top: 8px;
    padding-left: 10px;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
}

#cssmenu {
	font-size: 0.75em; 
	width: 960px;
	height:445px;
	padding: 5px;
	overflow:hidden;
	position:relative;
}
.divli{
	width:325px;
	height:445px;
	float:left;
	overflow:hidden;
	position:relative;
}
#nivel1
{
	height:445px;
	overflow:hidden;
	position:relative;
	float:left;
}
.bordes{
	border: solid 1px #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
}
#cssmenu ul {
	margin: 0px;
	padding: 0px;
	float:left;
}
#cssmenu li {
	list-style: none;
} 
#cssmenu > ul.top-level {
	background: #fff;
	width:180px;
	position:relative;
}
ul.top-level li {
	margin: 0 0 3px 0;
	border: solid 1px #cccccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
}
#cssmenu a {
	color: #666;
	cursor: pointer;
	display: block;
	line-height: 25px;
	text-indent: 25px;
	text-decoration: none;
	width: 100%;
}

#cssmenu > ul > li > a {
	height: 25px;
}
#cssmenu > ul > li > ul a {
	min-height: 25px;
}

#cssmenu a:hover{
	text-decoration: none;
}
#cssmenu li:hover {
	background: #cccccc;
	position: relative;
}
ul.sub-level {
	display: none;
	/*min-height:445px;*/
}
li:hover .sub-level {
	/*background: #fff;*/
	border: #fff solid;
	border-width: 1px;
	/*display: block;
	position: absolute;*/
	left: 170px;
	width: 325px;
	/**/
	/*min-height:475px;*/
}
ul.sub-level li {
	border: none;
	float: left;
	width: 325px;
}

/************ Second Level ****************/
#cssmenu .sub-level {
	background: #fff;
}

/************ Third Level ****************/
#cssmenu .sub-level .sub-level {
	background: #fff;
	margin: 0 1px 0 0;
	left: 325px;
}

/* Display one level after another */
li:hover .sub-level .sub-level {
	display: none;
}
.sub-level li:hover .sub-level {
	/*display: block;*/
}
.icono
{
    margin-top: 2px;
    height: 20px;
    width: 20px;
    background-size: contain;
    background-position: center; 
    background-repeat: no-repeat;
    position:absolute;
    margin-left: 2px;
}
