.suckertreemenu {
	height: 28px;
	width: 950px;
	background-image: url(imgs/bg_menu.jpg);
	background-repeat: no-repeat;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.suckertreemenu ul {
	margin: 0;
	padding: 6px;
	list-style-type: none;
}
/*Top level list items*/
.suckertreemenu ul li {
	position: relative;
	display: inline;
	float: left;
	background-color: none; /*overall menu background color*/
}
/*Top level menu link items style*/
.suckertreemenu ul li a {
	display: block;
	/*
	width: 107px;
	*/
	padding: 1px 8px;
	border: none;
	border-left-width: 0;
	text-decoration: none;
	color: #FFFFFF;
}
/*1st sub level menu*/
.suckertreemenu ul li ul {
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li {
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul { 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
}
/* Sub level menu links style */
.suckertreemenu ul li ul li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	line-height: 25px;
}
.suckertreemenu ul li a:hover {
	background-color: none;
	color: #35B4FF;
}
/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon {
	background: none url(media/arrow-down.gif) no-repeat center right;
}
/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon {
	background: none url(media/arrow-right.gif) no-repeat center right;
}
* html p#iepara { /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
/* Holly Hack for IE \*/
* html .suckertreemenu ul li {float: left; height: 1%;}
* html .suckertreemenu ul li a {height: 1%;}

/*-------------------------------------------------------------*/
.et_loading_ajx	{
	position: absolute;
	height: 40px;
	width: 100px;
	color: #FF4200;
	background-color: #FFFFFF;
	text-align: center;
	border: 2px solid #FF6600;
	font-family: arial;
	font-size: 12px;
	display: none;
}
/*-------------------------------------------------------------*/
#star_elio .hnd_elio{
	padding: 0px;
	margin: 0px;
	float: left;
	width: 90px;
	height: 16px;
}
#star_elio ul {
	list-style: none;
	position: relative;
	background: url('imgs/rank_off.gif') repeat-x;
}
#star_elio li {
	display: block;
	position: absolute;
	background: url('imgs/rank_on.gif') repeat-x;
}
/*-------------------------------------------------------------*/
#star_elio1 .hnd_elio1{
	padding: 0px;
	margin: 0px;
	float: left;
	width: 55px;
	height: 10px;
}
#star_elio1 ul {
	list-style: none;
	position: relative;
	background: url('imgs/rank_off1.gif') repeat-x;
}
#star_elio1 li {
	display: block;
	position: absolute;
	background: url('imgs/rank_on1.gif') repeat-x;
}
/*-------------------------------------------------------------*/
.bg_lasrosas_tv_et {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(imgs/bg_lasrosastv.jpg);
	background-repeat: repeat-x;
	background-color: #66CC00;
}
.seccion_lasrosas_tv_et {
	background-image: url(imgs/lasrosastv.jpg);
	background-repeat: no-repeat;
}