.showroom_content {
    color: #ccc;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    background: #D9D9D9;
    width: 682px;
	background-image: url('../css/img/showroom-fondo.gif');
}

#showroom_spacer_top {
    background-image: url('../css/img/showroom-top.gif');
    width: 682px;
    height: 33px;
}

#showroom_spacer_bottom {
   background-image: url('../css/img/showroom-bottom.gif');
    width: 682px;
    height: 33px;
}

.showroom_content a {
    color: #fff;
}

#myGallery {
    text-align: left;
}

#showroom_menu {
    font: 80% Tahoma, Arial, Helvetica, sans-serif;
    margin-top: 5px;
    position: absolute;
    top: 0;
    right: 20px;
}

#showroom_menu ul, li {
    list-style-type: none;
}

#showroom_menu ul {
    margin: 0;
    padding: 0;
}

#showroom_menu li {
    float: left;
}

#showroom_menu a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 3px 10px;
    text-align: center;
    border-left: 1px solid #fff;
    border-width: 1px 1px 1px 1px;
}

#showroom_menu a.activo {
    font-weight: bold;
}

#showroom_menu a:hover {
    background: #ccc;
}
.txt_elements_nombre{
	color: #fff;
}
.txt_elements_precio{
	color: #ff0000;
	 font-weight: bold;
}

