		*{ margin:0; padding:0 }
	
		div.domtab{ width:710px; font-size:15px }
		
		ul.domtabs{ float:left; width:100%; margin:10px 0 -1px 0; height: auto !important; height: 30px; min-height: 30px; list-style:none }
		ul.domtabs li{ float:left; padding:0 5px 0 0; font-family: Georgia, Arial; font-size: 20px }
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			width: 170px;
			padding: 5px 3px 3px 3px;
			display:block;
			background: url('../imag/bg_tab_off.gif') repeat-x top;
			border-right: 1px solid #aaa8a8;
			border-left: 1px solid #aaa8a8;
			color:#ccc;
			font-weight:bold;
			text-decoration:none;
			outline: 0;
			text-align: center
		}

		ul.domtabs a:hover{ background:#696 }

		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: url('../imag/tab_know_on.gif') repeat-x top;
			color:#b33820;
			border-right: 1px solid #aaa8a8;
			border-left: 1px solid #aaa8a8;
			border-bottom: 1px solid #fff;
		}
		
		div.domtab p{ margin:3px 0 3px 0; line-height:1.3em }

		div.domtab div{ font-family: Arial; clear:both; width:auto; background:#8b8; color:#fff; padding:1em 3em }
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active {
			color:#822;
			display:block;
			padding: 15px 5px;
			font-weight:bold;
			font-size: 17px;
		}

		
		div#uno { background: url('../imag/bg_red_gradient.gif') repeat-x bottom; color: #000; border: 1px solid #aaa8a8 }
		div#dos { background: url('../imag/bg_red_gradient.gif') repeat-x bottom; color: #000; border: 1px solid #aaa8a8 }
		div#tres { background: url('../imag/bg_red_gradient.gif') repeat-x bottom; color: #000; border: 1px solid #aaa8a8 }
		
