﻿*
{
    margin: 0;
    padding: 0;
}

html
{
    overflow-y: scroll;
}

body
{
    background-color: #FFFFFF;
    /*color: #0099e1;*/
    color: #4d4d4d;
    font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
    /*width: 100%;*/
    margin: 0 auto;
    padding: 0px;
    width: 975px;
    -ms-scrollbar-base-color: #C0C0C0;
    scrollbar-base-color: #C0C0C0;
    -ms-scrollbar-base-color: #C0C0C0;
    scrollbar-base-color: #C0C0C0;
    -ms-scrollbar-3dlight-color: #C0C0C0;
    scrollbar-3dlight-color: #C0C0C0;
    -ms-scrollbar-highlight-color: #C0C0C0;
    scrollbar-highlight-color: #C0C0C0;
    -ms-scrollbar-track-color: #EBEBEB;
    scrollbar-track-color: #EBEBEB;
    -ms-scrollbar-arrow-color: black;
    scrollbar-arrow-color: black;
    -ms-scrollbar-shadow-color: #C0C0C0;
    scrollbar-shadow-color: #C0C0C0;
    scrollbar-dark-shadow-color: #C0C0C0;
}

img
{
    border: 0;
}

a
{
    color: #333333;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

a:hover
{
    text-decoration: none;
    background-color: transparent;
}

#cabecera
{
    background: url("../images/EDENOX-backhomesup.jpg") left top no-repeat;
    width: 100%;
    height: 100px;
}

#cabmenu
{
    background-color: #636364;
    height: 32px;
    margin-bottom: 10px;
    color: #FFF;
    }
#cabmenuleft
{
    float: left;
    width: 500px;
}

#cabmenuright
{
    float: right;
    margin-right: 10px;
}

#cabmenurpais
{
    float: left;
    margin: 6px 5px 2px 0px;
}

#cabmenusite
{
    margin: 2px 15px 0px 0px;
    float: right;
    background-color: #FFFFFF;
    -moz-box-shadow: 4px 4px 5px #888888;
    -webkit-box-shadow: 4px 4px 5px #888888;
    box-shadow: 4px 4px 5px #888888;
}

#breadcrumbs
{
    margin-bottom: 15px;
    font-family: Arial;
    font-size: 15px;
    color: #4D4D4D;
    background-color: #00629C;
    padding: 16px 8px 16px 16px;
}

#breadin
{
    display: inline-block;
}

#breadin div{
    background-color: #fff;
    display: inline-block;
    padding: 0 10px 0 6px;
    height: 26px;
    vertical-align: middle;
}

#breadin div a
{
    line-height: 26px;
}

#breadin img
{
    vertical-align: middle;
    margin-right: -5px;
}

#breadin .breadin-sep
{
    background-color: #00629C;
    height: 6px;
    display: block;
}

.labelusuario
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.navusuario
{
    position: absolute;
    left: 0px;
    margin-top: 5px;
    list-style: none;
    z-index: 9999;
    -moz-box-shadow: 4px 4px 5px #888888;
    -webkit-box-shadow: 4px 4px 5px #888888;
    box-shadow: 4px 4px 5px #888888;
}

    .navusuario li
    {
        background-color: #FFFFFF;
        text-align: left;
        float: left;
        min-width: 180px;
        width: 100%;
        height: 30px;
    }

        .navusuario li a
        {
            display: block;
            color: #666666;
            height: 26px;
            margin: 0px 6px 0px 6px;
        }

.navusuariolin
{
    border-top: solid 1px #d6d6d6;
}

.navusuario li a:hover
{
    color: #FFFFFF;
    border-top: solid 1px #0099e1;
}



.menuusuario
{
    clear: both;
    width: 100%;
    background-color: #0099e1;
    height: 30px;
    margin-top: -1px;
    color: #FFFFFF;
}

    .menuusuario ul
    {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .menuusuario ul li
        {
            float: left;
            position: relative;
            height: 30px;
            text-align: center;
        }

        .menuusuario ul li:hover
        {
            background-color: #0099e1;
        }
        .menuusuario ul li a
        {
            color: #fff;
            display: block;
            text-decoration: none;
            padding: 5px 15px 2px 15px;
        }

.navsite
{
    width: auto;
    margin: 0;
    padding: 0px;
    list-style: none;
}

    .navsite li
    {
        float: left;
        position: relative;
        text-align: center;
        border-right: solid 1px #C2C2C2;
        border-bottom: solid 1px #C2C2C2;
        border-top: solid 1px #C2C2C2;
    }

        .navsite li:first-child
        {
            border-left: solid 1px #C2C2C2;
        }

        .navsite li a
        {
            width: auto;
            font-family: Arial;
            font-weight: bold;
            font-size: 11px;
            color: #00629C;
            display: block;
            text-decoration: none;
            padding: 5px 10px 5px 10px;
        }

        .navsite li:hover > a
        {
            background-color: #0099e1;
            color: #FFFFFF;
        }

.submenusite
{
    position: absolute;
    left: 0px;
    margin-top: 0px;
    background-color: #FFFFFF;
    -moz-box-shadow: inset 0px 3px 3px #888888;
    -webkit-box-shadow: inset 0px 3px 3px #888888;
    box-shadow: inset 0px 3px 3px #888888;
    z-index: 9999;
    padding: 8px 18px 10px 18px;
    text-align: left;
    border-bottom: solid 1px #D2D2D2;
    min-width: 160px;
}

    .submenusite p
    {
        border-top: solid 1px #E2E2E2;
        padding: 2px;
    }

.submenudiv
{
    float: left;
}

    .submenudiv p
    {
        border-top: solid 1px #E2E2E2;
    }

        .submenudiv p:first-child
        {
            border: 0;
        }

        .submenudiv p strong
        {
            font-weight: bold;
            color: #333333;
            line-height: 20px;
        }

        .submenudiv p a
        {
            font-family: Arial;
            font-size: 12px;
            font-weight: normal;
            color: #666666;
            margin: 0;
            padding: 0;
        }

            .submenudiv p a:hover
            {
                font-weight: bold;
                color: #333333;
            }

    .submenudiv ul
    {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

        .submenudiv ul li
        {
            float: left;
            position: relative;
            text-align: left;
            background-color: #fff;
            width: 100%;
            border: 0;
            border-top: solid 1px #E2E2E2;
        }

            .submenudiv ul li:first-child
            {
                border: 0;
            }

            .submenudiv ul li a
            {
                font-family: Arial;
                font-weight: normal;
                font-size: 12px;
                color: #666666;
                display: block;
                text-decoration: none;
                padding: 4px 8px 4px 4px;
            }

                .submenudiv ul li a:hover
                {
                    font-weight: bold;
                    color: #333333;
                    background-color: #fff;
                }


.menu-picture
{
    cursor: pointer;
    border-bottom: solid 1px #E2E2E2;
}

.menu-picture:hover
{
    cursor: pointer;
    font-weight: bold;
}

.menu-docupload
{
    font-size: 12px;
    /*line-height: 34px;*/
    border-bottom: solid 1px #E2E2E2;
    cursor: pointer;
    padding: 2px 2px;
}
.menu-docupload:hover
{
    font-weight: bold;
    color: #00629c;
}
.menu-docupload img
{
    float: left;
    margin-right: 8px;
}
.menu-docupload-active
{
    font-weight: bold;
    color: #00629c;
}
.submenu-docupload
{
    font-size: 12px;
    /*line-height: 34px;*/
    border-bottom: solid 1px #E2E2E2;
    cursor: pointer;
    padding: 4px 4px;
}
.submenu-docupload:hover
{
    font-weight: bold;
    color: #00629c;
}

.arbol
{
    font-size: 12px;
    line-height: 34px;
    border-bottom: solid 1px #E2E2E2;
    cursor: pointer;
    padding: 4px;
}
.arbol:hover
{
    font-weight: bold;
    color: #00629c;
}



.subgrupos
{
    list-style: none;
    width: 100%;
    min-width: 220px;
    line-height: 36px;
    border-top: solid 1px #d6d6d6;
    background-color: #E2E2E2;
    margin-bottom: 0;
    margin-top: 0;
}
.subgrupossel
{
    background-color: #C0C0C0;
    color: #FFF;
    cursor: pointer;
}
.subgrupos:hover
{
    background-color: #C0C0C0;
    color: #FFF;
    cursor: pointer;
}

.subsubgrupos
{
    list-style: none;
    width: 205px;
    line-height: 36px;
    border-left: solid 1px #d6d6d6;
    border-right: solid 1px #d6d6d6;
    border-bottom: solid 1px #d6d6d6;
    background-color: #E2E2E2;
    margin-bottom: 0;
    margin-top: 0;
}
.subsubgrupos:hover
{
    background-color: #C0C0C0;
    color: #FFF;
    cursor: pointer;
}
.subgrupos-active
{
    background-color: #C0C0C0;
    color: #FFF;
    cursor: pointer;
}

.subsubsubgrupos
{
    list-style: none;
    width: 205px;
    line-height: 36px;
    border-left: solid 1px #d6d6d6;
    border-right: solid 1px #d6d6d6;
    border-bottom: solid 1px #d6d6d6;
    background-color: #FFFFFF;
    margin-bottom: 0;
    margin-top: 0;
}
.subsubsubgrupos:hover
{
    background-color: #636364;
    color: #FFF;
    cursor: pointer;
}
.subsubsubgrupos-active
{
    background-color: #636364;
    background: #636364 url(../images/grupormenu.png) no-repeat right center;
    color: #FFF;
    cursor: pointer;
}


.titulocategoria
{
    display: table;
    /*min-height: 30px;*/
}

    .titulocategoria img
    {
        margin: 2px 4px 0px 0px;
        float: left;
		width: 34px;
        height: 34px;
    }

    .titulocategoria div
    {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

        .titulocategoria div a
        {
            font-size: 12px;
            color: #333333;
        }

.titulocategoria div a:hover
{
    color: #0099e1;
}

.coloredesa
{
    color: #00619A;
}


#pie
{
    min-height: 430px;
    background-color: #CCCCCC;
    padding: 30px 30px 0px 30px;
    font-family: Arial;
    font-size: 12px;
    color: #333333;
}

#piecols
{
    padding: 30px 50px 10px 50px;
}

.piecol
{
    width: 115px;
    float: left;
    padding: 5px 10px 5px 0px;
    min-height: 200px;
}

.piecol2
{
    width: 145px;
    float: left;
    padding: 5px 8px 5px 0px;
    min-height: 200px;
}

.piecolfin
{
    width: 100px;
    float: left;
    padding: 5px 1px 5px 5px;
    min-height: 200px;
}

.pieseparafin
{
    clear: both;
    border-bottom: solid 1px #808080;
    height: 20px;
}

#subpie
{
    clear: both;
    height: 30px;
    vertical-align: middle;
    font-family: Arial;
    font-weight: normal;
    font-size: 11px;
    color: #3C3C3C;
    padding: 10px 0px 5px 0px;
}

#subpiei
{
    float: left;
}

.subpietxt
{
    padding-right: 30px;
    min-width: 100px;
}

#subpied
{
    float: right;
}

.titulopie
{
    margin-bottom: 20px;
}

.subtitulopie
{
    color: #222222;
    font-weight: bold;
}

.textopie
{
    color: #333333;
}

.ulpie
{
    list-style: none;
}

    .ulpie li a
    {
        background-color: #CCC;
    }

        .ulpie li a:hover
        {
            background-color: #CCC;
        }

.menu-productos
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    background-color: #FFFFFF;
    border-right: solid 1px #E6E6E6;
    padding: 0;
}

    .menu-productos ul
    {
        list-style: none;
    }

    .menu-productos ul li
    {
        width: 220px;
        margin-bottom: 6px;
    }


    .menu-productos ul li ul
    {
        float: right;
        list-style: none;
        margin: 0;
    }


        .menu-productos ul li ul li
        {
            border-bottom: solid 1px #D6D6D6;
            border-left: solid 1px #D6D6D6;
            border-right: solid 1px #D6D6D6;
            width: 200px;
            padding: 4px 8px 4px 10px;
            background: #e4e4e4 url(../images/famrmenu.jpg) no-repeat right center;
            font-weight: bold;
            margin: 0;
        }

           .menu-productos ul li ul li:first-child
           {
               border-top: solid 1px #D6D6D6;
           }

          .menu-productos ul li ul li:hover
            {

                background-color: #f4f4f4;
                background-image: none;
            }


            .menu-productos ul li ul li a:hover
            {
                font-weight: bold;
            }

             .menu-productos ul li ul li ul li
            {
                margin: 0 0 0 -11px;
                padding: 4px 8px 4px 10px; 
                font-weight: normal;
                background-color: #f4f4f4; /* color subfamilia */
            }

            .menu-productos ul li ul li ul li ul li
            {
                background-color: #ffffff; /* color subsubfamilia */
            }

.menu-grupos
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    background-color: #FFFFFF;
    border-right: solid 1px #E6E6E6;
    padding: 0;
}

    .menu-grupos ul
    {
        list-style: none;
        margin-bottom: 0;
    }

    .menu-grupos ul li
    {
        width: 220px;
    }

    .menu-grupos ul li ul
    {
        float: right;
        list-style: none;
        margin: 0;
    }

.limenutodo
{
    margin: auto 0;
    display: table;
    width: 100%;
    background: #FFFFFF url(../images/grupormenu.png) no-repeat right center;
    border: solid 1px #D6D6D6;
    height: 42px;
}
.bg-danger {
    background-color: #b99a99 !important;
}
.limenutodo:hover
{
    font-weight: bold;
}
.limenutodo div
{
    display: table-cell;
    vertical-align: middle;
    max-width: 145px;
}
.limenutodosel
{
    display: table;
    width: 100%;
    height: 42px;
    background: #00629c url(../images/grupodmenuw.png) no-repeat right center;
    color: #ffffff;
    cursor: pointer;
}
.limenutodosel div
{
    vertical-align: middle;
    color: #ffffff;
    max-width: 145px;
}
.lisubmenutodosel
{
    display: table;
    width: 100%;
    height: 42px;
    background: #84A7BA url(../images/famdmenuw.png) no-repeat right center;
    color: #ffffff;
}
.lisubmenutodosel a
{
    vertical-align: middle;
    color: #ffffff;
}
.lisubsubmenutodosel
{
    display: table;
    width: 100%;
    height: 42px;
    background: #94c1d9 url(../images/famdmenuw.png) no-repeat right center;
    color: #ffffff;
}
.lisubsubmenutodosel a
{
    vertical-align: middle;
    color: #ffffff;
}


.paginatitulo
{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #FFF; /* #0099e1;*/
    text-align: center;
    background-color: #84A7BA;
    padding: 5px;
}

.paginasubtitulo
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #4D4D4D;
}

.paginasubtitulonormal
{
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    color: #4D4D4D;
}


.paginatxttitulo
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #4D4D4D;
}




.negritagris
{
    font-weight: bold;
    color: #4d4d4d;
}

.titulopagina
{
    font-family: Arial;
    font-size: 19px;
    font-weight: bold;
    color: #0099e1;
}

.subtitpagina
{
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
    color: #4D4D4D;
    text-transform: uppercase;
}


.listaproductos
{
    margin: 4px 14px 4px 2px;
    text-align: center;
    width: 120px;
	height: 190px;
    overflow: hidden;
}

.listaproductosimg
{
    padding: 24px 10px 10px 10px;
    border: solid 1px #D6D6D6;
    min-height: 80px;
}
    .listaproductosimg:hover
    {
        border: solid 1px #0099e1;
        cursor: pointer;
    }


.listaproductostxt
{
    text-align: left;
    color: #919191;
    overflow: hidden;
}

.listatitulo
{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #0099e1;
}


/* tablas */
.grd
{
    border: 0;
    color: #666666;
    padding: 0;
}

    .grd th
    {
        background-color: #ededed;
        border: 0;
        color: #0099e1;
        padding: 8px;
        text-transform: uppercase;
    }

    .grd td
    {
        border: 0;
        padding: 4px;
        border-bottom: solid 1px #ccc;
    }

    .grd tr
    {
        cursor: pointer;
    }

    .grd tr:hover
    {
        background-color: #ECECEC;
    }

    .grd.modelos
    {
        clear: both;
        margin: 10px 0;
        font-size: 11px;
        width: 98%;
        overflow-x: scroll;
        overflow-y: hidden;
	}

    .grd tr.seleccionado 
    {
        background-color: #0099c1;
        color: #FFFFFF;
    }

.boxreferencias
{
    width: 200px;
    border: solid 1px #ccc;
    height: 220px;
    float: left;
    margin: 0px 10px 20px 0px;
    padding: 5px;
    -moz-box-shadow: 4px 4px 5px #888888;
    -webkit-box-shadow: 4px 4px 5px #888888;
    box-shadow: 4px 4px 5px #888888;
    overflow: hidden;
}
.boxreferencias:hover
{
    -moz-box-shadow: 1px 1px 2px #888888;
    -webkit-box-shadow: 1px 1px 2px #888888;
    box-shadow: 1px 1px 2px #888888;
    cursor: pointer;
}
.boxreferencias img
{
    width: 180px;
    height: 180px;
}

.img-modelo
{
    border: dotted 1px #C0C0C0;
    padding: 4px;
}

.img-upload
{
    border: dotted 2px #C0C0C0;
    min-height: 100px;
    min-width: 200px;
    padding: 4px;
}
.img-upload-hover
{
    border: dotted 2px #00629C;
}
.img-sm
{
    display:block;
    margin:auto;
    min-height: 20px;
    padding: 10px;
    margin-bottom: 2px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
}

.imglist {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.imglist-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.imglist-container {
    position: relative;
    width: 100%;
}
.imglist-container:hover .imglist {
  opacity: 0.3;
}

.imglist-container:hover .imglistmiddle {
  opacity: 1;
}

.imglist-text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}


.col-listaimagen 
{
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 4px;
}

.img-active
{
    display:block;
    margin:auto;
    min-height: 20px;
    padding: 10px;
    margin-bottom: 2px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-transition:all .9s ease; /* Safari y Chrome */
    -moz-transition:all .9s ease; /* Firefox */
    -o-transition:all .9s ease; /* IE 9 */
    -ms-transition:all .9s ease; /* Opera */
    width:100%;
}
.img-active:hover
{
    border: solid 1px #0099e1;
    cursor: pointer;
    -webkit-transform:scale(1.25);
    -moz-transform:scale(1.25);
    -ms-transform:scale(1.25);
    -o-transform:scale(1.25);
    transform:scale(1.25);
}

pop-listaimagen
{
    max-width: 500px;
    max-height: 300px;
}
.listaimagen
{
    text-align: center;
    width: 100%;
	height: 200px;
    overflow: hidden;
    margin: 4px 14px 4px 2px;
}
.listaimagen-sm
{
    text-align: center;
    width: 100%;
	height: 120px;
    overflow: hidden;
    margin: 2px 7px 2px 1px;
    border: solid 1px #D6D6D6;
}
.listaimagen-sm:hover
{
    border: solid 1px #0099e1;
    cursor: pointer;
}
.listaimagenimg
{
    padding: 24px 10px 10px 10px;
    border: solid 1px #D6D6D6;
    height: 150px;
    overflow: hidden;
}
.listaimagenimg:hover
{
    border: solid 1px #0099e1;
    cursor: pointer;
}
.listaimagentxt
{
    text-align: left;
    color: #919191;
    overflow: hidden;
}

/* typeahead */
#scrollable-dropdown-menu .dropdown-menu {
	max-height: 250px;
	overflow-y: auto;
}
