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

#productos_contenido {
	height: auto;
	width: 730px;
}
#productos_izq {
	height: auto;
	width: 250px;
	float: left;
}
#productos_der {
	height: auto;
	width: 364px;
	float: right;
	margin-right:60px;
}
#productos_der_top {
	background-image: url("../es/imagenes/producto-bg-imagen.png");
    background-position: 0 26px;
    background-repeat: no-repeat;
    height: 88px;
    width: 364px;
}

#productos_izq_top {
	background-image: url(../es/imagenes/bg_pro_list_top.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 250px;
}
.productos_izq_middle {
	
	
	background-image: url("../es/imagenes/bg_pro_list_middle.png");
    background-repeat: repeat-y;
    height: 24px;
    min-height: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 6px;
    width: 237px;
	
}
.productos_izq_middle a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
#productos_izq_bottom {
	background-image: url(../es/imagenes/bg_pro_list_bottom.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 250px;
}
#producto_descripcion {
	width: 210px;
	float: right;
	margin-right: 25px;
	height: 33px;
	margin-top: 35px;
	
	color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
   
}
#producto_imagen {
	float: left;
	height: 90px;
	width: 118px;
}
.productos_izq_middle:hover{
	background-image: url(../es/imagenes/hover-menu-lateral.png);
	background-repeat: no-repeat;
    cursor:pointer;
}
/*************PRODUCTOS ENCONTRADOS*******************************/
#productos_encon_der_top {
	background-image: url(../es/imagenes/producto-encontrado-bg-imagen.png);
	background-position: 0 26px;
	background-repeat: no-repeat;
	height: 88px;
	width: 717px;
}
#productos_encon_der {
	height: auto;
	width: 717px;
	float: right;
	/*margin-right:60px;*/
}
#total_productos{ 
   color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    padding-left: 46px;
    padding-top: 43px;
    width: 217px;
	}