#carrusel {
	height: 280px;
	width: 520px;
	overflow: hidden;
}
#marco {
	height:280px;
	width:280px;
	background: #000;
	float: left;
	list-style-type: none;
}
#marco img {
	border: none;
}
#navegador {
	height: 56px;
	width: 240px;
	float:left;
	font-size: 12px;
	list-style-type: none;
}
#navegador p {
	padding-left: 60px;
	padding-right: 20px;
	padding-top: 10px;
}
.layer {
	height:280px;
	width:280px;
	background: #000;
}

#layer1 {
    background:#000;
    display:block;
}
#layer2 {
    background:#000;
    display:none;
}
#layer3 {
    background:#000;
    display:none;
}
#layer4 {
    background:#000;
    display:none;
}
#layer5 {
    background:#000;
    display:none;
}
.cita  {
	background:url('images/titulo.jpg') no-repeat;
	bottom:59px;
	color:#FFFFFF;
	font-size:20px;
	height:49px;
	left:0;
	opacity:0.8;
	padding:5px;
	position:relative;
	width:270px;
}
#menu1 {
	background: url('images/menu1.jpg') no-repeat #FFF;
}
#menu1:hover {
	background: url('images/menu1s.jpg') repeat-y #FFF;
}
.menu_carrusel {
	background: #FFF url('images/menu.jpg') no-repeat left top;
	height: 56px;
	width:240px;
	float: left;
}
.menu_carrusel:hover {
	background: url('images/menus.jpg') no-repeat #FFF;
}
.mini-marco {
	padding-top: 3px;
	padding-left: 3px;
	float: left;
}

