#tab_der {
	margin: 5px 0 0 0;
	width: 350px;
	border-top: 2px solid #ebeaef;
	border-bottom: 2px solid #ebeaef;
}
div.domtab{
	width:100%;
}
ul.domtabs{
	float:left;
	width:100%;
	background: #ebeaef;
}
ul.domtabs li{
	float:left;
	padding:0 3px 0 2px;
	font-size: 9pt;
}
ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover{
	padding: 5px 5px;
	display:block;
	color: #093d72;
	font-weight:normal;
	text-decoration:none;
}
html>body ul.domtabs a:link,
html>body ul.domtabs a:visited,
html>body ul.domtabs a:active,
html>body ul.domtabs a:hover{
		height:auto;
}

ul.domtabs a:hover{
	text-decoration: underline;
}
div.domtab div{
	clear:both;
	width:auto;
	background: #FFF; 
	padding: 5px;
	font-size: 9pt;
}
ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover{
	background:#FFF;
color: #093d72;
}

div.domtab li.titular {
	margin: 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #E6E6E6;
}
div.domtab li a {

}

