@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,700,800|Roboto:400,500,700,900');

/* comienza estructura */
body
{
    width: 100%;
    height: 100%;
    font-family: 'Open Sans' , sans-serif;
    font-weight: 300;
    color: #666;
    background-color: #ddd;
    font-size: 16px;
    line-height: 1.6em;
}
html
{
    width: 100%;
    height: 100%;
}
label, input, button, select, textarea
{
    font-family: 'Open Sans' , sans-serif;
    font-size: inherit;
    line-height: inherit;
}
/* comienza layout */
#wrapper.boxed
{
    margin: 0 auto;
}
@media (max-width: 767px)
{
    #wrapper.boxed
    {
        width: 100%;
    }
}
@media (min-width: 768px)
{
    #wrapper.boxed
    {
        width: 810px;
    }
}
@media (min-width: 992px)
{
    #wrapper.boxed
    {
        width: 1030px;
    }
}
@media (min-width: 1200px)
{
    #wrapper.boxed
    {
        width: 1230px;
    }
}
/* fin layout */
h1
{
    font-size: 38px;
}
h2
{
    font-size: 36px;
}
h3
{
    font-size: 32px;
}
h4
{
    font-size: 28px;
}
h5
{
    font-size: 24px;
}
h6
{
    font-size: 20px;
}
h1, h2, h3, h4, h5, h6
{
    margin: 0 0 30px;
    font-family: 'Open Sans' , sans-serif;
    font-weight: 400;
    color: #444;
    line-height: 1em;
}
.big-heading
{
    font-size: 48px;
    font-weight: 700;
}
p
{
    margin: 0 0 20px;
}
p.medium
{
    font-weight: 500;
}
p.bold
{
    font-weight: 700;
}
p.ultra
{
    font-weight: 900;
}
.highlight-light
{
    background-color: rgba(255,255,255,.5);
    padding: 20px;
    display: inline-block;
    color: #111;
}
.highlight-dark
{
    background-color: rgba(0,0,0,.5);
    padding: 20px;
    display: inline-block;
    color: #fff;
}
.highlight-color
{
    padding: 2px 5px;
    display: inline-block;
    color: #fff;
}
a
{
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover, a:focus
{
    text-decoration: none;
}
blockquote
{
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 300;
    color: #999;
}
blockquote.bg-light
{
    background-color: rgba(255,255,255,.8);
    padding: 20px;
    color: #222;
}
blockquote.bg-dark
{
    background-color: rgba(0,0,0,.8);
    padding: 20px;
}
blockquote strong
{
    font-weight: 700;
}
.light
{
    font-weight: 400;
}
.colorgraph
{
    height: 5px;
    border-top: 0;
    background: #c4e17f;
    margin: 0;
    padding-bottom: 0;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
/* fin estructura */
/* comienza top area */
.top-area
{
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 6px;
    background-image: linear-gradient(rgb(17,56,11), rgb(47,113,15));
    background-repeat: repeat-x;
}
.top-area.top-padding
{
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding-top: 10px;
    padding-bottom: 0;
    margin: 0px;
}
.top-area .direccion
{
    margin-bottom: 10px;
}
.marginleft
{
    margin-left: 15px;
}
.top-area .direccion a 
{
    padding:0px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    text-decoration:none;
}
.top-area .direccion a:hover 
{
     color: #CCC;
     text-decoration:none;
}
/* comienza navegacion */
.navbar-brand
{
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0;
}
.navbar-brand img
{
    width:290px;
    height:auto;
}
.navbar-brand.reduce
{
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width:200px;
    height:auto;
}
.down-area
{
    background-image: linear-gradient(rgb(225,240,212), rgb(255,255,255));
    background-repeat: repeat-x;
}
.navbar.navbar-custom
{
    width: inherit;
    margin: 0 auto;
    padding-bottom: 0;
    box-shadow: 0 0 3px rgba(0,0,0,0.12);
    box-shadow: 0 1px 6px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 6px rgba(0,0,0,.2);
}
.navbar.navbar-custom .navigation
{
    padding-bottom: 28px;
}
.navbar
{
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.navbar-brand
{
    font-weight: 700;
    padding-top:8px;
}
.navbar-brand:focus
{
    outline: 0;
}
.navbar.navbar-custom.navbar-fixed-top
{
    background: #fff;
}
.navbar-custom.top-nav-collapse .nav.navbar-nav
{
    background-color:transparent;
}
.navbar.navbar-custom
{
    padding-top: 0;
}
.navbar.navbar-custom ul.nav.navbar-nav
{
    margin-top: 18px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.navbar.navbar-custom.top-nav-collapse ul.nav.navbar-nav
{
    margin-top: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.navbar-custom ul.nav li a
{
    font-size: 13px;
    letter-spacing: 0px;
    color: #666;
    text-transform: uppercase;
    font-weight: 700;
    background: transparent;
}
.navbar.navbar-custom.top-nav-collapse
{
    background-color: rgb(255,255,255);
}
.navbar.navbar-custom.top-nav-collapse .navigation
{
    padding-bottom: 10px;
}
.navbar-custom.top-nav-collapse ul.nav li a
{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #444;
}
.navbar-custom ul.nav ul.dropdown-menu
{
    border-radius: 0;
    margin-top: 16px;
}
.navbar-custom ul.nav ul.dropdown-menu li
{
    border-bottom: 1px solid #f5f5f5;
}
.navbar-custom ul.nav ul.dropdown-menu li:last-child
{
    border-bottom: none;
}
.navbar-custom ul.nav ul.dropdown-menu li a
{
    padding: 10px 10px;
    font-size: 13px;
    text-transform: uppercase;
}
.navbar-custom ul.nav ul.dropdown-menu li a:hover
{
    background: #fefefe;
}
.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a
{
    color: #666;
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus
{
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.navbar-custom.navbar-fixed-top .nav li a:hover, .navbar-custom.navbar-fixed-top .nav li a:focus, .navbar-custom.navbar-fixed-top .nav li.active a, .navbar-custom.navbar-fixed-top .nav li.active
{
    outline: 0;
    background: none;
}
.navbar-custom.top-nav-collapse .nav li a:hover, .navbar-custom.top-nav-collapse .nav li a:focus, .navbar-custom.top-nav-collapse .nav li.active
{
    outline: 0;
    background-color: transparent;
}
.navbar-toggle
{
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}
.navbar-toggle:focus, .navbar-toggle:active
{
    outline: 0;
}
/* fin navegacion */
/* fin top area */
/* comienza footer */
footer
{
   background-image: linear-gradient(rgb(17,56,11), rgb(47,113,15));
   background-repeat: repeat-x;
}
footer
{
    padding: 50px 0 0;
}
footer .widget
{
    margin-bottom: 30px;
}
footer .widget p
{
    color:#FFFFFF;
}
footer .widget h5
{
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color:#FFFFFF;
}
.sub-footer
{
    margin-top:0px;
    background-color: #030104;
    border-top: 1px solid #2b5000;
    padding: 30px 0 10px;
    color:#FFFFFF;
}
.sub-footer a
{
    color: #FFFFFF;
    text-decoration:none;
}
.sub-footer a:hover
{
    color: #CCC;
    text-decoration:none;
}
footer .sub-footer p
{
    font-size: 14px;
}
.widget ul
{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.widget ul li
{
   color:#FFFFFF;
}
.widget2
{
    float: left;
    display: inline;
    width:50%;
}
ul.link-list
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
    width: 100%;
    display: block;
    height: 100px;
}
ul.link-list li
{
    float: none;
    margin: 0;
    padding: 2px 0 2px 0;
    list-style: none;
    display: block;
}
.widget ul li a
{
   color:#FFFFFF;
   text-decoration:none;
}
.widget ul li a .active
{
   color:#CCC;
   text-decoration:none;
}
.widget ul li a:hover
{
   color:#CCC;
   text-decoration:none;
}
.widget ul li .fa-inverse
{
   color:#000000;
}
.line6 iframe
{
    filter: url( "data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale" ); /* Firefox 10+, Firefox on Android */
    filter: gray;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.line6
{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 200px;
    margin:0px;
    padding:0px;
}
/* comienza redes */
.company-social
{
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
}
footer .widget3
{
    text-align: center;
    margin-right:auto;
    margin-left:auto;
    margin-bottom:35px;
}
footer .footer-brand img
{
    width:300px;
    height:auto;
}
.company-social
{
    text-align: center;
    list-style: none;
}
.company-social li
{
    margin: 0;
    padding: 0;
    display: inline-block;
}
.company-social a
{
    margin: 0 2px 0 0;
}
.company-social a:hover
{
    color: #fff;
}
.company-social a i
{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    text-align: center;
    border-radius: 3px;
    padding: 0;
}
.company-social .social-net a i
{
    background: #000000;
    color:#FFFFFF;
}
.company-social .social-net a:hover i
{
    background: #FFFFFF;
    color:#000000;
}
/* fin redes */
/* fin footer */
/* comienza scroll to top */
.scrollup
{
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 0px;
    right: 20px;
    background: #222;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}
a.scrollup
{
    outline: 0;
    text-align: center;
}
a.scrollup:hover, a.scrollup:active, a.scrollup:focus
{
    opacity: 1;
    text-decoration: none;
}
a.scrollup i
{
    margin-top: 10px;
    color: #fff;
}
a.scrollup i:hover
{
    text-decoration: none;
}
/* fin scroll to top */
/* comienza intro */
.intro
{
    width: 100%;
    position: relative;
}
.intro-content
{
    background: url(../images/slides/bg2.jpg) no-repeat top center;
    padding: 40px 0 40px;
}
.intro-content.intro-nobg
{
    background: #fff;
    position: relative;
    margin: 0;
    padding: 140px 0 60px;
}
.slogan
{
    margin-bottom: 20px;
}
/* fin intro */
/* comienza cuerpo */
.home-section
{
    padding-top: 80px;
    padding-bottom: 80px;
    display: block;
    position: relative;
    z-index: 120;
    background-image: linear-gradient(rgb(184,196,172), rgb(255,255,255));
    background-repeat: repeat-x;
}
.home-section2
{
    padding: 60px 0 100px;
    display: block;
    position: relative;
    z-index: 0;
    background: url(../images/trigo.png)#FFFFFF bottom left;
    background-repeat: repeat-x;
}
.home-section3
{
    padding: 60px 0 100px;
    display: block;
    position: relative;
    z-index: 0;
    background: url(../images/tractor.png)#FFFFFF bottom left;
    background-repeat: repeat-x;
}
.home-section4
{
    padding: 60px 0 0px;
    display: block;
    position: relative;
    z-index: 0;
    background: #FFFFFF;
}
.home-section5
{
    padding: 60px 0 0px;
    display: block;
    position: relative;
    z-index: 0;
    background: #FFFFFF;
}
.box
{
}
.box h4
{
    font-size: 24px;
    margin-bottom:10px;
}
.box i
{
    margin-bottom: 20px;
}
.box p
{
   color:#000000;
}
.box p:hover
{
   color:#2b5000;
}
.circled
{
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    width: 1.6em;
    height: 1.6em;
    text-align: center;
    padding-top:13px;
    background: #000000;
}
/* comienza enlaces/consultas */
.margintop
{
    margin-top: 40px;
}
.service-box3
{
    background: url(   "../images/bg.jpg" );
    padding: 13% 8%;
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    text-align: center;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-top-color: #2b5000;
    border-top-width: 6px;
    border-top-style: solid;
    margin-bottom: 80px;
    -moz-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
}
.service-box3 .icon
{
    margin: 0px 0px 10px;
    float: none;
}
.service-box3 h2.title
{
    color: rgb(65,72,21);
    font-family: 'Open Sans' , sans-serif;
    line-height: 44px;
    font-size: 35px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
}
.box-button
{
    margin-top: 20px;
}
a.tdenlace
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 11pt;
    text-decoration: none;
    color: rgb(87, 87, 87);
}
a.tdenlace:hover
{
    text-decoration: none;
    color: #2b5000;
}
#enlaces
{
    background: #eeeeee;
    padding: 0px 0;
    display: block;
    width: 100%;
    position: relative;
}
/* fin enlaces/consultas */
/* comienza banner mercados */
.recent-posts
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    display: block;
    margin-left: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.recent-posts li
{
    margin: 0px;
    width: 25%;
    float: left;
    list-style: none;
}
.recent-posts li:nth-child(4n)
{
    margin-right: 0px;
}
.recent-posts li.nomargin
{
    margin-right: 0px;
}
.recent-posts h5
{
    display: none !important;
}
.featured-thumbnail
{
    border-right: #eeeae7 1px solid;
    border-bottom: #eeeae7 1px solid;
    border-top: #eeeae7 1px solid;
    border-left: #eeeae7 1px solid;
    background: #FFFFFF;
    padding: 5px;
    margin: 5px 20px 10px 0px;
    float: left;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.featured-thumbnail:hover
{
    border-right: #cecece 1px solid;
    border-top: #cecece 1px solid;
    background: #cecece;
    border-left: #cecece 1px solid;
    border-bottom: #cecece 1px solid;
}
/* fin banner mercados */
/* comienza utilidades */
.service-box
{
    background: none;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    text-align: center;
    position: relative;
    z-index: 99;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.extra.service-box
{
    margin-top: -48px;
}
.service-box:hover .icon a
{
    background: #2b5000;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}
.service-box:hover .icon a img
{
    transition: 0.4s;
    transform: rotateY(360deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transform: rotateY(360deg);
}
.service-box .icon
{
    background: none;
    margin: 0px 0px 20px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-image: none;
    vertical-align: top;
    float: none;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.service-box .icon::before
{
    background: #646464;
    border-radius: 50%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-index: -1;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.service-box .icon a
{
    border-radius: 50%;
    transition: 0.8s;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
}
.service-box .icon a:hover
{
    background: #2b5000;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}
.service-box .icon a:hover img
{
    transition: 0.4s;
    transform: rotateY(360deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transform: rotateY(360deg);
}
.service-box .icon a img
{
    border-radius: 50%;
    transition: 0.8s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
}
.service-box h2
{
    margin: 0px 0px 17px;
    padding: 0px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
    color: rgb(65,72,21);
    font-family: 'Open Sans' , sans-serif;
    font-size: 1.2em;
}
.service-box h2 a
{
    margin: 0px 0px 17px;
    padding: 0px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
    color: #646464;
    font-family: 'Open Sans' , sans-serif;
    font-size: 1.2em;
    text-decoration: none;
}
.service-box h2 a:hover
{
    color: #2b5000;
    text-decoration: none;
}
.service-box .service-box_txt
{
    margin: 0px;
}
.service-box .btn-align
{
    text-align: center;
}
/* fin utilidades */
/* comienza login */
.well.well-trans
{
    background-color: rgba(255,255,255,.8);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
ul.lead-list
{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px;
}
ul.lead-list li
{
    margin: 0 0 18px 0;
    line-height: 1.6em;
}
ul.lead-list li span.fa
{
    margin: 2px 5px 0 0;
    float: left;
}
ul.lead-list li span.list
{
    display: inline-block;
    margin: 0 0 0 10px;
}
p.lead-footer
{
    font-size: 16px;
    margin: 20px 0 0;
}
.panel-heading
{
    padding: 20px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel.panel-skin
{
    border-color: #ddd;
}
.panel-skin > .panel-heading
{
    color: #fff;
    background-color: #2b5000;
    border-color: #2b5000;
    box-shadow: none;
}
.panel-body
{
    padding: 20px;
}
.form-wrapper h3.panel-title
{
    font-size: 20px;
    font-weight: 700;
}
.form-wrapper h3.panel-title span
{
    font-size: 20px;
    margin: 0 10px 0 0;
}
.form-wrapper h3.panel-title small
{
    font-size: 16px;
    color: #ddd;
}
form.lead label, form.lead input
{
    font-size: 16px;
}
.panel-body
{
    background: #fff;
}
.panel-skin > .panel-heading .badge
{
    background-color: #fff;
}
.form-control:focus
{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-skin
{
    text-transform: uppercase;
    border: 2px solid #2b5000;
    background-color: #2b5000;
    color: #FFFFFF;
    padding: 14px 10px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 0;
    transition: all 0.3s;
    font-family: 'Open Sans' , sans-serif;
}
.btn-skin:hover, .btn-skin:focus, .btn-skin.focus, .btn-skin:active, .btn-skin.active
{
    color: #FFFFFF;
    border: 2px solid #000000;
    background-color: #000000;
}
.btn-skin:hover
{
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
h1.h-light, h2.h-light, h3.h-light, h4.h-light, h5.h-light, h6.h-light
{
    font-weight: 300;
}
.color
{
    color: #FFFFFF;
}
.icon-success
{
    color: #2b5000;
}
/* fin login */
/* comienza informacion */
.recent-posts2
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    display: block;
    margin-bottom:30px;
}
.recent-posts2 .unstyled 
{
	list-style: none; 
	margin-left: 0px;
}
.recent-posts2 li
{
    margin: 0px;
    width: 49%;
    float: left;
    list-style: none;
    padding:0px;
    text-align:center;
    margin-right:15px;
}
.recent-posts2 li img
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
.recent-posts2 li:last-child
{
    margin-right: 0px;
}
.recent-posts2 li.nomargin
{
    margin-right: 0px;
}
.recent-posts2 h5
{
    display: none !important;
}
.recent-posts2 .thumbnail1
{
    margin: 0px;
    float: none;
    opacity: 1;
}
.recent-posts2 .thumbnail1:hover
{
    opacity: 0.3;
}
.widget-inf
{
    float: none;
    display: block;
    width: 100%;
    margin-bottom:15px;
}
.widget-inf ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget-inf ul.link-list3 li
{
    float: none;
    margin: 0;
    padding: 2px 0 2px 0;
    list-style: none;
    display: block;
}
.widget-inf ul.link-list3 li a
{
    color: #777;
}
.widget-inf ul.link-list3 li a:hover
{
    color: #333;
}
.widget-inf ul.link-list3 li i
{
    padding-right:8px;
}
/* fin informacion */
/* comienza novedades */
.novedades
{
    margin-bottom:30px;
    margin-top:40px;
    display:block;
}
.novfecha
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 12pt;
    color: #646464;
}
.novtitulo
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 13pt;
    color: #2b5000;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
}
.novtitulo:hover
{
    color: #000000;
    text-decoration:none;
}
/* fin novedades */
/* comienza noticias */
.spacer
{
    height: 30px;
    display: block;
    width: 100%;
}
.divider-short
{
    display: block;
    width: 60px;
    height: 1px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.divider-short
{
    background: #2b5000;
}
.datos_area
{
    margin-bottom: 30px;
    padding: 0px;
}
.datos_area h3
{
    font-size: 36px;
    padding-bottom: 0px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222;
    font-family: 'Open Sans' , sans-serif;
}
.datos_area p
{
    font-size: 16px;
    color: #646464;
    font-family: 'Open Sans' , sans-serif;
}
#blog
{
    padding: 0px;
    display: block;
    width: 100%;
    position: relative;
    margin: 0px;
}
#blog .bton
{
    display: block;
    text-align: center;
    margin: 0px;
    padding:0px;
}
.btn-custom
{
    text-transform: uppercase;
    color: #2b5000;
    background-color: transparent;
    border: 2px solid #2b5000;
    padding: 14px 20px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 0;
    transition: all 0.3s;
    font-family: 'Open Sans' , sans-serif;
    margin:0px;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active
{
    color: #FFFFFF;
    border: 2px solid #2b5000;
    background-color: #2b5000;
}
#blog p
{
    display: inline-block;
}
#blog .latest_blog
{
}
#blog .latest_blog h2
{
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans' , sans-serif;
    color: #222222;
}
#blog .latest_blog p
{
    padding-bottom: 45px;
    font-size: 16px;
    color: #646464;
    font-family: 'Open Sans' , sans-serif;
}
#blog .single_blog_item
{
    border: 1px solid #d1d3d1;
}
#blog .blog_content
{
    padding: 15px;
    height: auto;
}
#blog .blog_content h3
{
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #2b5000;
    font-family: 'Open Sans' , sans-serif;
}
#blog .expert
{
    padding-bottom: 10px;
    color: #aeadad;
}
#blog .expert span.time
{
    padding-right: 10px;
    border-right: 1px solid;
}
.clock
{
    padding-right: 6px;
}
.diario
{
    padding-right: 6px;
    padding-left: 10px;
}
#blog .expert span.admin
{
    color: #aeadad;
    font-size: 13px;
    font-family: 'Open Sans' , sans-serif;
    font-weight: 700;
}
#blog p.blog_news_content
{
    color: #646464;
    font-size: 14px;
    padding-bottom: 15px;
    font-family: 'Open Sans' , sans-serif;
}
.blog_news 
{
   margin-bottom:30px;
   border:0px solid #eeeeee;
   padding:0px;
}
.blog_news h3 a
{
    color: #2b5000;
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: none;
    font-family: 'Open Sans' , sans-serif;
}
.blog_news h3 a:hover
{
    color: #000000;
    text-decoration:none;
}
.nottitulo 
{
    text-align:left;
}
.nottitulo a
{
    color: #2b5000;
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: none;
    font-family: 'Open Sans' , sans-serif;
}
.nottitulo a:hover
{
    color: #000000;
    text-decoration: none;
}
a.blog_link
{
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    transition: 0.7s;
    font-size: 14px;
    font-family: 'Open Sans' , sans-serif;
    display: block;
    text-decoration: none;
    text-align:right;
    padding-bottom:10px;
}
a.blog_link:hover
{
    color: #2b5000;
    text-decoration: none;
}
p.linea
{
    height: 1px;
    background: #CCCCCC;
    margin-top: 20px;
    margin-bottom: 20px;
}
/* fin noticias */
/* comienza informes */
.dinforme
{
    float: none;
    width: 100%;
    padding: 0px;
    margin:0px;
    z-index:0;
    clear:both;
    display:block;
}
.link-list2
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
    width: 100%;
    display: block;
    height: 100px;
}
.link-list2 li
{
    float: none;
    margin: 0;
    padding: 2px 0 2px 0;
    list-style: none;
    display: block;
}
.link-list2 li a
{
    color: #777;
    text-decoration:none;
}
.link-list2 li a:hover
{
    color: #2b5000;
    text-decoration:none;
}
.link-list2 li i
{
    padding-right:8px;
}
/* fin informes */
/* comienza mercados */
.tabla2
{
    border-right: #e7e7e7 1px solid;
    border-top: #e7e7e7 1px solid;
    border-left: #e7e7e7 1px solid;
    border-bottom: #e7e7e7 1px solid;
    background-color: #FFFFFF;
}
.tabla3
{
    border-right: #e7e7e7 1px solid;
    border-top: #e7e7e7 1px solid;
    border-left: #e7e7e7 1px solid;
    border-bottom: #e7e7e7 1px solid;
    background-color: #FFFFFF;
}
.ficpanel
{
    visibility: hidden;
    position: absolute;
}
.tabfecha
{
    font-family: Arial, Helvetica;
    font-size: 9pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
}
.tdcab
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
}
.tdfilaLbl
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    padding-left: 6px;
}
.tdfila1
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: right;
    padding-right: 6px;
}
.tdfilac
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: center;
}
.f1 a
{
    font-family: Arial, Helvetica;
    font-size: 9pt;
    color: #FFFFFF;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    border: 0;
    padding-top: 2px;
    text-transform: uppercase;
}
.f1 a:hover
{
    text-decoration: none;
}
.f2 a
{
    display: block;
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 10pt;
    color: rgb(87, 87, 87);
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    padding-top: 2px;
    text-transform: uppercase;
    font-weight: bold;
}
f2 a:hover
{
    text-decoration: none;
    color: #000000;
}
.tdenlaceT
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 9pt;
    text-decoration: none;
    color: #000000;
    border-top: #FFFFFF 4px solid;
}
.tdfilatxt
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
    text-align: left;
}
a.tdenlace1
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color: rgb(87, 87, 87);
}
a.tdenlace1:hover
{
    text-decoration: none;
    color: #000000;
}
.tablecenter
{
    text-align:center;
    width:100%;
    margin-right:auto;
    margin-left:auto;
}
/* fin mercados */
/* fin cuerpo */
/* comienza Sliders */
/* rev slider */
.tp-caption a.btn
{
    color: #fff;
}
/* flexslider */
.main-slider.flexslider
{
    margin: 0px 0 0px;
    background: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    width:100%;
}
.main-slider .flex-caption
{
    background: none;
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    zoom: 1;
}
.main-slider .flex-caption
{
    top: 15;
    right: 0;
    background-color: transparent;
    color: #fff;
    margin: 0px;
    padding-top:35px;
    padding-left:120px;
    position: absolute;
    width: 100%;
}
.main-slider .flex-caption h3
{
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
}
.main-slider .flex-caption p
{
    margin: 0 0 15px;
}
.main-slider .flex-direction-nav a:before
{
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f001';
}
.main-slider .flex-direction-nav a.flex-next:before
{
    content: '\f002';
}
#featured
{
    width: 100%;
    background: #FFFFFF;
    position: relative;
    margin: 0;
    padding: 120px 0 40px;
}
#featured.bg
{
    background: #FFFFFF;
}
/* comienza button */
.btn-theme
{
    color: #fff;
}
.btn-theme:hover
{
    color: #eee;
}
/* fin button */
/* fin slider */
/* comienza paginacion */
#inner-headline
{
	background: #e0eedf url(../images/silos.png) no-repeat 34% bottom;
	position:relative;
	margin:0;
	padding:0;
	color:#fefefe;
	font-family: 'Open Sans' , Arial, sans-serif;
	padding-top:140px;
}
/* comienza breadcrumbs */
#inner-headline ul.breadcrumb 
{
	margin-top:30px;
	margin-bottom:30px;
	float:left;
	background:#00742e;
}
#inner-headline ul.breadcrumb li 
{
	margin-bottom:0;
	padding-bottom:0;
}
#inner-headline ul.breadcrumb li 
{
	font-size:13px;
	color:#fff;
	font-weight: 600;
}
#inner-headline ul.breadcrumb li i
{
	color:#fff;
	
}
#inner-headline ul.breadcrumb li a 
{
	color:#fff;
}
ul.breadcrumb li a:hover 
{
	text-decoration:none;
}
#inner-headline .bread-caption 
{
	text-align:right;
	margin-top:40px;
}
#inner-headline .bread-caption h3
{
	color: #00742e;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
}
/* fin breadcrumbs */
/* fin paginacion */
/* comienza pagina legal */
.legaltxt 
{
	display:block;
	width:100%;
	margin-top:40px;
}
.legaltxt p
{
	font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    color: #777;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: justify;
    text-indent: 40px;
    margin-bottom:20px;
    line-height:1.4em;
}
.legaltxt .strong
{
    font-weight:bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    color: #777;
    font-variant: normal;
    text-decoration: none;
    text-align: justify;
    text-indent: 40px;
}
.legaltxt p.lead 
{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color:#666666;
}
.legaltxt .entry-title
{
	font-size: 2rem;
	line-height: 1.364;
	margin-bottom: 1rem;
	color:#646464;
	font-family: 'Roboto Slab', serif;
}
/* fin pagina legal */
/* comienza pne */
.pne
{
    background: #FFFFFF;
    border-top-color: currentColor;
    border-top-width: medium;
    border-top-style: none;
    z-index: 0;
    width:100%;
    height: 45px;
    overflow: hidden;
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    margin-bottom:0px;
}
.mnu-txt
{
    overflow: hidden;
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 0px;
}
.nav2
{
    padding-top: 10px;
    padding-left: 14px;
}
.nav2 UL
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}
.nav2 UL LI
{
    padding-left: 9px;
    min-height: 26px;
    background: url(../images/menu-marker.gif) no-repeat 0px 0px;
    float: left;
    margin: 0px 0px 0px 9px;
    list-style-type: none;
}
.nav2 UL LI:first-child
{
    padding-right: 0px;
    padding-left: 0px;
    background: none transparent scroll repeat 0% 0%;
    padding-bottom: 0px;
    padding-top: 0px;
}
.nav2 UL LI A
{
    display: inline-block;
    font-size: 14px;
    color: #646464;
    font-family: 'Oswald' , sans-serif;
    line-height: 17px;
    padding-top: 4px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    letter-spacing:1px;
}
.nav2 UL LI A:hover
{
    color:#00742e;
    text-decoration: underline;
}
.nav2 UL LI.current-object A
{
    color:#00742e;
    text-decoration: none;
    font-weight: bold;
}
.nav2 UL LI.menu-object A
{
    color: #646464;
    text-decoration: none;
    font-weight: normal;
}
.nav2 UL LI.menu-object A:hover
{
    color:#00742e;
    text-decoration: underline;
    font-weight: normal;
}
/* fin pne */
/* comienza pagina empresa */
.empresa_area 
{
    border: 1px solid #ededed;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    background: #f2f3f5 url(../images/maiz.png) no-repeat bottom right;
    padding: 20px 20px;
    margin-top:60px;
}
.empresa_area h4 
{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
	margin-top:40px;
}
.institucional_block
{
    display:block;
    padding:0px;
    margin-top:40px;
}
.institucional_block3
{
    display:block;
    padding:0px;
    margin-top:0px;
}
.institucional_block3 ul
{
    display:block;
    list-style: none;
    width:100%;
}
.institucional_block3 ul li
{
    font-size: 14px;
    color: #646464;
    font-family: 'Open Sans', sans-serif;
    display:block;
    width:100%;
    border-bottom:0px solid #FFFFFF;
    height:40px;
    text-transform:uppercase;
}
.institucional_block2
{
    display:block;
    padding:0px;
    margin-top:40px;
}
.institucional_block2 ul
{
    display:block;
    list-style: none;
    width:100%;
}
.institucional_block2 ul li
{
    font-size: 14px;
    color: #646464;
    font-family: 'Open Sans', sans-serif;
    display:block;
    width:100%;
    border-bottom:0px solid #FFFFFF;
    height:40px;
}
.institucional_block2 ul li b
{
    text-transform:uppercase;
}
.institucional_text p 
{
    font-size: 14px;
    color: #646464;
    padding-bottom:0px;
    font-family: 'Open Sans', sans-serif;
    text-align:justify;
}
.institucional_img img 
{
    width:100%;
    height:auto;
}
.institucional_text ul
{
    font-size: 14px;
    color: #646464;
    font-family: 'Open Sans', sans-serif;
    list-style: circle;
}
#call-asociado 
{
	padding: 90px 0;
	color: #fff;
	background: rgb(142,182,64); 
	background: -moz-linear-gradient(top, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%);
	background: linear-gradient(to bottom, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb640', endColorstr='#779936', GradientType=0 ); 
}
#call-asociado .overlay 
{
	padding: 80px 0;
	background: #8eb640;
}
#call-asociado h2 
{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 400;
	margin: 0;
	line-height:1.4em;
}
.callaction 
{
	padding:30px 30px 20px 30px;
	border-radius: 4px;
	border-bottom: 2px solid #f2f2f2;
}
.bg-gray 
{
	background: #fafafa;
}
.cta-text 
{
	text-align: left;
}
.cta-text h3 
{
	font-weight:900;
	margin-top:35px;
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
}
.cta-btn 
{
	float:right;
	padding:20px 10px 20px 20px;
	margin-top:0px;
}
.service-box 
{
	margin-bottom: 40px;
	display:block;
	text-align:left;
	width:100%;
}
.service-box ul
{
	list-style: circle outside;
}
.service-box ul li
{
	text-align: left;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom:20px;
}
/* fin pagina empresa */
/* comienza pagina contacto */
.team a 
{
	color:#8f897c;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
}
.team 
{
	display:block;
	width:100%;
	margin:0px;
	padding:0px;
}
.team ul
{
	list-style: none;
    margin: 0px;
    padding:0px;
}
.team img 
{
	opacity: 1;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	cursor:pointer;
	width:100%;
	height:auto;
}
.team img:hover 
{
	opacity: .5;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	width:100%;
	height:auto;
}
.teaminfo 
{
	margin-top:10px;
	padding-top:30px;
	padding-bottom:20px;
	background:#f9efe3 url(../images/rausch.png) repeat;
	border-top:4px solid #f0dec8;
	text-align:center;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.shadow 
{
	position: relative;
	-moz-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
}
.shadow:before, .shadow:after 
{
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 15px;
	-moz-box-shadow: 0px 15px 12px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 15px 12px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 15px 12px rgba(0, 0, 0, 0.6);
}
.shadow:before 
{
	right: 10px;
	-moz-transform: rotate(4deg) skewX(4deg);
	-webkit-transform: rotate(4deg) skewX(4deg);
	-o-transform: rotate(4deg) skewX(4deg);
	-ms-transform: rotate(4deg) skewX(4deg);
	transform: rotate(4deg) skewX(4deg);
}
hr.separator 
{
	height: 1px;
	margin: 40px 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	border: 0;
}
hr.separator1 
{
	height: 1px;
	margin: 10px 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	border: 0;
}
hr.separator3 
{
	height: 1px;
	margin-bottom: 30px;
	margin-top:0px;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	border: 0;
}
hr.separator2 
{
	height: 1px;
	margin: 30px 0 0 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	border: 0;
}
.socialsblock
{
	background:url(../images/bg/lightpaperfibers.png) repeat;
}
.socialize 
{
	text-align:center;
	padding:40px 0;
}
.socialize h3 
{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	text-transform:uppercase;
}
.socials 
{
    margin-top:60px;
}
.main_action
{
    display:block;
    width:100%;
    margin-bottom:40px;
    margin-top:40px;
}
.action_item
{
}
.action_item i
{
    width:70px;
    height: 70px;
    line-height: 70px;
    background-color: #f3f3f3;
    color:#000;
    font-size:2rem;
    border:1px solid #ddd;
    border-radius: 50%;
    margin-bottom:40px;
}
.action_item h4 
{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	text-transform:uppercase;
}
/* comienza formulario contacto */
.marginbot-20
{
    margin-bottom:20px !important;
}
.xs-marginbot-20 
{
	margin-bottom:20px !important;
}
.form-group 
{
  margin-bottom: 20px;
}
form#contact-form .form-group label 
{
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea 
{
    font-size: 18px;
    line-height: 1.6em;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow:  none;
    border-radius: 2px;
}
.btn-lg,
.btn-group-lg > .btn 
{
  border-radius: 2px;
}
form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus 
{
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon 
{
  background-color: #fefefe;
  border: 1px solid #eee;
}
.widget-contact 
{
	text-align: left;
}
/* fin formulario contacto */
/* fin pagina contacto */
/* comienza pagina mapas */
.mapas 
{
   text-align:center;
   margin-right:auto;
   margin-left:auto;
   width:462px;
   height:auto;
   margin-top:60px;
}
.titulartabla2
{
    background:#006428;
    height:32px;
    text-align:center;
}
.titulartabla2 .titabla
{
    font-family: 'Open Sans', sans-serif;
    font-size:1em;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
    text-align:center;
    line-height:2em;
}
.fichaf2
{ 
	background-color:#00946c;
}
.fichaf2res
{ 
	background-color: #FFFFFF;
	height:30px;
}
a.ficha2
{ 
	font-family: 'Open Sans', sans-serif;
	font-size: 9pt; 
	color:#FFFFFF; 
	TEXT-DECORATION: none ; 
	font-weight:normal;
	text-transform:none;
	line-height:2em;
}
a.ficha2res
{ 
	font-family: 'Open Sans' , sans-serif;
	font-size: 9pt; 
	color:#006428; 
	TEXT-DECORATION: none ; 
	font-weight:bold;
	text-transform:none;
	line-height:2em;
}
.buscador
{
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
    overflow: hidden;
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    list-style:none;
}
.buscador LI
{
    padding-right: 0px;
    padding-left: 0px;
    background: none transparent scroll repeat 0% 0%;
    padding-bottom: 0px;
    margin: 0px 0px 20px;
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.buscador LI .thumb-wrap
{
    border: #00946c 1px solid;
    background:#00946c;
    margin: 0px 20px 0px 0px;
    width:74px;
    height:74px;
    text-align:center;
    padding-top:14px;
    padding-left:5px;
    float: left;
    position: relative;
    border-radius: 11px;
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
}
.buscador LI .thumb-wrap:hover
{
    background:#006428;
    border: #006428 1px solid;
}
.box_buscador
{
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 240px;
    position: relative;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 40px;
}
.buscador LI H5
{
    text-decoration: none;
    color:#00946c;
    display: block;
    letter-spacing: 0px;
    font-weight: bold;
    text-align: left;
    font-size: 19px;
    line-height: 59px;
    margin: 0px 0px 15px;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
}
.buscador LI H5 A
{
    text-decoration: none;
    color:#00946c;
    display: block;
    letter-spacing: 0px;
    font-weight: bold;
    text-align: left;
    line-height: 59px;
    font-size: 19px;
    margin: 0px 0px 15px;
    text-transform:none;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
}
.buscador LI H5 A:hover
{
    text-decoration: none;
    color:#006428;
}
.text-icon
{ 
	border:1px solid #dbd2ce;
}
/* fin pagina mapas */
/* comienza pagina mercados */
.mercados 
{
    margin-top:60px;
}
.mercados table
{
    margin:auto;
}
.tdfila2
{
    font-family: Arial, Helvetica;
    font-size: 8.5pt;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    line-height:2em;
}
.titulartabla
{
    background:#006428;
    height: 32px;
}
.fecha
{
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    float: right;
    padding-right: 6px;
    line-height:2em;
}
.tittabla
{
    font-family: 'Open Sans', sans-serif;
    float: left;
    padding-left: 6px;
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
    line-height:2em;
}
.tdfecha
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: center;
    line-height:2em;
}
.derecha2
{
    float: right;
    margin-bottom:40px;
    text-align:right;
}
.derecha2 a
{
    font-family: 'Open Sans' , Arial, sans-serif;
    text-align: right;
    font-size: 14px;
    text-transform: uppercase;
    color:#00946c;
}
.derecha2 a:hover
{
   text-decoration: underline;
   color:#006428;
}
.derecha2 i
{
    padding-right:4px;
}
/* fin pagina mercados */
/* comienza pagina enlaces */
.enlaces
{
  margin-top:60px;
}
.single-table-price3 
{
  text-align: center;
  width:100%;
  display:block;
  position:relative;
}
.price-header3 
{
    background-color:#006428;
    display: block;
    float: left;
    width: 100%;
}
.price-spacer
{
  height:30px;
  display: block;
  float: left;
  width: 100%;
}
.price3
{
  color: #fff;
  display: inline;
  float: left;
  font-size: 20px;
  font-weight: normal;
  padding: 15px;
  width: 100%;
  font-family: 'Roboto Slab', serif;
}
.enlace-article
{
	display: inline;
	float: left;
	padding:20px;
	width: 100%;
	background-color: #f0f7ef;
}
.enlace-article ul 
{
 list-style: none;
 padding: 0 20px;
} 
.enlace-article ul li 
{
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    text-align:left;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
}
.enlace-article ul li a
{
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    color: #000000;
    text-decoration: none;
}
.enlace-article ul li a:hover
{
    color: #006428;
    text-decoration: none;
}
.enlace-article ul li:last-child
{
	border: none;
}
/* fin pagina enlaces */
/* comienza pagina clima */
.clim
{ 
	width:100%;
	display:block;
	margin:0px;
	padding:0px;
	text-align:center;
	margin-top:40px;
}
/* fin pagina clima */
/* comienza pagina informes */
.informes
{
    margin-top:60px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:40%;
}
.informes2
{
    margin-top:60px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    width:80%;
}
.informes .single-table-price, .informes2 .single-table-price 
{
  background-color: none;
  text-align: center;
  width:100%;
  margin-right:auto;
  margin-left:auto;
}
.informes .price-header,.informes2 .price-header  
{
  background-color:#00946c;
  display: inline;
  float: left;
  width: 100%;
}
.informes .price-title, .informes2 .price-title 
{  
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin-top: -5px;
  min-width: 150px;
  padding: 5px 15px;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
}
.informes .price, .informes2 .price
{
  color: #fff;
  display: inline;
  float: left;
  font-size: 20px;
  font-weight: normal;
  padding: 15px;
  width: 100%;
  font-family: 'Roboto Slab', serif;
}
.informes .informe-article,.informes2 .informe-article
{
	display: inline;
	float: left;
	padding:20px;
	width: 100%;
	background-color: #f0f7ef;
}
.informes .price-footer
{
	display: inline;
	float: left;
	width: 100%;
}
.informes2 .price-footer2
{
	display: inline;
	float: left;
	width: 100%;
	background-color: #eef2f9;
}
.informe-article ul 
{
 list-style: none;
 padding: 0 20px;
} 
.informe-article ul li 
{
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    text-align:left;
    font-family: Arial, Helvetica;
    font-size: 11pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
}
.informe-article ul li a
{
    font-family: Arial, Helvetica;
    font-size: 12pt;
    color: #000000;
    text-decoration: none;
}
.informe-article ul li a:hover
{
    color: #006428;
    text-decoration: none;
}
.informe-article ul li:last-child
{
	border: none;
}
.informes .featured-price .price-title,.informes2 .featured-price .price-title
{
	background-color: #006428;
}
#informes .derecha
{
	float:right;
	text-align:right;
}
#informes .derecha > A > i 
{
	font-size:22px;
	color: #00946c;
	text-decoration:none;
	text-align:right;
	float:right;
	padding-right:8px;
}
#informes .derecha > A:hover > i 
{
	color: #006428;
	text-decoration:none;
}
#informes .volver > A 
{
	font-size:16px;
	color: #00946c;
	text-align:left;
	font-family: 'Open Sans' , Arial, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
}
#informes .volver > A:hover 
{
	color: #006428;
	text-decoration:none;
}
#informes .inftitulo 
{
   
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 700;
    font-size:14pt;
    text-transform:uppercase;
    color:#006428;
    text-decoration:none;
}
#informes .inffuente
{
   
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 400;
    font-size:13pt;
    text-transform:none;
    color: #000000;
    text-decoration:none;
    text-align:left;
}
#informes .infautor
{
   
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 400;
    font-size:13pt;
    text-transform:none;
    color: #666;
    text-decoration:none;
    text-align:left;
}
#informes .inftxt
{
   
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 400;
    font-size:11pt;
    text-transform:none;
    color: #000000;
    text-decoration:none;
    text-align:left;
}
#informes .inffecha
{
   
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size:12pt;
    text-transform:uppercase;
    color: #000000;
    text-align:left;
}
#informes .infcopete
{
   
    font-family: 'Open Sans' , sans-serif;
    font-weight: 400;
    font-size:13pt;
    text-transform:none;
    color: #000000;
    text-decoration:none;
    text-align:left;
}
#informes .purchase-btn 
{
  border: 1px solid #00946c;
  display: inline-block;
  margin-bottom: -10px;
  margin-top: 20px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color:#FFFFFF;
  background:#00946c;
}
#informes .purchase-btn:hover,.purchase-btn:focus
{
	background-color:#006428;
    border: 1px solid #006428;
	text-decoration: none;
	outline: none;
	color: #FFFFFF;
}
/* fin pagina informes */
/* comienza pagina noticias */
#noticias
{
    margin-top:60px;
    margin-left:auto;
    margin-right:auto;
}
.noticia-article
{
	display: inline;
	float: left;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	width: 100%;
	background-color: #f0f7ef;
}
.noticia-header 
{
  background-color:#00946c;
  display: inline;
  float: left;
  width: 100%;
  border-top:4px solid #006428;
}
.noticia-title
{
  color: #fff;
  display: inline;
  float: left;
  font-size: 20px;
  font-weight: normal;
  padding: 15px;
  width: 100%;
  font-family: 'Roboto Slab', serif;
}
.nottitulo2 a
{
    color: #2b5000;
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: none;
    font-family: 'Open Sans' , sans-serif;
}
.nottitulo2 a:hover
{
    color: #000000;
    text-decoration: none;
}
.nottitulo2 
{
    color: #2b5000;
    text-decoration: none;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: none;
    font-family: 'Open Sans' , sans-serif;
}
.notcopete2
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 400;
    font-size:13pt;
    text-transform:none;
    color: #666666;
    text-decoration:none;
    text-align:left;
}
.nottxt
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 400;
    font-size:11pt;
    text-transform:none;
    color: #000000;
    text-decoration:none;
    text-align:left;
    line-height:1.2em;
}
.notfecha
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 10pt;
    color: #646464;
    line-height: 1.5em;
}
.notfuente
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 10pt;
    color: #646464;
    line-height: 1.5em;
    text-transform: uppercase;
}
/* comienza pne noticias */
#pne-noticias
{
    background: none;
    z-index: 0;
    width:100%;
    margin: 0px;
    padding: 0px;
}
#pne-noticias ul.menu_informa
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
    text-align:left;
}
#pne-noticias .menu_informa > LI.pne_item2 > A 
{
	DISPLAY: block; 
	padding: 2px 0 4px 0;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #666666;
	TEXT-DECORATION: none; 
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
	border-bottom: 1px dotted #666;
	text-align:left;
}
#pne-noticias .menu_informa > LI.pne_item2 > A:hover 
{
	color: #006428;
    text-decoration: none;
}
#pne-noticias .menu_informa > LI.pne_current2 > A 
{
	DISPLAY: block; 
	padding: 2px 0 4px 0;
    list-style: none;
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 18px;
    color: #006428;
	TEXT-DECORATION: none; 
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
	font-weight:500;
	border-bottom: 1px solid #000000;
}
/* fin pne */
/* fin pagina noticias */
/* comienza pagina clientes */
.reg
{
	font-family: Arial, sans-serif;
	text-align:left;
    FONT-SIZE: 12px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM:none;
    color: #000000; 
    text-decoration:none;
}
.regform
{
	font-family: Arial, sans-serif;
	text-align:left;
    FONT-SIZE: 12px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM:none;
    color: #000000; 
    text-decoration:none;
}
.regform:hover
{
    text-decoration: underline;
    color: #006428;  
}
.forgotpass-modal 
{
	width:40%;
    text-align:center;
    margin-right:auto;
    margin-left:auto;
}
.login-modal 
{
	width:40%;
    text-align:center;
    margin-right:auto;
    margin-left:auto;
}
.modal-content
{
    margin-top:60px;
}
.registro-modal 
{
	width:70%;
    text-align:center;
    margin-right:auto;
    margin-left:auto;
}
.modal-header 
{
	background: transparent; 
	padding: 15px 25px;
}
.modal-header .modal-title 
{
	color: #000000;
	text-transform:uppercase;
}
.modal .modal-body 
{
	padding: 25px;
}
.btn-primary 
{
	color: #FFFFFF; 
	background-color: #00946c;
    border-color:#00946c;
	text-transform:uppercase;
}
.btn-primary:hover 
{
	color: #FFFFFF; 
	background-color: #006428;
    border-color:#006428;
}
.focus.btn-primary 
{
	color: #FFFFFF; 
	background-color: #006428;
    border-color:#006428;
}
.btn-primary:focus 
{
	color: #FFFFFF; 
	background-color:#006428;
    border-color:#006428;
}
.active.btn-primary 
{
	color: #FFFFFF; 
	background-color:#006428;
    border-color:#006428;
}
.btn-primary:active 
{
	color: #FFFFFF; 
	background-color:#006428;
    border-color:#006428;
}
.nottitulo
{
    color: #233d58;
    text-decoration:none;
    display:block;
    font-size:20px;
    line-height:1.2em;
    font-weight: 700;
    text-transform: none;
    font-family: 'Roboto Slab', serif;
    text-align:center;
}
/* fin pagina clientes */
/* comienza pagina logistica */
/* comienza pagina catac */
#logistica
{
    z-index: 0;
    width:100%;
    margin: 0px;
    padding: 0px;
    margin-top:60px;
}
.box_catac
{
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    width:256px;
    position: relative;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 40px;
}
.catac
{
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
    overflow: hidden;
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    list-style:none;
}
.catac LI
{
    padding: 0px;
    background: none;
    margin: 0px 0px 20px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.catac LI .thumb-wrapC
{
    border: #00946c 1px solid;
    background: #00946c;
    margin: 0px 20px 0px 0px;
    padding: 0px;
    width:74px;
    height:74px;
    float: left;
    text-align:center;
    vertical-align:middle;
    padding-top:5px;
    position: relative;
    border-radius: 11px;
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
}
.catac LI .thumb-wrapC:hover
{
    background: #006428;
    border-right:#006428 1px solid;
    border-top: #006428 1px solid;
    border-left: #006428 1px solid;
    border-bottom: #006428 1px solid;
}
.buttonC
{
    padding-right: 18px;
    display: inline-block;
    padding-left: 18px;
    font-size: 16px;
    background: #00946c;
    padding-bottom: 0px;
    text-transform: none;
    color: #FFFFFF;
    border: 0px;
    line-height: 35px;
    padding-top: 0px;
    font-family: 'Open Sans' , Arial, sans-serif;
    height: 35px;
    border-color:#00946c;
    border-width: 1px;
    border-style: solid;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.buttonC:hover
{
    background:#006428;
    color: #FFFFFF;
    border-color:#006428;
    border-width: 1px;
    border-style: solid;
    text-decoration:none;
}
.buttonC:focus
{
    background:#006428;
    color: #FFFFFF;
    border-color:#006428;
    border-width: 1px;
    border-style: solid;
    text-decoration:none;
}
.buttonC:active
{
    background:#006428;
    color: #FFFFFF;
    border-color:#006428;
    border-width: 1px;
    border-style: solid;
    text-decoration:none;
}
.catac LI H5
{
    display: block;
    color: #006428;
    letter-spacing: 0px;
    font-weight: bold;
    text-align: left;
    font-size: 19px;
    margin: 0px 0px 8px;
    text-transform:none;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
}
.catac LI H5 A
{
    text-decoration: none;
}
/* fin pagina catac */
/* comienza pagina camiones */
.tdcabc
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    text-align:center;
    line-height:2em;
}
.tdcabd
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    text-align:left;
    padding-left:10px;
    line-height:2em;
}
.TablaDatoFila
{
    font-family: 'Open Sans', sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.TablaDatoFila2
{
    font-family: 'Open Sans', sans-serif;
    font-size: 8pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #000000;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.pietabla
{
    font-family: 'Open Sans', sans-serif;
    font-size: 8.5pt;
    text-decoration: none;
    color: #000000;
    text-align: center;
}
.camiones
{
    text-align: center;
    margin-right:auto;
    margin-left:auto;
    width:85%;
}
/* fin pagina camiones */
/* comienza pagina entregadores */
.entregador-tittle
{
    margin-left:auto;
    margin-right:auto;
    border:2px solid #006428;
    border-radius: 5px;
    margin-bottom:10px;
    text-align:center;
    width:80%;
    padding:10px;
    background:#006428;
} 
.entregador-tittle span
{
   
    text-transform:none;
    color: #FFFFFF;
    text-decoration:none;
    text-align:center;
    text-transform:uppercase;
    line-height:1em;
}
.entregador
{ 
	display:block;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
    border:2px solid #006428;
    border-radius: 5px;
    padding:10px;
    width:80%;
}
.entregador table
{ 
	width:100%;
	margin:auto;
}
.tdcat
{
    font-family: Arial, Helvetica;
    font-size: 11pt;
    color:#006428;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    line-height:2em;
    text-transform:uppercase;
}
.tdcab3
{ 
	font-family: Arial, Helvetica;
	font-size: 9pt;
	COLOR: #000000; 
	font-weight:normal;
	font-variant: normal;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	padding-top:8px;
	line-height:18px;
	width:70%;
}
.tdcab3B
{ 
	font-family: Arial, Helvetica;
	font-size: 9pt;
	COLOR: #000000; 
	font-weight:normal;
	font-variant: normal;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	padding-top:8px;
	line-height:18px;
	text-align:right;
	width:30%;
}
.tdcab3c
{ 
	font-family: Arial, Helvetica;
	font-size: 9pt;
	COLOR: #000000; 
	font-weight:normal;
	font-variant: normal;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	padding-top:8px;
	line-height:18px;
	width:40%;
	text-transform:capitalize;
}
.tdcab3d
{ 
	font-family: Arial, Helvetica;
	font-size: 9pt;
	COLOR: #000000; 
	font-weight:normal;
	font-variant: normal;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	padding-top:8px;
	line-height:18px;
	width:20%;
	text-align:right;
}
.tdcab4
{ 
	font-family: Arial, Helvetica;
	font-size: 9pt;
	COLOR: #000000; 
	font-weight:normal;
	font-variant: normal;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	padding-top:8px;
	line-height:18px;
	width:30%;
}
.tdcab4b
{ 
	font-family: Arial, Helvetica;
	font-size: 9pt;
	COLOR: #000000; 
	font-weight:normal;
	font-variant: normal;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	padding-top:8px;
	line-height:18px;
	width:70%;
	text-transform:capitalize;
}
/* fin pagina entregadores */
/* fin pagina logistica */
/* comienza paginacion */
a.anterior
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:right;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #000000; 
    LINE-HEIGHT: 20px;
    text-decoration:none;
}
a.anterior:hover
{
    text-decoration: underline;
    color: #393e99;  
}
a.posterior
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:right;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #000000; 
    LINE-HEIGHT: 20px;
    text-decoration:none;
}
a.posterior:hover
{
    text-decoration: underline;
    color: #006428;
}
.numero
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:left;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #666; 
    LINE-HEIGHT: 20px;
    text-decoration:none;
    text-align:center;
}
a.numero
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:left;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #666; 
    LINE-HEIGHT: 20px;
    text-decoration:none;
}
a.numero:hover
{
    color: #006428;
    text-decoration:underline;
}
.numerores
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:left;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #006428;
    LINE-HEIGHT: 20px;
    text-decoration:none;
    font-weight:bold;
}
a.numerores
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:left;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #006428;
    LINE-HEIGHT: 20px;
    text-decoration:none;
    font-weight:bold;
}
a.numerores:hover
{
    text-decoration:underline;
}
/* fin paginacion */
/* comienza pagina novedades */
.blog_news2 
{
   margin-bottom:0px;
   border:0px solid #eeeeee;
   padding:0px;
}
.blog_news2 .expert span.clock
{
    padding-right: 6px;
}
.blog_news2 .single_blog_item
{
    border: 0px solid #d1d3d1;
}
.blog_news2 .blog_contentnov
{
    padding: 0px;
    height: auto;
    margin:0px;
}
.blog_news2 .expertnov
{
    padding: 0px;
    color: #aeadad;
    margin:0px;
}
.blog_news2 .expertnov2 span.time
{
    color: #777;
    text-decoration: none;
    font-size: 32px;
    line-height: 1.2em;
    padding-bottom: 0px;
    font-weight: normal;
    text-transform: none;
    font-family: 'Open Sans' , sans-serif;
}
.blog_news2 .expertnov2 span.clock
{
    color: #777;
    text-decoration: none;
    font-size: 32px;
    line-height: 2em;
    font-weight: normal;
    text-transform: none;
    font-family: 'Open Sans' , sans-serif;
}
.blog_news2 .linea
{
    border-bottom-style: dotted; 
    border-bottom-width: 1px;
    border-bottom-color: #777;
    margin-bottom:20px;
}
.blog_news2 .novtit2 a
{
    color:#2b5000;
    text-decoration: none;
    display: inline;
    font-size: 16px;
    line-height: 2em;
    padding-bottom: 0px;
    font-weight: 700;
    text-transform: none;
    font-family: 'Open Sans' , sans-serif;
    text-transform:uppercase;
}
.blog_news2 .novtit2 a:hover
{
    color:#777;
    text-decoration:none;
}
.blog_news2 .expertnov span.time
{
    padding-right: 0px;
    border-right: 0px solid;
}
.blog_news2 .novtit 
{
    margin-top:10px;
}
.blog_news2 .novtit a
{
    color: #2b5000;
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    padding-bottom: 0px;
    font-weight: 700;
    text-transform: none;
    font-family: 'Open Sans' , sans-serif;
    padding-bottom:10px;
}
.blog_news2 .novtit a:hover
{
    color: #000000;
    text-decoration:none;
}
/* fin pagina novedades */
/* comienza pagina servicios */
.servicios
{
   margin-top:60px;
   padding:0px;
   display:block;
}
.serviciostxt 
{
	display:block;
	width:100%;
	margin-top:0px;
}
.serviciostxt p
{
	font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    color: #777;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: left;
    text-indent: 0px;
    margin-bottom:20px;
    line-height:1.4em;
}
.serviciostxt .strong
{
    font-weight:bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    color: #777;
    font-variant: normal;
    text-decoration: none;
    text-align:left;
    text-indent: 0px;
}
.serviciostxt p.lead 
{
	font-family: 'Roboto Slab', serif;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color:#006428;
	font-weight:bold;
	text-transform:uppercase;
}
.serviciostxt p.lead2 
{
	font-family: 'Roboto Slab', serif;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color:#006428;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
.servtxt 
{
	font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    color: #777;
    font-weight: normal;
    font-variant: normal;
    text-decoration:none;
}
.servtxt:hover
{
    color:#006428;
    text-decoration:none;
}
.servtxt:active
{
    color:#006428;
    text-decoration:none;
}
.serviciostxt .entry-title
{
	font-size: 2rem;
	line-height: 1.364;
	color:#646464;
	font-family: 'Roboto Slab', serif;
}
.serviciostxt .list 
{
	text-align:center;
}
.serviciostxt ul
{
	list-style:none;
	margin:0px;
	padding:0px;
}
.serviciostxt ul li
{
	text-align: left;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom:20px;
}
.serviciostxt .callaction 
{
	padding:10px;
	border-radius: 4px;
	border-bottom: 2px solid #f2f2f2;
	text-align:center;
}
.serviciostxt .callaction2 
{
	padding:30px 30px 20px 30px;
	border-radius: 4px;
	border-bottom: 2px solid #f2f2f2;
	text-align:center;
	margin-bottom:40px;
}
.serviciostxt .cta-btn 
{
	float:none;
	padding:20px 10px 20px 20px;
	margin-right:auto;
	margin-left:auto;
}
.libreria-box 
{
	display:block;
	text-align:left;
	width:100%;
	margin-left:40px;
}
.libreria-box ul
{
	list-style: circle outside;
}
.libreria-box ul li
{
	text-align: left;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom:20px;
}
a.blog_link2
{
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    transition: 0.7s;
    font-size: 14px;
    font-family: 'Open Sans' , sans-serif;
    display: block;
    text-decoration: none;
    text-align:right;
    line-height:2em;
}
a.blog_link2:hover
{
    color: #2b5000;
    text-decoration: none;
}
.servicios_area 
{
    border: 1px solid #ededed;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    background: #f2f3f5 url(../images/maiz.png) no-repeat bottom right;
    padding: 20px 20px;
    margin-top:0px;
}
/* comienza pneservicios */
#pne-servicios
{
    background: none;
    z-index: 0;
    width:100%;
    margin: 0px;
    padding: 0px;
}
#pne-servicios ul.menu_servicios
{
    margin: 0;
    padding: 0;
    list-style: circle outside;
    float: none;
    text-align:left;
}
#pne-servicios .menu_servicios > LI.pne_item2 > A 
{
	DISPLAY: block; 
	padding: 2px 0 4px 0;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #666666;
	TEXT-DECORATION: none; 
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
	border-bottom: 1px dotted #666;
	text-align:left;
}
#pne-servicios .menu_servicios > LI.pne_item2 > A:hover 
{
	color: #006428;
    text-decoration: none;
}
#pne-servicios .menu_servicios > LI.pne_current2 > A 
{
	DISPLAY: block; 
	padding: 2px 0 4px 0;
    list-style: none;
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 18px;
    color: #006428;
	TEXT-DECORATION: none; 
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
	font-weight:500;
	border-bottom: 1px solid #000000;
}
/* fin pneservicios */
/* fin pagina servicios */
/* comienza pagina prensa */
.prensa
{
    margin-bottom:30px;
    margin-top:30px;
    display:block;
    width:70%;
    margin-right:auto;
    margin-left:auto;
}
.prensa_area 
{
    border: 1px solid #ededed;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    background: #f2f3f5 url(../images/maiz.png) no-repeat bottom right;
    padding: 20px 20px;
    margin-top:0px;
}
.prensatitulo 
{
    text-align:left;
}
.prensatitulo a
{
    color: #2b5000;
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: none;
    font-family: 'Open Sans' , sans-serif;
}
.prensatitulo a:hover
{
    color: #000000;
    text-decoration: none;
}
/* fin pagina prensa */
/* comienza pagina normas */
.num
{
	font-family: 'Open Sans' , sans-serif;
	font-size: 10pt;
	color:#000000; 
	font-weight: bold;
	font-variant: normal;
	text-decoration:none;
	padding:4px;
}
.tdfilanor
{
	font-family: 'Open Sans' , sans-serif;
	font-size: 9pt;
	color:#000000; 
	font-weight:normal;
	font-variant: normal;
	text-decoration:none;
	margin-top:20px;
	padding:4px;
}
.tdcabc
{
	font-family:Arial, Helvetica;
	font-size: 7.5pt;
	color:#000000; 
	font-weight: bold;
	font-variant: normal;
	text-decoration:none;
	background-color:#eae5e2;
}
.anexo
{
	font-family: 'Open Sans' , sans-serif;
	font-size: 10pt;
	color:#000000; 
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
	line-height:16px;
	padding:4px;
}
.especie2
{ 
	font-family: 'Open Sans' , sans-serif; 
	font-size: 10pt;
	color:#000000;
	font-weight: bold;
	font-variant: normal;
	padding:4px;
}
.tdfilanor
{
	font-family: 'Open Sans' , sans-serif;
	font-size: 10pt;
	color:#000000; 
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
	line-height:16px;
}
/* fin pagina normas */
/* comienza pagina calendario */
.calendario
{
   margin-top:60px;
   padding:0px;
   display:block;
}
.cnum
{ 
	font-family: 'Open Sans' , sans-serif; 
	font-size: 10pt;
	color:#000000;
	font-weight: bold;
	font-variant: normal;
}
.cmes
{
	font-family: 'Open Sans' , sans-serif;
	font-size: 10pt;
	color:#000000; 
	font-weight: normal;
	font-variant: normal;
	text-decoration:none;
}
.calendariotxt 
{
	display:block;
	width:70%;
	margin-right:auto;
	margin-left:auto;
}
.calendario p.lead2 
{
	font-family: 'Roboto Slab', serif;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color:#006428;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
/* fin pagina calendario */
/* comienza pagina feriados */
#feriados 
{
    margin:60px 0 30px;
}
#feriados .box-head.menu-st .proximo-feriado
{
    padding:5px 0 10px;
}
#feriados .select-year
{
    padding:15px;
}
#feriados .select-year span
{
    color:#999;
    font-size:10px;
    text-transform:uppercase;
}#feriados .meses
{
    margin-bottom:20px;
    clear:both;
}
#feriados .month-selector
{
    display:none;
    padding:15px;
    margin:10px 0 5px;
}
#feriados .month-selector.open .icon-arrow
{
    transform:rotate(180deg);
    transition:200ms ease all;
}
#feriados .month-selector .icon-arrow
{
    width:30px;
    height:30px;
    border-radius:30px;
    background-color:#fff;
    cursor:pointer;
    float:right;
    transition:200ms ease all;
}
#feriados .month-selector .icon-arrow i.fa
{
    color:#666;
    font-size:25px;
}
#feriados .month-selector #month-active
{
    text-align:left;
    color:#666;
    text-transform:uppercase;
    font-size:16px;
    line-height:26px;
    font-weight:700;
}
#feriados .month-selector ul#fecha_month
{
    border-radius:0;
    padding:0;
    width:100%;
    border:0;
    margin:0;
}
#feriados .month-selector ul#fecha_month ul.list-group
{
    width:100%;
    margin-bottom:0;
}
#feriados .month-selector ul#fecha_month ul.list-group li
{
    width:50%;
    float:left;
    box-shadow:1px 0 0 0 #c9c9c9,0 1px 0 0 #c9c9c9,1px 1px 0 0 #c9c9c9,1px 0 0 0 #c9c9c9 inset,0 1px 0 0 #c9c9c9 inset;
    border-radius:0;
    border:0;
}
#feriados .month-selector ul#fecha_month ul.list-group li.active
{
    background:#666;
    color:#fff
}
#feriados .years
{
    overflow:hidden;
    height:70px;
    display:flex;
}
#feriados .years li
{
    height:100%;
    padding:8px 0;
    background:#cde2e5;
    color:gray;
    text-align:center;
    flex-grow:1;
}
#feriados .years li.active
{
    background:#666;
}
#feriados .years li.active a
{
    color:#fff;
}
#feriados .years li.disabled
{
    opacity:.5;
}
#feriados .years li a
{
    display:flex;
    width:100%;
    height:100%;
    color:#444;
    font-family:roboto,sans-serif;
    font-weight:700;
    align-items:center;
    justify-content:center;
}
#feriados .feriados-types
{
    overflow:hidden;
    padding:10px 0;
    text-align:center;
}
#feriados .feriados-types.mobile
{
    display:none;
    background:#e9f5f7;
    padding:2px 15px;
}
#feriados .feriados-types.mobile li
{
    font-size:9px;
    line-height:11px;
    text-align:left;
    color:#999!important;
    background:0 0!important;
    width:auto;
    font-weight:400!important;
    margin-right:10px;
    box-shadow:none!important;
}
#feriados .feriados-types.mobile li:after
{
    width:13px;
    height:13px;
}
#feriados .feriados-types.mobile li span
{
    float:right;
    max-width:65px;
    display:inline-block;
}
#feriados .feriados-types li
{
    display:inline-block;
    margin-right:30px;
    font-size:10px;
    text-transform:uppercase;
    line-height:25px;
    color:#999;
}
#feriados .feriados-types li:after
{
    content:'';width:20px;
    height:20px;
    display:block;
    background:#000;
    margin-right:8px;
    float:left;
    margin-top:3px;
}
#feriados .feriados-types li.inamovible::after
{
    background:#e81f25;
}
#feriados .feriados-types li.trasladable::after
{
    background:#fbb03b;
}
#feriados .feriados-types li.puente::after
{
    background:#4caf50;
}
#feriados .feriados-types li.nolaborable::after
{
    background:#f7f7d2;
}
#feriados .proximo-feriado
{
    padding:20px 0;
    text-align:center;
}
#feriados .proximo-feriado p
{
    color:#333;
    font-weight:700;
    font-size:24px;
    line-height:34px;
    display:inline-block;
    margin-left:2px;
}
#feriados .proximo-feriado p span.motive,#feriados .proximo-feriado p span.prox,#feriados .proximo-feriado p span.bar
{
    color:#999;
    font-weight:400;
}
#feriados .feriados-content
{
    height:628px;
    padding:0 6px 0 8px;
    overflow:hidden;
}
#feriados .feriados-content.f2015
{
    height:280px;
}
#feriados .feriados-content .box-month
{
    min-height:385px;
}
#feriados .feriados-content ul:first-child
{
    height:auto;
    width:100%;
    overflow:hidden;
    border-bottom:1px solid #ebebeb;
}
#feriados .feriados-content ul li
{
    float:left;
    width:calc(100%/7);
    height:48px;
    text-align:center;
    color:#444;
    font-size:18px;
    line-height:50px;
    position:relative;
}
#feriados ul,li,a,ol
{
    margin:0;
    list-style-type:none;
    padding:0;
    text-decoration:none;
    color:inherit
}
#feriados .feriados-content ul li:nth-child(1)
{
    margin-top:-1px;
}
#feriados .feriados-content ul li:nth-child(7n+1)
{
    box-shadow:inset 0 1px 0 #ebebeb;
}
#feriados .feriados-content ul li:nth-child(2),#feriados .feriados-content ul li:nth-child(9),#feriados .feriados-content ul li:nth-child(16),#feriados .feriados-content ul li:nth-child(23),#feriados .feriados-content ul li:nth-child(30),#feriados .feriados-content ul li:nth-child(37),#feriados .feriados-content ul li:nth-child(44)
{
    box-shadow:inset 0 1px 0 #ebebeb;
}
#feriados .feriados-content ul li.mes-name
{
    text-align:center;
    color:#999;
    width:100%;
    padding:12px 0;
    text-transform:uppercase;
    font-size:18px;
    line-height:26px;
    font-family:roboto,sans-serif;
    font-weight:400;
    height:50px;
}
#feriados .feriados-content ul li.day-name{color:#999;font-size:11px;line-height:50px}#feriados .feriados-content ul li.day-actual{font-weight:700}#feriados .feriados-content ul li.inamovible{background:#e81f25;color:#fff;font-weight:700}#feriados .feriados-content ul li.trasladable{background:#fbb03b;font-weight:700}#feriados .feriados-content ul li.puente{background:#4caf50;font-weight:700}#feriados .feriados-content ul li.nolaborable{background:#f7f7d2;font-weight:700}#feriados .feriados-content .detalle-feriado{margin-top:8px;padding:15px;background:#e9f5f7;overflow:hidden;height:228px}#feriados .feriados-content .detalle-feriado li{font-size:14px;line-height:18px;border-bottom:0;width:100%;text-align:left;height:auto;margin-bottom:8px;box-shadow:none!important;color:#444}#feriados .feriados-content .detalle-feriado li.pj{display:none}#feriados .feriados-content .detalle-feriado li:first-child{text-transform:uppercase;color:#999;font-size:12px;margin-bottom:10px;font-weight:inherit}#feriados .feriados-content .detalle-feriado li h2{text-transform:uppercase;color:#999;font-size:12px;font-weight:inherit}#feriados .feriados-content .detalle-feriado li span{font-size:14px;font-weight:700}@media screen and (max-width:719px){#feriados{padding-bottom:0}#feriados.menu-st{padding-top:180px}#feriados .month-selector{display:block}#feriados .select-year{display:none}#feriados .box-head.border{box-shadow:none}#feriados .separador-home{padding:0 5px;height:60px}#feriados .separador-home h2.heading{font-size:6.25vw;line-height:1.4;height:60px}#feriados .separador-home h2.heading span:before{float:left}#feriados .separador-home h2.heading:before{float:left;width:7.1875vw;height:7.1875vw}#feriados .separador-home .sponsor img{max-width:100%}#feriados .proximo-feriado{background:#666;text-align:left;padding:15px!important}#feriados .proximo-feriado .next-number{color:#fff;font-size:18px;line-height:1.5;margin:0}#feriados .proximo-feriado .next-number span.motive{display:block;font-size:13px;line-height:16px;color:#fff}#feriados .proximo-feriado .next-number span.punto{display:none}#feriados .proximo-feriado .next-number span.prox{color:#c1c1c1;font-weight:700}#feriados .proximo-feriado .faltan{display:block;margin-top:10px;margin-bottom:2px}#feriados .proximo-feriado .faltan span.bar{display:none}#feriados .proximo-feriado .faltan span.prox{color:#c1c1c1;font-size:13px;line-height:16px}#feriados .proximo-feriado .faltan span.faltan-days{color:#c1c1c1;display:block;font-size:18px;line-height:1}#feriados .years{height:58px}#feriados .feriados-types{display:none}#feriados .feriados-types.mobile{display:block}#feriados .feriados-content{display:none;box-shadow:none;padding:0;height:auto}#feriados .feriados-content .box-month{min-height:initial}#feriados .feriados-content ul li.mes-name{display:none}#feriados .feriados-content .detalle-feriado{margin-top:0;height:auto}}@media screen and (min-width:720px){#feriados .share{display:none}#feriados .feriados-content{display:block!important}}@media screen and (min-width:720px) and (max-width:1023px){#feriados .proximo-feriado p{font-size:18px;margin-bottom:0;line-height:25px}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){#feriados .feriados-content ul li{width:calc(99.5%/7)}}@media only screen and (min-device-width:768px) and (max-device-width:1024px){#feriados .years{display:table;width:100%}#feriados .years li{display:table-cell;width:calc(100%/3)}#feriados .years li a{display:block;line-height:52px}}@media only screen and (min-device-width:320px) and (max-device-width:411px){#feriados .mes-name-sig{margin-right:25px;padding:5%;text-transform:uppercase;font-size:12px;line-height:26px;font-family:roboto,sans-serif;font-weight:400;color:#999;border:#e9f5f7 solid 1px;border-radius:10%}}
/* fin pagina feriados */
/* comienza pagina mod soja */
#soja
{
    z-index: 0;
    width:80%;
    margin-right:auto;
    margin-left:auto;
    margin-top:60px;
}
.volver
{ 
	display:block;
	text-align:right;
    width:90%;
}
.volver p a
{ 
	font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 14pt;
    color: #777;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align:right;
}
.volver p a:hover
{ 
    color: #006428;
    text-decoration:underline;
}
.fila1
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 10pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align:left;
    padding-left: 6px;
}
.fila2
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 10pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: right;
    padding-right: 6px;
}
.fila3
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 10pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: left;
    padding:6px;
}
/* fin pagina mod soja */
/* comienza Media queries */
@media (min-width: 768px) and (max-width: 979px) {
	.navbar-brand {
		float: none;
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.intro-content {
		padding:250px 0 0;
	}

}

@media (max-width:767px) {

	.top-area p {
		text-align: center;
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		background-color: #fff;
	}
	
	.badge.custom-badge {
		margin: 0 0 0 0;
	}
	
	.navbar-header button {
		border-color: #ccc;
		background-color: #eee;
		padding: 5px 20px;
	}
	.navbar-header i{
		color: #666;
	}
	
	.boxes3 {
	width: 100%;
	}
	.navbar-custom ul.nav li {
		border-bottom: 1px solid #eee;
	}
	.navbar-custom ul.nav li:last-child {
		padding-bottom:0;
	}
	.navbar-custom ul.nav ul.dropdown-menu li {
		border-bottom: 1px solid #eee;
		padding-left: 20px;
	}
	
	.service-box {
		margin: 20px 0 30px;
	}

	.pricing-content.featured {
		margin-top: 20px;
	}
	
	.pricing-content:hover {
		margin-top:20px;
		-webkit-transition:none;
		-moz-transition:none;
		-o-transition:none;
		transition:none;
		-webkit-box-shadow:none;
		box-shadow:none;
	}

	.cta-text {
		float: none;
		text-align: center;
	}
	
	.cta-btn {
		float: none;
		text-align: center;
	}
	
	.sub-footer p {
		float: none;
		text-align: center;
	}
	.sub-footer p {
		float: none;
		text-align: center;
	}

}

@media (max-width:480px) {


	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
	

	


	.box {
		padding: 45px;
	}

	.box i {
		margin-bottom: 30px;
	}
		
}

@media (max-width:320px) {
	.navbar-brand {
		text-align: center;
		display: block;
		margin: 0 auto;
	}
	
	.intro-content {
		padding:250px 0 0;
	}
}
/* fin Media queries */
