/*
    COLOR NARANJA SITIO: #ff2f00
    COLOR NEGRO: #373435
*/

root { 
    display: block;
}

/* HEADER */
.contenedorHeaderPortalPedido
{
    width: 900px;
    height: 50px;
    background-color: transparent;
    position: relative;
    left: 50%;
    margin-left: -450px;    
    padding-top: 8px;
}
.contenedorHeaderPropioComercio
{
    width: 900px;
    height: 150px;
    display: inline-block;
    position: relative;
    left: 50%;
    margin-left: -450px;
    background-repeat: no-repeat;
    border: thin solid #ccc;
}
.contenedorLogoComercio
{
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
    width: 128px;
    height: 128px;
    position: absolute;    
    background-repeat: no-repeat; 
    background-position-x: center;
    background-position-y: center;
}
.contenedorDescripcionHeaderComercio
{
    display: none;
    margin-top: 35px;
    margin-left: 148px;
    width: 200px;
    height: 85px;
    position: absolute;
    background-color: #373435;
    color: whitesmoke;
    border-radius: 5px;
    opacity: .9;
    padding: 10px;
}
.spanDescripcionHeaderComercio_Nombre
{
    color: #ff2f00;
    font-size: 16px;
    font-weight: bold;
}
.spanDescripcionHeaderComercio_Direccion
{
    color: white;
    font-size: 12px;
    /* font-weight: bold; */
}
.contenedorDtoActivo
{
    position: absolute;
    top: 35px;
    right: 0px; 
    margin-right: 10px;
    width: 88px;    
    height: 85px;        
    background: url("../res/img/splashDto_4.png");        
    text-align: center;        
    text-shadow: 0px 2px 3px #666;
    font-weight: bold;
    font-size: 20px;
    color: white;    
}
/* CONTENEDOR DE LA BOTONERA PRINCIPAL (ZONA, CARTA, PEDIDO) */
.contenedorBotoneraPantallaInicio
{    
    position: absolute;
    width: 900px;
    left: 50%;
    top: 199px;
    margin-left: -450px;        
    background-color: #373435;
    text-align: center;
}
/* BOTONES DE LA BOTONERA PRINCIPAL (ZONA, CARTA, PEDIDO) */
.botonMenuInicio
{
    width: 300px;
    height: 36px;
    font-size: 14px;
    font-family: arial;
    color: whitesmoke;
    text-align: center;    
    border: none;
    cursor: pointer;
    background-color: transparent;
    outline: none;
}
.botonMenuInicio:hover
{
    color: #ff2f00;
    outline: none;
}
.botonSeleccionado
{
    font-weight: bold;    
    background-color: #ff2f00;
    color: white;
}
.botonSeleccionado:hover
{    
    color: white;
    cursor: default;
}
/* CONTIENE BARRA DE CATEGORIAS, BUSCADOR Y CONTENEDORES DE PRODUCTOS */
#contenedorPantallaCarta
{
    position: absolute;
    width: 900px;
    left: 50%;
    margin-left: -450px;
    top: 240px;
}
.contenedorProducto
{
    display: inline-block;
    width: 447px; 
    vertical-align: top;
    text-align: left;
    padding-top: 15px;
    margin-bottom: 2px;
    min-height: 90px;        
    border-radius: 5px;
    cursor: pointer;    
    background-color: #ccc;
    margin-right: 3px;
}
.contenedorProductoNoEncontrado
{
    width: 900px;
    text-align: center;
    font-weight: bold;
    margin-top: 60px;
    border-radius: 5px;
    background-color: #ccc;
    padding: 15px;
}
.contenedorBarraInferior
{
    bottom: 0px;
    left: 50%;    
    margin-left: -450px;
    position: fixed;
    width: 900px;
    height: 48px;    
    /*  background-color: #ff2f00; */
    background-color: #373435;
}
/*
 *  BOTONES VECTORIALES BOOTSTRAP 
 */
.botonBack
{
    display: inline-block;
    width: 32px;
    height: 32px;
    border: none;
    background-color: transparent;
    color: #FFF;
    cursor: pointer;
    float:right;
    margin-right:8px;
    margin-top: 8px;
}
.boton_Editar
{
    font-size: 14px;
    cursor: pointer;  
}
.boton_Editar:hover
{
    color: #ff2f00;
}
.botonToTop
{
    display: inline-block;
    width: 32px;
    height: 32px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding-right: 9px;
    padding-left:7px;
    margin-top: 7px;
    color:#FFF;    
    font-size: 26px;
}
.botonToTop:hover
{
    display: inline-block;
    width: 32px;
    height: 32px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding-right: 9px;
    padding-left:7px;
    margin-top: 7px;   
    color: #ff2f00;
    font-size: 26px;
}
.botonToBottom
{
    display: inline-block;
    width: 32px;
    height: 32px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding-right:7px;
    margin-top: 9px;
    color: #FFF;    
    font-size: 26px;
}
.botonToBottom:hover
{
    display: inline-block;
    width: 32px;
    height: 32px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding-right:7px;
    margin-top: 9px;    
    color: #ff2f00;
    font-size: 26px;
}
.botonCarrito
{
    position: relative;    
    display: inline-block;
    float: right;
    width: 32px;
    height: 32px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    margin-top: 10px;
    color: #FFF;
    font-size:22px;
}
.botonCarrito:hover
{    
    color: #ff2f00;
}
.popOverCarrito
{    
    position: relative;
    display: inline-block;
    float: right;    
    width: 70px;
    text-align: center;
    color: black;
    font-weight: bold;
    margin-top: 5px;
    left: 75px;
    background-color: red;
}
.contenedorFooterInfoPedido
{
    position: absolute;
    display: inline-block;
    width: 120px;
    left: 50%;   
    margin-left: -60px;
    margin-top: 5px;        
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    color: whitesmoke;
    text-align: center;        
    padding: 5px;    
}