		div.domtab{
		font-family:Verdana,Arial,Sans-Serif;
			font-size:10px;
			padding:0px;
			width:346px;
		}
		ul.domtabs{
			float:left;
			width:100%;
			margin:0px;
			padding:0px;
		}
		ul.domtabs li{
			list-style:none;		
			float:left;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			width:150px;
			padding:2px 0px 0px 0px;
			display:block;
			background:#FAF5BE;
			color:#808080;
			height:19px;
			text-decoration:none;
			text-align:center;
		}
		ul.domtabs a:hover{
			background:#DDDDDD;
		}
		div.domtab div{
			clear:both;
			width:auto;
			background:#FFE900;
			color:#000000; /* contenido */
			padding: 6px;
		}
		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:#FFE900;
			color:#808080;
		}
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
			color:#000000;
			display:block;
			font-weight:bold;
		}
		
/*Domtab 2*/

		div.domtab2{
		font-family:Verdana,Arial,Sans-Serif;
			font-size:10px;
			padding:0px;
			width:270px;
		}
		ul.domtabs2{
			float:left;
			width:100%;
			margin:0px;
			padding:0px;
		}
		ul.domtabs2 li{
			list-style:none;		
			float:left;
			margin:0px 0px 0px 0px;
			padding:0px 0px 0px 0px;
		}
		ul.domtabs2 a:link,
		ul.domtabs2 a:visited,
		ul.domtabs2 a:active,
		ul.domtabs2 a:hover{
			width:150px;
			padding:2px 0px 0px 0px;
			display:block;
			background:#FAF5BE;
			color:#808080;
			height:19px;
			text-decoration:none;
			text-align:center;
		}
		ul.domtabs2 a:hover{
			background:#DDDDDD;
		}
		div.domtab2 .tb_contenido{
			clear:both;
			width:auto;
			background:#FFE900;
			color:#000000; /* contenido */
			height:100%;
/*			background:#000099;*/
		}
		ul.domtabs2 li.active a:link,
		ul.domtabs2 li.active a:visited,
		ul.domtabs2 li.active a:active,
		ul.domtabs2 li.active a:hover{
			background:#FFE900;
			color:#808080;
		}
		div.domtab2 div a:link,
		div.domtab2 div a:visited,
		div.domtab2 div a:active
		{
			color:#000000;
			display:block;
			font-weight:bold;
		}


