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

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;    
}

root { 
    display: block;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

body
{
    overflow-x: hidden;
    /* overflow-y: auto !important; */
}

.bodyBg
{    
}

*:focus { outline: none; }

.fuenteGeneral
{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: white;
}

.contenedorElementoFiltroBuscador
{
    display: inline-block;
    width: 235px;
}

.labelBuscador
{
    /* font-family: 'Open Sans', sans-serif; */
    font-size: 16px;
    color: white;
    font-weight: normal;
    width: 24px;
    margin-top: 5px;
}

div
{
    /* BORDE VERDE : PARA VISUALIZAR CONTENEDORES */
    /* border: thin solid green; */
}

select
{
    border: thin solid #ff2f00;
    border-radius: 3px;
    width: 120px;
    height: 24px;
    color: #444;
}

/* input[type="text"]
{
    
} */

.inputFiltroBuscador
{
    border: thin solid #ff2f00;
    border-radius: 3px;    
    height: 24px;
}

.botonBuscador
{
    height: 28px;
    border: thin solid #ff2f00;
    border-radius: 3px;    
    background-color: #ff2f00;
    color: whitesmoke;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    vertical-align: top;
    padding-top: 3px;
    width: 65px;
    opacity: .85;
}

.botonBuscador:hover
{
    opacity: 1;
}

.contenedorBgHeaderPortal
{
    position: absolute;
    width: 100%;
    height: 200px;
    background: url('../res/img/bg-header-6.png');
    opacity: .15;    
    /* background-size: 100%; */
    /* background-repeat: no-repeat; */
    top: 50px;
}

.contenedorMensajeError
{
    font-weight: bold;
    color: darkred;
    font-size: 12px;    
}

.displayInlineBlock
{
    display: inline-block;
}
.displayNone
{
    display: none;
}

#contenedorCargando
{
    width: 140px;
    height: 50px;
    display: inline-block;
    text-align: center;    
    background-color: #ff2f00;
    color: whitesmoke;
    padding-top: 14px;
    position: fixed;
    top: 0px;
    left: 50%;
    margin-left: -70px;
    visibility: hidden;
    background-image: url('../res/img/3.gif');
    background-repeat: no-repeat;
    background-position: 15px 12px;
}

/* DESKTOP */
@media (min-width: 960px)
{
    /* HEADER */
    .contenedorHeaderPortal
    {
        width: 900px;
        height: 250px;
        background-color: transparent;
        position: relative;
        left: 50%;
        margin-left: -450px;
        /* margin-top: -8px; */
        /* padding: 20px; */
        padding-top: 8px;
    }
    .contenedorHeaderPortal_lineaSuperior
    {
        width: 100%;
        background-color: transparent;
    }
    .contenedorHeaderPortal_logo
    {
        display: inline-block;
        background-color: transparent;
        /*width: 210px;*/
        position: relative;        
    }
    .contenedorHeaderPortal_buscadorLineaSelectorModo
    {
        display: inline-block;
        vertical-align: top;        
        text-align: center;
        /* margin-top: 15px; */
        position: absolute;        
        width: 320px;
        /* left: 235px;        */
        left: 50%;        
        margin-left: -110px;
        margin-top: 10px;
    }
    .contenedorHeaderPortal_buscadorTextoModo
    {
        text-align: center;
        display: inline-block;
        width: 100px;
        vertical-align: top;
        color: #222;
        font-size: 14px;
    }
    .contenedorHeaderPortal_buscadorTextoModoSeleccionado
    {
        text-align: center;
        display: inline-block;
        width: 100px;
        vertical-align: top;        
        color: #ff2f00;
        font-size: 14px;
        font-weight: bold;        
    }
    .contenedorHeaderPortal_menuSuperiorDerecho
    {
        display: inline-block;                
        vertical-align: top;        
        text-align: right;        
        float: right;        
        margin-top: 10px;        
        font-size: 14px;
        color: #222;
        height: 24px;
    }
    .contenedorHeaderPortal_menuSuperiorDerecho a
    {
        text-decoration: none;        
        color: #222;
    }
    .contenedorHeaderPortal_menuSuperiorDerecho a:hover
    {
        text-decoration: none;        
        color: #ff2f00;
        font-weight: normal;
    }
    /* FIN : LINEA SUPERIOR HEADER */
    /* CONTENEDOR BUSCADOR  */
    .contenedorHeaderPortal_buscador
    {
        display: inline-block;
        position: relative;
        width: 900px;
        height: 150px;
        left: 50%;
        margin-left: -450px; 
        background-image: url("../res/img/bg-box-filtros-2.png");        
        margin-top: 8px;
        border-radius: 5px;
    }  
    .contenedorHeaderPortal_tituloBuscador
    {
        display: inline-block;
        position: relative;
        width: 880px;
        /* left: 50%; */
        /* margin-left: -380px;  */
        /* background-color: #ff2f00; */
        /* opacity: .80; */
        margin-top: 5px;
        text-align: left;
        font-size: 48px;
        color: white;
        padding-left: 40px;
        /* text-shadow: 2px 2px #bbb; */        
    }      
    .contenedorHeaderPortal_filtrosBuscador
    {
        text-align: left;
        padding-left: 40px;
    }    
    .contenedorHeaderPortal_filtrosBuscador select
    {
        font-size: 14px;
        padding-left: 5px;        
        height: 28px;
        font-weight: normal;
        width: 200px;
        vertical-align: top;
    }
    .contenedorHeaderPortal_filtrosBuscador input
    {
        font-size: 14px;
        padding: 8px;
        height: 28px;
        font-weight: normal;
        width: 200px;
        vertical-align: top;
    }
    /* FIN DEL HEADER */
    /* CONTENEDOR CENTRAL */
    .contenedorCentralPortal
    {
        width: 900px;
        min-height: 550px;
        background-color: transparent;
        position: relative;
        left: 50%;
        margin-left: -450px;
        margin-top: 15px;
        /* padding: 20px; */
        /* padding-top: 5px; */
    }
    .columnaIzquierdaListadoComercios
    {
        display: inline-block;
        width: 180px;        
        vertical-align: top;
        padding-left: 5px;
    }
    .contenedorListadoComercios
    {
        display: inline-block;        
        width: 705px;
        vertical-align: top;
        background-color: transparent;
        /* border-left: thin solid #ddd; */
    }
    /* CONTENEDOR ITEM PRODUCTO - PEDIR ONLINE */
    .contenedorItemComercioVOListado
    {
        display: inline-block;        
        width: 685px;
        height: 130px;
        vertical-align: top;
        background-color: white;
        padding: 10px;
        margin-bottom: 10px;
        margin-left: 30px;
        border: thin solid #ccc;
        border-radius: 5px;
        /* border-bottom: thin solid #eee;
        border-right:  thin solid #eee; */        
    }
    .contenedorItemComercioVOListado:hover
    {
        background-color: #ddd;        
        /* border: thin solid #eee; */
        cursor: pointer;
    }    
    .contenedorLogoItemComercioVOListado
    {
        display: inline-block;
        vertical-align: top;
        width: 112px;
        height: 112px;
        /* border: thin solid #eee; */
        padding: 5px;
        /* background-color: white; */
    }
    .contenedorDatosItemComercioVOListado
    {
        display: inline-block;
        vertical-align: top;
        margin-left: 15px;
    }
    .contenedorTituloItemComercioVOListado
    {     
        color: #ff2f00;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: bold;
    }
    .contenedorSubTituloItemComercioVOListado
    {        
        color: #222;
        margin-top: 10px;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;                
        text-align: left;                        
        /* padding-top: 10px; */
        /* border-bottom: thin solid #ff2f00; */
        /* border-top: thin solid #ff2f00; */
    }
    .contenedorTextoAbiertoItemComercioVOListado
    {
        display: inline-block;
        color: whitesmoke;
        background-color: green;
        border-radius: 3px;
        width: 65px;
        text-align: center;
    }
    .contenedorTextoCerradoItemComercioVOListado
    {
        display: inline-block;
        color: whitesmoke;
        background-color: #ff2f00;
        border-radius: 3px;
        width: 65px;
        text-align: center;
    }
    .contenedorDtoActivoItemComercioVOListado
    {
        position: relative;
        top: 10px;
        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;    
        float: right;
    }
    /* CONTENEDOR ITEM PRODUCTO - SALIR COMER*/
    .contenedorItemComercioVOListadoSalirComer
    {
        display: inline-block;        
        width: 225px;
        height: 330px;
        vertical-align: top;
        background-color: white;
        padding: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        /* border-bottom: thin solid #eee;
        border-right: thin solid #eee; */
        border: thin solid #ccc;
        border-radius: 5px;
    }
    .contenedorItemComercioVOListadoSalirComer:hover
    {
        background-color: #ddd;        
        /* border: thin solid #eee; */
        cursor: pointer;
    }
    .contenedorLogoItemComercioVOListadoSalirComer
    {
        display: inline-block;
        vertical-align: top;        
        margin-left: 43px;
        width: 112px;
        height: 112px;
        /* border: thin solid #eee; */
        padding: 5px;
        /* background-color: white; */
    }
    .contenedorDatosItemComercioVOListadoSalirComer
    {
        margin-top: 10px;
        display: inline-block;                
        width: 200px;
    }
    .contenedorTituloItemComercioVOListadoSalirComer
    {     
        color: #ff2f00;
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;        
        font-weight: bold;
        text-align: left;
    }
    .contenedorSubTituloItemComercioVOListadoSalirComer
    {        
        margin-top: 5px;
        color: #222;
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;                
        text-align: left;
        height: 120px;
        padding-top: 10px;
        border-bottom: thin solid #ff2f00;
        /* border-top: thin solid #ff2f00; */
    }
    /* FIN DE CONTENEDOR CENTRAL */    
    /* CONTENEDOR FOOTER */
    .contenedorFooterPortal
    {
        width: 100%;
        height: 150px;
        background-color: #373435;        
        position: absolute;
        left: 0px;
        /* margin-left: -480px; */
        /* padding: 20px;        */
    }
    .contenedorFooterPortalContenido
    {
        width: 920px;
        height: 150px;
        background-color: transparent;
        color: whitesmoke;
        left: 50%;
        margin-left: -480px;
        padding: 20px;
        position: relative;
    }
    /* FIN DE CONTENEDOR DEL FOOTER */
    /* GENERALES */
    .inputGeneralContenedorModal
    {
        border: thin solid #ccc;
        width: 300px;
        height: 40px;
    }    
    .linkGeneral
    {
        text-decoration: none;
        cursor: pointer;
        color: #222;
    }
    .linkGeneral:hover
    {
        text-decoration: none;
        color: #ff2f00;
    }
}
/* TABLETS Y ALGUNOS CELULARES */
@media (max-width: 959px)
{    
    .contenedorHeaderPortal_menuSuperiorDerecho
    {
        display: inline-block;                
        vertical-align: top;        
        text-align: right;        
        float: right;        
        margin-top: 10px;        
        font-size: 14px;
        color: #222;
        height: 24px;
    }
}