.imagenCatalogo{
	border:1px solid #e6e6e6;
	width:auto;
}
.fotoCatalogo{
	margin:5px;
}
.fotoCatalogo2{
	margin:1px;
}

.fondoPrecio{
		background:url(graficos/fondoPrecio.png) repeat-x;
		width:80px;
		height:59px;
		color:#ffffff;
		font-weight:bolder;
		font-size:18px;
		text-align:right;
}
.nombreCatalogo{
	font-size:30px;
	color:#88A48D;
}
.nombreSubCatalogo{
	font-size:30px;
	color:#88A48D;
}

.nombreDescripcion{
	color:#80AFCC;
	font-size:15px;
	
}
.nombreLotillo{
	color:#234324;
	font-size:12px;
}
.nombreLotilloPrecio{
	color:#9B9A9A;
	font-size:13px;
	font-weight:bolder;
}

.tooltip {
	position: absolute;
    display: none;
	left: 0;
	top: 0;
}
.contenidotooltip {
	position: relative;
    display: block;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
    border: 1px solid #cccccc;
    background: #ffffff;
    color: #cccccc;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
}
a.atooltip{
	font-family : "trebuchet ms", Arial, Helvetica;
	font-size : 10px;
	font-weight:bolder;
	color: #ba352e;
	text-decoration:none;
}
a.atooltip:hover{
	font-size : 10px;
	font-weight:bolder;
	text-decoration:underline;
	color: #7b251c;
}
.textotooltip{
	font-family : "trebuchet ms", Arial, Helvetica;
	font-size : 10px;
	color: #666666;
}
DIV.verImagen {
	position: relative;
}
#menosPrecio{
	color:#0059AB;
	font-size:12px;
}