#tabsContainer{margin-top: 0; overflow: hidden;}
#tabsTitle{margin-bottom: 12px; TEXT-ALIGN: RIGHT;}

.tabLeyenda{text-align: right; padding-right:15px; font-family: Georgia; font-size: 12px; margin-top: 4px;}
	.tabLeyenda span{color: red;}

.tab_container{
	background:none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DDE1E5;
	border-top: none;
	clear:both;
	float:left;
	width:314px;
	padding: 8px 0;
}

ul.tabs {
    border-bottom: 1px solid #DDE1E5;
    float: left;
    height: 28px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 316px;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 27px;
	line-height: 31px;
	margin-bottom: -1px;
	margin-top:-1px;
	overflow: hidden;
	position: relative;
	background: #7B9DB1;
	margin-left: 1px;
	float: right;
}

ul.tabs li a {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    outline: medium none;
    padding: 0 4px;
    text-decoration: none;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}

ul.tabs li.active{height: 28px; border: 1px solid #DDE1E5;}

ul.tabs li.active a{color:#7B9DB1;}

.tab_content{text-align: center;}
.tab_content img{    width: 306px;}
