/* Start of CMSMS style sheet 'menu-horizontal' */
@charset "UTF-8";

@media all {
/*--- Lista navegacion horizontal --------------------------------------------------*/
.hlist {
/* (en) Repeat the main color from the image */
background: #c0c0c0 url("uploads/images/yaml/background.png") repeat-x center right;
border-top: 1px #333 solid;
border-bottom: 1px #333 solid;
line-height: 0;
}

.hlist ul {
border-left: 1px #aaa solid;
border-right: 1px #fff solid;
}

.hlist ul li {
border-left: 1px #fff solid;
border-right: 1px #aaa solid;
font-size: 1.0em;
line-height: 1em;
list-style-type: none;
}

.hlist ul li a, .hlist ul li strong {
background: transparent;
color:#333333;
font-size: 1em;
font-weight: bold;
text-decoration: none;
}

.hlist ul li a:focus, .hlist ul li a:hover, .hlist ul li a:active  {
background: #eee;
color: #333;
text-decoration: none;
}

.hlist ul li.active {
/* (en) Repeat the main color from the image */
background: #272727 url("uploads/images/yaml/background_active.png") repeat-x center right;
border-left: 1px #444 solid;
border-right: 1px #888 solid;
}

.hlist ul li.active strong, .hlist ul li.active a:focus, .hlist ul li.active a:hover, .hlist ul li.active a:active {
background: transparent;
color: #fff;
text-decoration: none;
}
/*-------------------------------------------------------------------------------------*/
}
/* End of 'menu-horizontal' */

