/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30/10/2017, 02:39:37 PM
    Author     : rican
*/

body{
    background-color: #0000AA;
}

.top{
    background-color: #fff;
}

.sin_margen{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.barra_busqueda{
    background-color: #000077;
    padding: 5px;
}

.marquesina marquee{
    color: #fff;
    font-size: 20px;
}
.detallech{
    text-align: center;
    height: 200px;
    overflow: hidden;
}
.precioch{
    font-size: 16px;
    font-weight: bold;
    color: green;
}
.imgpch img{
    width: 100%;
}

.imgpch{
    height: 150px;
    max-height: 150px;
    overflow:  hidden;
}
.proveedorch
{font-size: 9px;
color: #556;}

.titulo{
    background-color: #000077;
    color: #fff;
}
.pie{
    text-align: center;
}
.copyr
{
    color: gray;
}
.botonm{
 width: 45%; 
 margin: 5px;
}

.logo{
    height: 150px;
}

.menu-categoria{
    padding: 3px;
}
.menu-categoria a{
    color: black;
    text-decoration: none;
    
}

.menu-categoria:hover{
   
    background-color: gray;
    color: #fff;
    padding: 3px;
    cursor: pointer;
}

