@charset "utf-8";
/* CSS Document */

body,td,th,html {
	background-color:#FFF;
	background-position:center top;
	font-size: 12px;
	background-image:url(images/backo.jpg);
	background-repeat:no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
    height: 100%;
	overflow: auto;
	display: inline;
}

.titles {
 text-shadow: 1px 1px 1px #000;
	-moz-box-shadow: 0 0 1px #000;
}
.titles1 {
 text-shadow: 1px 1px 1px #FFF;
-moz-box-shadow: 0 0 1px #FFF;
}
a:link {
 text-decoration: none;
}
a:visited {
 text-decoration: none;
}
a:hover {
 text-decoration: none;
}
a:active {
 text-decoration: none;
}

/*PRODOS*/
.navenlace {
   padding: 0px; 
   display: block; 
   color:#333;
} 

.navenlace a {
   text-decoration: none; 
   display: block; 
   width: 100%; 
   color:#333;
} 

.navenlace a:hover {
   color: #FFF; 
   background-color:#D95B43;
   background-image:url(images/tria1.gif);
   background-position: 610px 11px;
   background-repeat:no-repeat;
} 


/*OTRAS MADRES*/
#slider {

	/* You MUST specify the width and height */
	width:936px;
	height:358px;
	position:relative;	
	overflow:hidden;
}

#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:900px;
	overflow:hidden;
}

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:180px;
	overflow:hidden;	
	

}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:180px;
	background-color:#000;
	overflow:hidden;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#fff;	
}

	#excerpt li {
		padding:5px;
	}
	


.clear {
	clear:both;	
}


.formo {
	color: #000;
}
