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


#contenedor1{
	background-image: url("../img/fondos/fondo_catalogo.png");
	background-repeat:no-repeat;
	background-position:center top;
    clear: left;
    height: 314px;
	/*padding-top:58px;*/
}

#contenedor2 {
    background-image: url("../img/fondos/textura_catalogo.png");
	background-repeat:repeat;
	background-position:left top;
	padding-top:0px;
	min-height:250px;
}

.sombra_img:hover{
	-webkit-box-shadow: 1px 1px 22px -6px rgba(102,102,102,1);
	-moz-box-shadow: 1px 1px 22px -6px rgba(102,102,102,1);
	box-shadow: 1px 1px 22px -6px rgba(102,102,102,1);
}

.info_producto{
	cursor:pointer;
	background-image:url(../img/fondos/fondo_texto_off.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:70px;
	padding-top:10px;
	text-align:center;
	color:#FFF;
	margin-top:210px;
}
.info_producto a{
	height:70px;
	width:280px;
}


.info_producto:hover{
	background-image:url(../img/fondos/fondo_texto_on.png);
}

.info_producto h2{
	font-size:18px;
	color:#FFF;
}

.espacioListado{
	padding-left:28px;
}