﻿@charset "utf-8";
/* CSS Document */

#content{
	height:auto;
}
#nueva_busqueda{
	float:right;
	top:5px;
}
#criteris{
	background-color:;
	height:36px;
	width:100%;
	margin-top:5px;
	float:left;
}

/* Conf. Barres de Vendes .................................. */

#vendes_fosc{
	background-color:#bdbdbd;
	height:90px;
	width:100%;
	margin-top:5px;
	float:left;
	border-radius:4px;
}
strong{
	margin-top:5px;
}
	
#vendes_clar{
	background-color:#f1f1f1;
	height:90px;
	width:100%;
	margin-top:5px;
	float:left;
	border-radius:4px;
}
#foto{
	height:80px;
	width:130px;
	margin:5px;
	float:left;
	cursor:pointer;
}
#foto a {
	display: block;
}
#foto img {
	pointer-events: none;
	opacity: 1;
}
#foto a:hover img {
	opacity: 0.40;
}
img.img_petita{
	border:none;
	max-height:80px;
	max-width:130px;
	border-radius:4px;
}
#venda_info{
	height:50px;
	width:590px;
	float:left;
	padding-top:18px;
}
#venda2{
	height:15px;
	width:100%;
	margin-top:8px;
}
#venda_info a {
    color: #27292A;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
}
#venda_info a:hover{
	text-decoration:none;
}
#venda_info strong:hover{
	text-decoration:underline;
	color: #27292A;
    font-weight: bolder;
}
#venda_info a.venda:hover{
	text-decoration: none;
	cursor:text;
}
.v_fosc{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:1px;
    border-right: 2px solid #f1f1f1;
    color: #f1f1f1;
    display: inline-block;
    height: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 10px 15px 0;
}
.v_clar{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:1px;
    border-right: 2px solid #bdbdbd;
    color: #bdbdbd;
    display: inline-block;
    height: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 10px 15px 0;
}
strong.price {
    color: #27292A;
    float: right;
    font-size:16px;
    font-weight: bold;
    line-height:70px;
	text-align:right;
}
#precio {
	height:80px;
	width:80px;
	margin:5px;
	float:left;
	cursor:text;
}
#selec{
	height:10px;
	width:45px;
	margin:5px;
	float: right;
	margin-top:38px;
}
a.moreInfo {
    background:  url(../img/moreInfo.png) no-repeat scroll 0 -17px transparent;
    float: left;
    height: 16px;
    width: 15px;
}
a.v_clar{
	text-decoration:none;
	text-outline:none;
}




