/*-- new header --*/

#header, #header-expanded {
	background: url(../images/cabecera-fondo.png) repeat-x;
	height: 29px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 1px;
}

#header-expanded {
	height: 62px;
}

#header-align {
	width: 994px;
	margin: auto;
}



#mystage:hover {
	background-position: 0px -62px;
	height: 1px;
	width: 1px;
}

.avatarMini img{
	border: 0px;
	background: none;
}

#header-nav {
	height: 29px;
	list-style: none;
	margin: 0px;
	background: #000;
	float: left;
	font-weight: bold;
	padding: 0px;
	border-right:1px solid #000;
}

#header-nav li {
	display: inline;
	line-height: 29px;
}

#header-nav li a {
	float: left;
	padding: 0px 10px;
	border-right: 0px;
	border-left: 0px;
	color: white;
	font-size: 12px;
	background: url(../images/nav-background.png) repeat-x;
	margin-left: 1px;
}

#header-nav li a.subnav, a.dark {
	color: #B5B5B5;
}

#header-nav li a:hover {
	text-decoration: none;
	background: url(../images/nav-background.png) 0px -31px repeat-x;
}

#user-options {
	text-align: center;
	line-height: 28px;
}

#user-alerts {
	width: 550px;
	float:right;
	text-align: right;
}

#user-alerts div.holder {
	line-height: 33px;
	display: inline;
}

#user-alerts div.holder a {
	background: #1A1A1A;
	padding: 1px 6px;
	border: 1px solid #474747;
}

#user-alerts div.holder a:hover {
	background: #88D9F3;
	color: #000;
	text-decoration: none;
}



/*.header-alerts {
	display: block;
	text-align: right;
	margin-bottom: 15px;
}

.header-alerts li {
	display: inline;
}

.header-alerts li a {
	padding: 2px 4px;
	color: #BBBBBB;
	border: 1px dotted #757575;
}

.alerts {
	padding-top: 7px;
	display: block;
	text-align: right;
}

a.alert {
	border: 1px solid #555555;
	background: #000000;
	padding: 1px 4px;
	margin-left: 5px;
	float: right;
}

a.alert:hover {
	color: #000000;
	background: #8adafd;
	text-decoration: none;
}*/

.alerts-paging {
	float: right;
	margin-top: 9px;
	margin-left: 5px;
}

