h2 {
    float: left;
    width: 100%;
    margin: 30px 0;
    text-align: center;
    background: rgba(215, 210, 210, 0.6);
    padding: 20px 0;
    font-size: 24px;
}
.images_resultados img {
    width: 100px;
}
.resultados {
    border: 1px solid #17272e;
    float: left;
    margin: 10px 0 0;
    width: 100%;
}
.images_resultados {
    float: left;
    text-align: center;
    width: 20%;
}
.nombre_productos {
    float: left;
    min-height: 130px;
    padding: 10px 0;
    width: 60%;
}
.nombre_buscar {
    font-size: 14px;
    font-weight: 700;
}
.modelo_buscar {
    font-weight: 300;
}
.descripcion_producto {
    font-weight: 300;
}
.nombre_productos a {
    color: #17272e;
    text-decoration: none;
}
.comprar_buscar {
    float: left;
    padding: 50px 0;
    text-align: center;
    width: 20%;
}
.comprar_buscar > a {
    background: #df2c2a none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 15px 10%;
    text-decoration: none;
}
.comprar_buscar > a:hover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #df2c2a;
    color: #df2c2a;
}
.marca_buscar {
    font-weight: 700;
}
.sin_productos {
    float: left;
    font-size: 40px;
    margin: 25% 0;
    text-align: center;
    width: 100%;
	color: #B3292A;
	font-weight: 300;
}






