.showroom_content {
    color: #ccc;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    background-color: #cee1ff;
	background-image: url('../css/img/showroom_back.gif');
    position: relative;
    width: 682px;
	float:left;
}

#showroom_spacer_top {
    background-image: url('../css/img/showroom_top.gif');
	background-position: left;
	background-repeat:no-repeat; 
    width: 682px;
    height: 33px;
}

#showroom_spacer_bottom {
    background-image: url('../css/img/showroom_bottom.gif');
	background-position: left;
	background-repeat:no-repeat;
    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: #000000;
    display: block;
    padding: 3px 10px;
    text-align: center;
    border-left: 1px solid #FFFFFF;
    border-width: 1px 1px 1px 1px;
}

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

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

