@import "/static/css/general.css";
@import "/static/css/mods.css";
/*La Sexta Noticias*/
.mod_cabecera_menu {
	padding-left: 0;
	padding-top: 1px;
	height: 29px;
	background: #e1e1e1;
    border-top: 1px solid #aaa;
	border-bottom: 1px solid #3a455b;
	-moz-box-shadow: 0 1px 0 #f5f5f5 inset;
	-webkit-box-shadow: 0 1px 0 #f5f5f5 inset;
	box-shadow: 0 1px 0 #f5f5f5 inset;
    margin-bottom: 10px;
    text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	font-size: 14px;
	clear: both;
}
.mod_cabecera_menu ul li.over a, .mod_cabecera_menu ul li.desp_active a {
    background-color: #232c3e !important;
    color: #FFFFFF !important;
	text-shadow: 0 0px 0 #fff;
}
.mod_cabecera_menu ul li a {
    color: #232c3e;
}
.mod_cabecera_menu ul li.active a {
	background: #232c3e;
}
.mod_cabecera_menu ul li a:hover {
	background-color: #232c3e;
	text-shadow: 0 0px 0 #fff;
}
.mod_cabecera_menu h1.logo a, .mod_cabecera_menu .logo a {
	background: url('../../images/logo_sexta_noticias.png') no-repeat 5px 0px;
	height: 28px;
	width: 55px;
	margin-right: 5px;
}
.mod_cabecera_menu ul li.childs a {
    background: url("../../images/sprite_icons_arrow.png") no-repeat right 8px transparent;
}
.mod_cabecera_menu ul li.over a, .mod_cabecera_menu ul li.childs a:hover {
    background: url("../../images/sprite_icons_arrow.png") no-repeat right -16px #232c3e;
}
.mod_cabecera_menu ul li.childs ul {
	background:  #3A455B;
}
.mod_cabecera_menu ul li.childs ul li a {
    color: #ccc;
}