.sf-menu li ul {
    width: 340px !important;
}
.sf-menu li ul li {
    width: 340px !important;
}
body .menu-container .sf-menu li ul.sub-menu li:first-child>a {
    border-right: 1px solid #E2E6E7;
}
.page-header-left {
    width: 430px !important;
}
.sf-menu li a, .sf-menu li {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 600;
}
.page-header-left h1 {
    text-transform: uppercase;
    width: 500px;
}
.header-container {
    padding: 26px 0px;
}
.sf-menu li, .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: none;
}
.titulopaginaproductos
{
    font-size:17px !important;
    color:#0E65A5;
    text-align: center;
}
p {
    text-align: justify;
}
@media only screen 
and (min-device-width: 800px){
.sf-menu li {
    border: none;
    overflow: visible;
}
img.menu-image.menu-image-title-after {
    position: absolute;
    bottom: 24px;
    left: 4px;
}
img.menu-image.menu-image-title-before {
    position: absolute;
    bottom: 25px;
    left: 98px;
    width: 16px;
}

.menu-image-title-after.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper, .menu-image-title-before.menu-image-title {
    padding-right: 0px !important;
}
.menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title{
    padding-right: 0px !important;
}

ul {
    list-style: inside decimal !important;
    color: #444 !important;
    font-family: 'Raleway' !important;
    font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 300 !important;
    list-style-type: circle !important;
}
ol.lista {
    list-style: inside decimal;
    color: #444;
    font-family: 'Raleway';
    font-size: 14px;
    line-height: 24px;
    font-weight: 300 ;
    list-style-type: circle;
}
}
.float {
    position: fixed;
    width: 76px;
    height: 76px;
    bottom: 28px;
    right: 90px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 48px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float{
	margin-top:16px;
}

@media only screen 
and (max-device-width: 800px){
.float {
        position: fixed;
    width: 60px;
    height: 60px;
    bottom: 26px;
    right: 12px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 36px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float{
	margin-top:16px;
}
}