ul.tabs_user {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	width: 100%;
	/*margin-left:5px;*/
	
}
ul.tabs_user li {
	float: right;
	margin: 0;
	padding: 0;
	width: 123px;
	text-align: center;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	/*border-left: 1px solid #0041B9;*/
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	margin-left: 5px;
	overflow: hidden;
	position: relative;
	background: #B0B0B0; /*bg btn tab*/
}
ul.tabs_user li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 0 20px;
	outline: none;
	text-transform:capitalize;
	font-weight:normal;
}
ul.tabs_user li a:hover {
	background: #989898;
}
html ul.tabs_user li.active, html ul.tabs_user li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #808080;
	/*margin-top:-5px;*/
	/*padding-top:5px;*/
}
.tab_container_user {
	/*border-top:5px solid #0041B9;*/
	overflow: hidden;
	clear: both;
	float: right;
	width: 100%;
	background: #fff;
	margin-top:-1px;
	padding:10px 0 0 0;
	padding:0;
}
.tab_content_user {
	padding: 0;
	
}
.menu-dashboard{
	float:right;
	width:495px;
	margin-top:5px;
	position:relative;
	text-align:right;
}
.cuerpo-tab{
	padding: 29px;
	background: #e5e5e5;
	border: 1px solid #e2e2e2;
	float: left;
}
.contenedor-titulo-tab{
	float: left;
	width: 100%;
}
.titulo-tab{
	background: #3fa8f4;
	padding: 6px 12px;
	float: right;
}
.titulo-tab span{
	color: #FFF;
}
.contenedor-texto-tab{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.texto-tab{
	margin-top: 5px;
}
.texto-tab span{
	color: #696969;
	line-height: 16px;
}
.fix-tab{
	padding: 5px 0;
	width: 100%;
	height: 10px;
	float: left;
}
	.fix-tab hr{
		color: #cbcbcb;
	}
.contenedor-boton-tab{
	float: left;
	width: 100%;
	margin-top: 6px;
}
.boton-tab{
	cursor: pointer;
	float: right;
}
.boton-tab img{
	width: 115px;
}