.tab-wrapper
{
	padding:12px;
	/*margin:	0;*/
	border-left: 1px solid #DDDDDF;
	border-right: 1px solid #DDDDDF;
	border-bottom: 1px solid #DDDDDF;
	clear: both;
	width:358px;
	height:170px;
}
.tab-menu
{
	margin:0;
	padding:0;
	list-style:	none;
	overflow:auto;
}
.tab-menu li
{
	float: left;
	text-align:center;
	background-image:url(../img/tabback.png);
	background-repeat:repeat-x;
	background-position:center;
	border:1px solid #DCDBE0;
	width:126px;
	height:23px;
}

.tab-menu li a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#26496C;
	text-decoration:none;
}

.titulosentabs:hover
{
text-decoration:underline;
}


.tab-menu li.tab-selected
{
	text-decoration:none;
	color:inherit;
	background-image:none;
	border-bottom:1px solid #FFFFFF;
	/* your effect here */
}

.titulosentabs {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#26496C;
}

#latestreport {
	width:372px;
	border-top: 1px solid #DDDDDF;
	border-left: 1px solid #DDDDDF;
	border-right: 1px solid #DDDDDF;
	padding:5px;
	margin-top:10px;
}

#suscribe {
	width:382px;
	height:100px;
	border: 1px solid #DDDDDF;
}


