div#tabs{
	width:780px;
	margin:10px 0px 0px 0px;
	font-size:11px;
    border: none;

}	
/* DIV that holds each tab*/
div.my_tab{
	width:620px;
	margin:0px 0px 0px 0px;
	float:left;
	display:inline;
    font-size:11px;
    

}
	
/* Title of each tab, used when user don't have Javascript'*/	
div.my_tab h5{
	color:rgb(0,0,0);
    font-weight:bold;
	border-bottom:solid 0.1em rgb(175,175,175);
		
}
	
/* Tab Bar, created via JS*/
div#tab-bar{
     
   	padding:0px 0px 0px 0px;
	margin:0px 5px 5px 0px;
	width:150px;
	background:#FFFFFF;
  
	/*border-right:solid 0.1em rgb(175,175,175);*/
	margin-bottom:8px;
	font-size:11px;
	float:left;
	display:inline;
  

}
	
/* Single Tab */
div#tab-bar div.mt-tab{

 	width:130px;
	position:relative;
	text-align:center;
	margin:0px -1px 0px 0px;
	cursor:pointer;
	border-top:dotted 1px rgb(175,175,175);
	/*border-left:solid 0.1em rgb(175,175,175);*/
	/*border-right:solid 0.1em rgb(175,175,175);*/
	/*border-bottom:solid 0.1em rgb(175,175,175);*/
	font-size:11px;
	float:right;
	display:inline;
	color: #000000;
    padding:5px 5px 5px 15px;		
}
	
/* Single Tab, when active */
div#tab-bar div.mt-tab-active{
   /* background-image: url(../imgs/titulos2.jpg);*/
    background-repeat: repeat-y;
	text-align:center;
	margin:0px -1px 0px 0px;
	cursor:pointer;
	border-top:solid 0.1em rgb(175,175,175);
	/*border-left:solid 0.1em rgb(175,175,175);*/
	/*border-right:solid 1px #ffffff;*/
	/*border-bottom:solid 0.1em rgb(175,175,175);*/
	float:right;
	display:inline;
	/*color:rgb(0,0,0);*/
    color: #FFFFFF;
	padding:5px 5px 5px 15px;	
}