* {
	margin: 0;
	padding: 0;
}
#newsholder {
	width:auto;
	clear:both;
	height:40px;
	position:relative;
}
#abs_tels {
	width:295px;
	position:absolute;
	top:10px;
	left:616px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 20px;
}
#abs_tels span{
	color:#7ABC1C;
	font-weight: bold;
}
#newstitle {
	float:left;
	position:relative;
	width:68px;
	height:25px;
	padding: 10px 0 0 5px;
}
#newstitle a{
	display:block;
	background-repeat: no-repeat;
	width:58px;
	height:19px;
	background-image:url(noticias.png); 
	background-position:0px 0px;
	text-indent:-5000px;
}
#newstitle a:hover{	background-position:0px -19px;}

#newsticker {
	float:left;
	position:relative;
	font: 10px/200%  Verdana, Helvetica, sans-serif;
}

#newsticker ul {
	list-style: none;
	width:530px;
	overflow: hidden;
	height: 20px;
	padding: 8px 0 0 0;
	padding-right: 30px;
}

#newsticker ul li a{
	color:#7ABC1C;
	font-weight: bold;
	text-decoration: none;	
}
* html #newsticker ul {
	width:923px;
	height: 20px;
	overflow: hidden;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	visibility:hidden;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}


/*-----------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
