/*----------TABS-------------*/
		*{
			margin:0;
			padding:0;
			list-style:none;
			border:none;
		}
		div.domtab{
			padding-left:20px;
			width:720px;
			font-size:0.9em;
			margin:0px auto;
		}
/*-------GALLERY--------*/		
		ul.gal li{
			float:left;
			padding:0;
			}
		ul.domtabs{
			float:left;
			width:100%;
					}
		ul.domtabs li{
			float:left;
			padding:0;
			font-size:1.2em;
		}
	
		/*---------ACTIVE TAB TITLE -------------*/
		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:#000;
			font-size:1em;
			padding: 1px 20px;
		}
		ul.domtabs li.active a:hover{
			color:#000;
			background: #FFF;
			}
		/*------INACTIVE TAB------*/
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			padding:	0px 20px;
			background: #CCC;
			color:#000;
			height:3em;
			font-weight:bold;
			text-decoration:none;
			font-size:1em; 
		}
		html>body ul.domtabs a:link,
		html>body ul.domtabs a:visited,
		html>body ul.domtabs a:active,
		html>body ul.domtabs a:hover{
	
		}
		ul.domtabs a:hover{
			background: #FFF;
			color:#000;
		}
		
		/*-------------CONTENT -----------------*/
		div.domtab div{
			width: 100%;
			max-width: 720px;
			color:#555;
			margin: 0 auto;
			padding-top: 0px;
		}
		
			
	/*---------dunno where this is ----------*/		
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;	
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			/*color:#fff;*/
		}
		p{
			margin:0 0 0.5em 0;
			line-height:2em;
			width:100%;
		}
		pre{
			font-size:1.2em;
			padding:1em;	
		}
		/*----------GLOBAL LINKS --------------*/
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
			/*color:#FFF;*/
			display:block;
			/*padding:1em 0.5em;*/
			font-weight:bold;
		}
		div.domtab div h2 a,
		div.domtab div h2 a:hover,
		div.domtab div h2 a:active
		{
			color:#cfc;
			display:inline;
			font-weight:normal;
		}		

/*------------NOMBRE EMPRESA--------------*/
.domtab h2{
	color: #000;
	padding:10px 0 10px 30px;
	font-size:1.3em;
	max-width:60%;
	}
.defbox{
	position:relative;
	width:100%;
	margin:10px auto 20px auto;
	}
	/*----------------THUMBS_----------------------*/
.thumbs ul{
width: 800px;
margin: 0 auto;
	}
	
.thumbs ul li.item{
display: inline;
width:180px	;
height: 160px;
text-align: center;
float:left;
list-style: none;
padding:5px;
/*to position overlay correctly*/
position:relative;
overflow:hidden;
	}

 .thumbs ul li.item{
 background: url(../images/samples/bg_sample.png) no-repeat center;
 }
.thumbs h3{
margin-left: 40px;
color:#000;	
font-size: 2em;
	}
