@charset "utf-8";
/* contenedor */
.micoleccion-box-general {
	width:924px;
	margin-top:15px;
	overflow: hidden;
}
.micoleccion-box-contenedor {
	width:300px;
	height:407px;
	padding:4px;
	background-image:url(images/micoleccion_box_contenedor.jpg);
	float:left;
}
.micoleccion-box-nombre {
	width:300px;
	height:40px;
	margin-top:10px;
	text-align:center;
}
.micoleccion-box-imagen {
	width:300px;
	height:237px;
}
.micoleccion-box-descripcion {
	width:290px;
	height:100px;
	padding-left:5px;
	padding-right:5px;
	overflow:auto;
}
.micoleccion-box-link {
	width:300px;
	height:20px;
}
.micoleccion-box-contenedor2 {
	width:300px;
    height:288px;
	/*padding:4px;*/
	background-image:url(images/micoleccion_box_contenedor2.jpg);
	float:left;
	background-repeat:no-repeat;
}
/*****************************************/
/*** boton ver mas ***/
.vermas {
	width:300px;
	height:20px;
}
.vermas1{
	float:left;
	display: block;
	width: 300px;
	height: 20px;
	background: url("images/boton-vermas.png") no-repeat 0 0;
}
.vermas1:hover{
	background-position: 0 -20px;
}
.vermas1 span{
	display: none;
}
/**/