@charset "utf-8";
/* CSS Document */

.paginacion{
	background-color:#FFFF6F;
	color:#ff2d85;
	overflow:hidden;
	text-align:center;
}
.paginacion b{
	color:#5CE6FF;
	font-size:12px;
}
.paginacion a{
	height:auto !important;
	display:inline !important;
	color:#ff2d85;
	text-decoration:none;
}
.paginacion a img{
	vertical-align:middle;
}
.paginacion span{
	display:none;
}





#producto_preview{
	overflow:hidden;
	width:190px;
	height:240px;
	float:left;
	
	margin-left:8px;
	margin-right:8px;
}
#producto_preview img{
	position:absolute;
	z-index:15;
	margin-top:12px;
}
#producto_preview #disenio_opciones{
	overflow:hidden;
	width:185px;
	height:25px;
	position:absolute;
	z-index:10;
	margin-top:201px;
}
#producto_preview #disenio_opciones em{
	float:left;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:4px;
	margin-left:8px;
}
#producto_preview #producto_mascara span{
	display:none;
}
#producto_preview #producto_mascara{
	display:block;
	position:absolute;
	z-index:5;
	background:url(../img/interfaz/producto_individual.png) no-repeat center;
	width:190px;
	height:240px !important;
}




#disenio_preview{
	overflow:hidden;
	width:190px;
	height:240px;
	float:left;
	
	margin-left:8px;
	margin-right:8px;
}
#disenio_preview img{
	position:absolute;
	z-index:15;
	margin-top:12px;
}

#disenio_preview #disenio_votos{
	position:absolute;
	z-index:20;
	width:173px;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	margin-top:171px;
	margin-left:9px;
} 

#disenio_preview #disenio_opciones{
	overflow:hidden;
	width:185px;
	height:25px;
	position:absolute;
	z-index:10;
	margin-top:201px;
}
#disenio_preview #disenio_opciones em{
	float:left;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:4px;
	margin-left:8px;
}
#disenio_preview #disenio_opciones form{
	float:right;
	margin-top:2px;
	margin-right:3px;
}
#disenio_preview #disenio_opciones form #disenio_zoom{
	background:url(../img/interfaz/btn_disenio_opciones_ver.png) no-repeat;
	background-color:none;
	width:15px;
	height:15px;
	border:none;
	cursor:pointer;
}
#disenio_preview #disenio_opciones form #disenio_zoom:hover{
	background-position:right;
}
#disenio_preview #disenio_opciones form #disenio_votar{
	background:url(../img/interfaz/btn_disenio_opciones_votar.png) no-repeat;
	background-color:none;
	width:15px;
	height:15px;
	border:none;
	cursor:pointer;
}
#disenio_preview #disenio_opciones form #disenio_votar:hover{
	background-position:right;
}




#disenio_preview #liga_mascara span{
	display:none;
}
#disenio_preview #liga_mascara{
	display:block;
	position:absolute;
	z-index:5;
	background:url(../img/interfaz/disenio_individual.png) no-repeat top left;
	width:190px;
	height:240px !important;
}
