#cabecera *, .bloc-central *, #logos_uni *, .most-popular *, .reportList * {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#div_enlaces_cabecera ul {
	margin:0;
	padding:0;
	font-weight:bold;
}

ul.menuCabecera-left li {
    background: url("../../images/chapter.png") repeat scroll 0 0 transparent;
    border-color: #696969 #696969 -moz-use-text-color;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    color: #09475E;
    float: left;
    font-size: 13px;
    line-height: 27px;
    margin-left: 1px;
    padding: 0 6px;
}

ul.menuCabecera-right li {
	float: right;
	background: url("../../images/chapter.png") repeat scroll 0 0 transparent;
    border-color: #696969 #696969 -moz-use-text-color;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    color: #09475E;
    font-size: 13px;
    line-height: 27px;
    margin-left: 1px;
    padding: 0 6px;
}

a.enlacesCabecera {
  	color: white;
    cursor: pointer;
    font-family: verdana,serif;
    font-weight: normal;
    line-height: 27px;
    margin-top: 3px;
    padding: 0px 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
a.enlacesCabecera:hover {
	text-decoration: underline;	
}
ul.menuCabecera-left li.active a,
ul.menuCabecera-right li.active a {
    font-weight: bold;
    text-decoration: underline;
}

