
/******************** Estilos para el listado de productos*********************************/
a.listado{
	width: 235px;
	height: 268px;
	position: relative;
	float: left;
	display: inline;
	margin: 10px 0px 0px 0px;
	background-image: url(../img/camiseta_titulo.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 12px;
}


span.listado{
	width: 235px;
	height: 268px;
	position: relative;
	float: left;
	display: inline;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
}

.caja2 > a.listado, .caja2 > span.listado
{
	margin-left:30px;
}


a.listado:hover{
filter: alpha(opacity=70); opacity: .7;
}

.camiseta img{
	border: 0px;
	height: 239px;
	width: 234px;
}

.diseno  img{
	border: 1px double #d4d4d4;
	width: 215px;
	height: 169px;
	position: absolute;
	top: 40px;
	left: 7px;

}

span.nombre{
	position: absolute;
	width: 230px;
	color: #2c7f99;
	height: 20px;
	bottom: 3px;
	left: 2px;
	cursor: pointer;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
}

span.precio{
	color: #666;
}


/****** Listado de los diseños más pequeños   ***/

.mas_vistos{
	text-align: center;
	width: 620px;
	float: left;
	display: block;

}

.diseno_mini{
	width: 145px;
	height: 150px;
	font-size: 12px;
	text-align: center;
	float: left;
	display: inline;
	margin: 20px 0px 0px 47px;
	position: relative;
}

.diseno_mini img{
	height: 110px;
	width: 145px;
}

.diseno_mini span.nombre_producto, .diseno_mini a.nombre_producto{
	padding-top: 10px;
	width: 145px;
	color: #2c7f99;
	text-align: center;
	float: left;
	display: inline;
	cursor: pointer;

}
.diseno_mini p.info{
	font-size: 10px;
	color: #5e5e5e;

}
.diseno_mini p.info2{
	font-size: 10px;
	color: #5e5e5e;
	padding-top: 5px;
	text-align: justify;
}
.diseno_mini p.info strong{
	color: #186b86;
	display: block;
}

.diseno_mini h4.titulo, .diseno_mini span.titulo{
	background-image: url(../img/flecha_azul_2.gif);
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 12px;
	padding: 13px;
	background-position: 0px 13px;
	color: #247894;
	height:31px;
	overflow:hidden;
	margin-bottom:6px;
}

/*** Votaciones ***/
a.estrella_completa, a.estrella_vacia, a.estrella_media,span.estrella_completa, span.estrella_vacia, span.estrella_media
{
	width:17px;
	height:16px;
	min-width:17px;
	display:block;
	float:left;
	background-repeat: no-repeat;
	background-position:center;
	text-decoration:none;
}

a.estrella_completa, span.estrella_completa
{
	background-image: url(../img/estrella_completa.gif);
}

a.estrella_vacia
{
	background-image: url(../img/estrella_vacia.gif);
}

a.estrella_media
{
	background-image: url(../img/estrella_media.gif);
}

a.voto_off {
	cursor:default;
}

span.num_votos
{
	display:block;
	float:left;
	font-family:"Tahoma";
	font-size:12px;
	padding-left:5px;
}

input.color
{
	border-bottom-width:0px;
}
