@charset "utf-8";    

.contenidor{
    width: 1000px;
    margin-top: 20px;    
}


h2{
    font-family: "Trebuchet MS", Verdana;  
    font-size: 24px;
    font-weight: lighter;
    letter-spacing: 5px;
    line-height: 20px;
    color: #ffffff; 
}

.titols{
    font-family: "Trebuchet MS", Verdana;  
    font-size: 30px;
    font-weight: lighter;
    letter-spacing: 8px;
    line-height: 20px;
    color: #ffffff;    
}

.menu{
    background-color: #ffffff;
    color: #8E3623;
    font-size: 20px;
    font-family: "Trebuchet MS", Verdana;  
    text-align: center;
}
    .menu a{
        color: #8E3623;
        text-decoration: none;
    }
    
    .menu .link_actiu{
        color: #8E3623;
        text-decoration: none;
        background-color: #F0CAC1;
    }

.info_home{
    font-size: 14px;
    font-family: "Trebuchet MS", Verdana;  
    text-align: left;
    color: #ffffff;    
}

.info{
    font-size: 14px;
    font-family: "Trebuchet MS", Verdana;  
    text-align: left;
    color: #8E3623;   
}

    .info a{
         color: #8E3623; 
         text-decoration: none;
    }

.contactar{
    font-size: 14px;
    font-family: "Trebuchet MS", Verdana;  
    text-align: left;
    color: #8E3623; 
    text-align: center;  
}
    .contactar a{
         color: #8E3623; 
         text-decoration: none;
    }


    
.capcalera{
    background-color: #8E3623;
    height:123px;
}

.seleccione_imagen{
    color: #8E3623;  
    font-family: "Trebuchet MS", Verdana;     
    font-size: 18px;
    font-weight: 100; 
    line-height: 40px;
    letter-spacing: 3px;
}  

.peu{
    border-top: 1px solid #8E3623;
    color: #8E3623;  
    font-family: "Trebuchet MS", Verdana;     
    font-size: 12px;
    text-align:center;
}

.productos{   
    border:1px solid #8E3623; 
    border-top:1px solid #8E3623;
    border-right:1px solid #8E3623;
    border-bottom:1px solid #8E3623;
    border-left:1px solid #8E3623;
}
.productos2{         
    border-right:1px solid #FFFFFF;
    border-bottom:1px solid #FFFFFF;    
}

.productos3{             
    border-bottom:1px solid #FFFFFF;    
}

/* SLIDESHOW */
	#dhtmlgoodies_slideshow{
		width:468px;	/* Total width of slideshow */
	}
	
	#previewPane{
		border:0px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 312px;	/* IE 5.x */
		height/* */:/**/312px;	/* Other browsers */
		height: /**/312px;
				
	}
	#previewPane img{
		line-height:468px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		
		height:67px;	/* Height of the images + 2 */
		border:0px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		width: 468px;
		
		/* CSS HACK */
		height: 67px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/67px;	/* Other browsers */
		height: /**/67px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
		width: 7px;
		height: 67px;
		padding-top: 25px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
		width: 7px;
		height: 67px;	
		padding-top: 25px;	
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
/* EOF SLIDESHOW */
 */