/******************  BEGIN Navrings  ******************/
#navrings {
	background: url(../img/bg_navrings.png) repeat-x 0 0;
	height: 28px; width: 100%;
	z-index: 2;
	position: relative;
	top: 0;
}
#navrings #area {
	margin: 0 auto;
	width: 900px;
	position: relative;
}
#navrings a {
	background: url(../img/bg_ring.png) no-repeat scroll 0 0;
	color: #FD4F00;
	display: block;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 19px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 124px; height: 25px;
	margin: 0 10px 0 0;
}
#navrings ul{
	position: relative;
	top: 25px;
	padding: 5px 5px 10px 0;
}
#navrings .sitesoi {
	background-color: #FFF;
	border: 1px solid #EEE;
	display: none;
	height: auto; width: 147px;
	position: absolute;
	right: 0;
	z-index: 99;
}
#navrings .comunidadesoi {
	background-color:#FFF;
	border: 1px solid #EEE;
	display: none;
	position: absolute;
	right: 135px;
	width: 147px; height: auto;
	z-index: 99;
}
#navrings .sitesoi a, #navrings .comunidadesoi a {
	background: none;
	float: none;
	height:auto; width: 100%;
	margin: 0;
}
/******************  END Navrings  ******************/