.tabs-hide {
	display: none;
}


.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after {
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    width: 84px;
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0;
   	background: url(../images/tab1.png) no-repeat;
   	width: 84px;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
	font-size:10px;
	height:30px;
	width: 84px;
    color:#999;
  	/*white-space: nowrap;*/
}

.tabs-nav a span {
    width: 64px; 
    min-width: 64px;
    height: 18px;
    min-height: 18px;
    padding-top: 3px;
    padding-right: 0;
}
*>.tabs-nav a span {
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 3px;
	height:30px;
    color:#ffff00;
	background: url(../images/tab1over.png) no-repeat;
}
.tabs-container {
	margin:0 0 0 5px;
	width:254px;
	min-height:124px;
	background-image:url(../images/bgUltimasNoticias.jpg);
	border-top:3px solid #2f2f2f;
	color:#999999;
	padding:10px 0 0 0;
}
