div#wrapper {
	width:890px;
	margin:0 auto;
	padding:20px 30px 0;
}
div#leftBar {
	width:445px;
	float:left;	
}
div#rightBar {
	width:445px;
	float:left;
	
	overflow:hidden;
}
#slideshow {
    position:relative;   
	height:426px;
}
#slideshow IMG {
    position:absolute;
    top:12px;
    right:0;
    z-index:8;
}
#slideshow IMG.active {
    z-index:10;
}
#slideshow IMG.last-active {
    z-index:9;
}
ul#catMenu {
	width:309px;
	float:right;
	margin:12px 30px 35px 0;
	padding-bottom:1px;
	background:url(../images/menuLine.jpg) 0 bottom no-repeat;
	display:inline;
}
ul#catMenu li {
	list-style:none;
	display:inline;
}
ul#catMenu li a {
	display:block;
	height:37px;
	text-decoration:none;
	text-align:center;
	color:#666666;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	padding-top:10px;
	font-weight:bold;
}

ul#catMenu li a#moderno {
	background:url(../images/electricMenu.jpg) 0 -47px no-repeat;
}
ul#catMenu li a#moderno:hover {
	background-position:0 0;
}
ul#catMenu li a#classico {
	background:url(../images/classicMenu.jpg) 0 -47px no-repeat;
}
ul#catMenu li a#classico:hover {
	background-position:0 0;
}
ul#catMenu li a#etnico {
	background:url(../images/modernMenu.jpg) 0 -47px no-repeat;
}
ul#catMenu li a#etnico:hover {
	background-position:0 0;
}
p.textIntro {
	clear:right;
	padding:0 35px 0 115px;
}
div#news {
	padding:35px 0 0 40px;
}
div#news h2 {
	color:#666666;
	font-size:15px;
	padding-left:75px;
}
div#news ul {
	width:300px;
}
div#news ul li {
	overflow:hidden;
	list-style:none;
	margin-top:15px;
} 
div#news ul li img {
	float:left;
	padding-right:10px;
	display:inline;
}
.noFoto {
	padding-left:75px;
}
a.newsLink {
	float:right;
	text-decoration:none;
	color:#999999;
	font-weight:bold;
}
a.newsLink:hover {
	color:#666666;
}

