@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: 6px;
    padding-bottom: 0;
    margin-bottom: 10px;
}
.top-area p
{
    margin-bottom: 10px;
}
.marginleft
{
    margin-left: 15px;
}
.direccion i
{
    margin-right: 8px;
}
.top-area .social_icon i 
{
    padding: 0 5px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
}
.top-area .social_icon i:hover 
{
    color: #000000;
}
/* comienza navegacion */
.navbar-brand
{
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0;
}
.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;
}
.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:6px;
}
.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: 15px;
    -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: 1px;
    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 20px;
    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: 30px;
    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;
}
.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;
}
/* comienza redes */
.company-social
{
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
}
.company-social
{
    text-align: left;
    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 60px;
    display: block;
    position: relative;
    z-index: 120;
    background-color: #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 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: 0px 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: "Helvetica Neue" ,Helvetica,Arial,sans-serif;
}
.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;
}
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
{
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin: 0px;
    padding-top:35px;
    padding-bottom:35px;
    padding-left:120px;
    padding-right:60px;
    position: absolute;
    right: 0;
    width: 100%;
}
.main-slider .flex-caption h3
{
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.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 paginador */
#single-page
{
    background-attachment: fixed !important;
    background-image: url("../images/slider-5.jpg");
    background-repeat: repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 200px 0 60px;
    display:block;
    clear:both;
}
.single-page-left
{
  display: inline;
  float: left;
  width: 100%;
}
.single-page-left h2
{
  text-transform: uppercase;
  color:#FFFFFF;
}
.single-page-right
{
  display: inline;
  float: left;
  width: 100%;
}
.single-page-right .breadcrumb 
{
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  text-align: right;
}
.single-page-right .breadcrumb li a
{
  color: #ccc;
  text-decoration:none;
}
.single-page-right .breadcrumb li a:hover
{
  color: #FFFFFF;
  text-decoration:none;
}
.single-page-right .breadcrumb li.active
{
  color: #fff;
}
/* fin paginador */
/* comienza pagina contacto */
.title-area 
{
  display: block;
  padding: 0 150px;
  text-align: center;
  width: 100%;
}
.title-area .title 
{	
	font-size: 35px;
	font-weight: 700;
	line-height: 35px;
	text-transform: uppercase;
}
.title-area .line 
{
  background-color: #777;
  display: inline-block;
  height: 2px;
  width: 60px;
}
.title-area p 
{
  color: #777777;
  line-height: 25px;
  margin-top: 20px;
}
#contact
{
    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;
}
.cotact-area
{
  display: inline;
  float: left;
  margin-top: 50px;
  width: 100%;
}
.contact-area-left
{
  display: inline;
  float: left;
  width: 100%;
}
.contact-area-left h4
{
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
}
.contact-area-left h4::after 
{ 
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 30px;
}
.contact-area-left p
{
  font-size: 15px;
}
.contact-area-left .single-address 
{
  font-size: 15px;
  padding-right: 62px;
}
.contact-area-right
{
  display: inline;
  float: left;
  width: 100%;
}
.contact-area-right h4
{
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
}
.contact-area-right h4::after 
{ 
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 30px;
}
.contact-area-right p
{
  font-size: 15px;
}
.contact-form textarea
{
  width: 100%;
}
.contact-social
{
  text-align: left;
  margin-top: 10px;
}
.contact-social .redes_icon i 
{
    padding: 0 5px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
}
.contact-social .redes_icon i:hover 
{
    color: #2b5000;
}
#google-map
{
  display: block;
  float:none;
  width: 100%;
  position:relative;
}
#google-map iframe 
{
  margin-bottom: 0px;
  clear:both;
}
.comment-btn
{
    text-transform: uppercase;
    border: 2px solid #2b5000;
    background-color: #2b5000;
    color: #FFFFFF;
    padding: 6px 6px;
    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;
}
.comment-btn:hover, .comment-btn:focus, .comment-btn.focus, .comment-btn:active, .comment-btn.active
{
    color: #FFFFFF;
    border: 2px solid #000000;
    background-color: #000000;
}
.comment-btn:hover
{
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
/* comienza caqtcha */
.caqtcha 
{
	float:none;
	display:block;
	width:100%;
	text-align:left;
} 
.caqtcha span
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:left;
    FONT-SIZE: 12px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #666666;  
    LINE-HEIGHT:22px;
    text-decoration:none;
    font-weight:bold;
}
.caqtcha input
{
	width:130px;
	text-align:center;
	margin-bottom:6px;
	margin-top:6px;
} 
.caqtcha img
{
	display:block;
	margin:0px;
	padding:0px;
}
.iCaptcha
{
	text-align:center;
	padding:10px;
}
.cchacambiar
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:left;
    FONT-SIZE: 12px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #666666;  
    LINE-HEIGHT:22px;
    text-decoration:none;
    font-weight:bold;
    margin-top:6px;
    margin-left:10px;
 } 
.cchacambiar:hover
{ 
	text-decoration:none;
	color: #000000;  
}   
/* fin caqtcha */
/* fin pagina contacto */
/* comienza pagina legal */
.legaltxt p
{
	font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 12pt;
    color: #777;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: justify;
    text-indent: 40px;
}
.legaltxt strong
{
    font-weight:bold;
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 12pt;
    color: #777;
    font-variant: normal;
    text-decoration: none;
    text-align: justify;
    text-indent: 40px;
    margin-top:30px;
}
.legaltxt p.lead 
{
	font-family: 'Open Sans' , Arial, sans-serif;
	font-size: 2.4rem;
	line-height: 1.8;
	color:#666666;
}
.legaltxt .entry-title
{
	font-size: 3.3rem;
	line-height: 1.364;
	margin-bottom: 0.9rem;
	color:#e2001a;
	font-family: 'Open Sans' , Arial, sans-serif;
}
/* fin pagina legal */
/* comienza pagina clientes */
.modal-content 
{
	border-radius: 0px; 
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
}
.login-modal 
{
	width:60%;
    text-align:center;
    margin-right:auto;
    margin-left:auto;
    margin-top:60px;
}
.modal-header 
{
	background-image: linear-gradient(rgb(17,56,11), rgb(47,113,15));
    background-repeat: repeat-x;
	padding: 15px 25px;
}
.modal-header .modal-title 
{
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}
.modal .modal-body 
{
	padding: 25px;
}
.btn-modal
{
	border-color: #2b5000; 
	color: rgb(255, 255, 255); 
	background: #2b5000; 
	outline: 0px !important; 
	font-weight: normal; 
	text-decoration: none; 
	box-shadow: none !important;
    display:inline-block;
    padding:6px 12px;
    margin-bottom:0;
    font-size:14px;
    font-weight:400;
    line-height:1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    border-radius:4px;
    text-transform:uppercase;
}
.btn-modal:hover 
{
	border-color: rgb(0,0,0); 
	color: rgb(255, 255, 255) !important; 
	background-color:rgb(0,0,0);
}
.focus.btn-modal
{
	border-color: rgb(0,0,0); 
	color: rgb(255, 255, 255) !important; 
	background-color:rgb(0,0,0);
}
.btn-modal:focus 
{
	border-color: rgb(0,0,0); 
	color: rgb(255, 255, 255) !important; 
	background-color:rgb(0,0,0);
}
.active.btn-modal 
{
	border-color: rgb(0,0,0); 
	color: rgb(255, 255, 255) !important; 
	background-color:rgb(0,0,0);
}
.btn-modal:active 
{
	border-color: rgb(0,0,0); 
	color: rgb(255, 255, 255) !important; 
	background-color:rgb(0,0,0);
}
/* fin pagina clientes */
/* comienza pagina clima */
.spacer-clima
{
	margin-top:60px;
}
/* fin pagina clima */
/* comienza pne */
.pne
{
    background-image: linear-gradient(rgb(184,196,172), rgb(255,255,255));
    background-repeat: repeat-x;
    border-top-color: currentColor;
    border-top-width: medium;
    border-top-style: none;
    z-index: 0;
    width:100%;
    overflow: hidden;
    display: block;
    position: relative;
    margin: 0px;
    padding: 5px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
.mnu-txt
{
    overflow: hidden;
    position: relative;
    margin-left: 0px;
}
.nav2
{
    padding: 0px;
    margin: 0px;
}
.nav2 UL
{
    padding: 0px;
    margin: 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: #656565;
    font-family: 'Open Sans' , Arial, 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: #000000;
    text-decoration: underline;
}
.nav2 UL LI.current-object A
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
.nav2 UL LI.menu-object A
{
    color: #414815;
    text-decoration: none;
    font-weight: normal;
}
.nav2 UL LI.menu-object A:hover
{
    color: #000000;
    text-decoration: underline;
    font-weight: normal;
}
/* fin pne */
/* comienza pagina enlaces */
.enlaces
{
  margin-top:60px;
  margin-bottom:10px;
}
.single-table-price3 
{
  text-align: center;
  width:100%;
  display:block;
  position:relative;
}
.price-header3 
{
    background-image: linear-gradient(rgb(17,56,11), rgb(47,113,15));
    background-repeat: repeat-x;
    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%;
}
.enlace-article
{
	display: inline;
	float: left;
	padding:10px;
	width: 100%;
	background-color: #f8f8f8;
}
.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: Arial, Helvetica;
    font-size: 10pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
}
.enlace-article ul li a
{
    font-family: Arial, Helvetica;
    font-size: 10pt;
    color: #000000;
    text-decoration: none;
}
.enlace-article ul li a:hover
{
    color:#2b5000;
    text-decoration: none;
}
.enlace-article ul li:last-child
{
	border: none;
}
/* fin pagina enlaces */
/* comienza pagina informes */
.informes
{
  margin-top:60px;
  margin-bottom:10px;
  display:block;
  position:relative;
  width:100%;
  clear:both;
}
.single-table-price 
{
  background-color: none;
  text-align: center;
  width:50%;
  margin-right:auto;
  margin-left:auto;
}
.single-table-price2 
{
  background-color: none;
  text-align: center;
  width:90%;
  margin-right:auto;
  margin-left:auto;
}
.price-header 
{
  background-image: linear-gradient(rgb(17,56,11), rgb(47,113,15));
    background-repeat: repeat-x;
  display: inline;
  float: left;
  width: 100%;
}
.price-title 
{  
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin-top: -5px;
  min-width: 150px;
  padding: 5px 15px;
  text-transform: uppercase;
}
.price 
{
  color: #fff;
  display: inline;
  float: left;
  font-size: 20px;
  font-weight: normal;
  padding: 15px;
  width: 100%;
}
.informe-article
{
	display: inline;
	float: left;
	padding:20px;
	width: 100%;
	background-color: #f8f8f8;
}
.price-footer
{
	display: inline;
	float: left;
	width: 100%;
}
.price-footer2
{
	display: inline;
	float: left;
	width: 100%;
	background-color: #f8f8f8;
}
.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: #2b5000;
    text-decoration: none;
}
.informe-article ul li:last-child
{
	border: none;
}
.featured-price .price-title
{
	background-color: #666;
}
#informes .derecha
{
	float:right;
	text-align:right;
}
#informes .derecha > A > i 
{
	font-size:22px;
	color: #666666;
	text-decoration:none;
	text-align:right;
	float:right;
	padding-right:8px;
}
#informes .derecha > A:hover > i 
{
	color: #000000;
	text-decoration:none;
}
#informes .volver > A 
{
	font-size:16px;
	color: #666666;
	text-align:left;
	font-family: 'Open Sans' , Arial, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
}
#informes .volver > A:hover 
{
	color: #000000;
	text-decoration:none;
}
#informes .inftitulo 
{
   
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 700;
    font-size:14pt;
    text-transform:uppercase;
    color: #666;
    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' , Arial, sans-serif;
    font-weight: 300;
    font-size:12pt;
    text-transform:uppercase;
    color: #000000;
    text-align:left;
}
#informes .infcopete
{
   
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 400;
    font-size:13pt;
    text-transform:none;
    color: #000000;
    text-decoration:none;
    text-align:left;
}
.purchase-btn 
{
  background-color: #000000;
  border: 1px solid #ccc;
  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;
}
.purchase-btn:hover,
.purchase-btn:focus
{
	text-decoration: none;
	outline: none;
	color: #FFFFFF;
	background-color: #2b5000;
}
/* fin pagina informes */
/* comienza pagina noticias */
.noticias
{
  margin-top:60px;
  margin-bottom:10px;
}
/* comienza pne noticias */
#pne
{
    background: none;
    z-index: 0;
    width:100%;
    margin: 0px;
    padding: 0px;
}
#pne ul.menu_informa
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
}
#pne .menu_informa > LI.pne_item2 > A 
{
	DISPLAY: block; 
	padding: 2px 0 4px 0;
    list-style: none;
    font-family: 'Open Sans' , Arial, 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;
}
#pne .menu_informa > LI.pne_item2 > A:hover 
{
	color: #000000;
    text-decoration: none;
}
#pne .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: #000000;
	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 noticias */
.noticia-article
{
	display: inline;
	float: left;
	padding:20px;
	width: 100%;
	background-color: #f8f8f8;
}
.noticia-header 
{
    background-image: linear-gradient(rgb(17,56,11), rgb(47,113,15));
    background-repeat: repeat-x;
    display: inline;
    float: left;
    width: 100%;
    border-top:4px solid #000000;
}
.noticia-title
{
  color: #fff;
  display: inline;
  float: left;
  font-size: 20px;
  font-weight: normal;
  padding: 15px;
  width: 100%;
}
.notitulo
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 13pt;
    color: #2b5000;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}
.notitulo:hover
{
    color: #000000;
    text-decoration:none;
}
.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;
}
a.mas
{
    font-family: 'Open Sans' , Arial, sans-serif;
    text-decoration: none;
    color: #000000;
}
a.mas:hover
{
    text-decoration: none;
    color: #2b5000;
}
.lineanot
{
    height: 1px;
    background: #CCCCCC;
    width:100%;
}
/* fin pagina noticias */
/* comienza pagina mercados */
.mercados
{
  margin-top:60px;
  margin-bottom:10px;
  display:block;
  position:relative;
  width:100%;
  clear:both;
}
.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;
}
.titulartabla
{
    background: #2b5000;
    height: 28px;
}
.tdfila2
{
    font-family: Arial, Helvetica;
    font-size: 8.5pt;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}
.fecha
{
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    font-family: 'Open Sans' , Arial, sans-serif;
    letter-spacing: 1px;
    float: right;
    padding-right: 6px;
}
.tittabla
{
    font-family: 'Open Sans' , Arial, sans-serif;
    letter-spacing: 1px;
    float: left;
    padding-left: 6px;
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
}
a.resumeni
{
    font-family: 'Open Sans' , Arial, sans-serif;
    text-align: right;
    font-size: 12px;
    overflow: hidden;
    text-transform: uppercase;
    color: #000000;
    background: url( "../images/marker.png" ) no-repeat;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 12px;
    margin-right: 4px;
}
a.resumeni:hover
{
    text-decoration: underline;
    color:#2b5000;
    background: url( "../images/marker_act.png" );
    background-repeat: no-repeat;
    background-position: right center;
}
.derecha2
{
    float: right;
    margin-bottom:40px;
    text-align:right;
}
/* fin pagina mercados */
/* comienza pagina empresa */
.cuerpoB
{
    padding: 60px 0px 30px;
    position: relative;
    background-image: linear-gradient(rgb(184,196,172), rgb(255,255,255));
    background-repeat: repeat-x;
}
.home_content_box 
{
	BACKGROUND: url(../images/hp_content_box_top.png) no-repeat 0px 0px; 
	POSITION: relative;
	WIDTH: 420px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}
.home_content_box:unknown 
{
	DISPLAY: block; 
	RIGHT: 0px; 
	BACKGROUND: url(../images/hp_content_box_bottom.png) no-repeat 0px 0px; 
	LEFT: 0px; 
	BOTTOM: -35px; 
	POSITION: absolute; 
	HEIGHT: 70px; 
	content: ""
}
.content_box_inner 
{
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	BACKGROUND: url(../images/hp_content_box_tail.gif); 
	PADDING-BOTTOM: 35px; 
	MARGIN: 50px 0px 35px; 
	PADDING-TOP: 0px;
}
.inner_indents 
{
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	BACKGROUND: url(../images/vr_line_3.png) repeat-x 0px bottom; 
	PADDING-BOTTOM: 12px; 
	MARGIN: 0px 40px; 
	PADDING-TOP: 0px;
}
.box-title 
{
	PADDING: 0px; 
	FONT-WEIGHT: bold; 
	BACKGROUND: url(../images/vr_line_4.png) repeat-x 0px bottom; 
	FONT-STYLE: normal; 
	font-family: 'Open Sans' , Arial, sans-serif;
	padding-bottom:20px;
}
.box-title .box-main-title 
{
	DISPLAY: inline; 
	FONT-SIZE: 50px; 
	COLOR: #666; 
	font-family: 'Open Sans' , Arial, sans-serif;
	line-height:58px;
}
.box-title .box-sub-title 
{
	DISPLAY: inline; 
	FONT-SIZE: 35px;
	COLOR: #000000; 
	font-family: 'Open Sans' , Arial, sans-serif;
}
.box-title strong 
{
	PADDING: 0px; 
	DISPLAY: block; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 18px; 
	COLOR: #666; 
	FONT-FAMILY: Arial,Helvetica;
}
.extra_str 
{
	PADDING-RIGHT: 0px; 
	DISPLAY: block; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 14px; 
	PADDING-TOP: 14px; 
}
.empresa
{
	background:#fef6f0; 
	border-top:1px solid #e1e1e1; 
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height:auto; 
	overflow: hidden; 
	display: block; 
	position: relative; 
	margin-right: auto; 
	margin-left: auto;
	padding: 40px 0px 90px;
}
#empresa-area
{
	MARGIN-BOTTOM: -190px; 
	MARGIN-LEFT: 4px;
	OVERFLOW: hidden; 
	WIDTH:100%; 
	POSITION: relative; 
	TOP: -196px;
}
.list-1 UL 
{
    PADDING-RIGHT: 0px; 
    PADDING-LEFT: 0px; 
    PADDING-BOTTOM: 0px; 
    MARGIN-top: 10px; 
    PADDING-TOP: 0px; 
    LIST-STYLE-TYPE: none;
    MARGIN-left: 10px; 
}
.list-1 UL LI 
{
    PADDING-RIGHT: 0px; 
    PADDING-TOP: 0px;
    LIST-STYLE-TYPE: none;
}
.list-1 UL LI  
{
	DISPLAY: inline-block; 
	COLOR: #000000; 
	TEXT-DECORATION: none; 
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-ms-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
	BACKGROUND: url(../images/marker-1.png) no-repeat 0px 0px; 
	LINE-HEIGHT: 21px; 
	font-family: Arial ,Helvética;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 13px; 
	PADDING-LEFT: 30px; 
	PADDING-BOTTOM: 19px; 
}
/* fin pagina empresa */
/* comienza pagina mapas */
.mapas
{
  margin-top:60px;
  margin-bottom:10px;
  display:block;
  position:relative;
  width:100%;
  clear:both;
}
.titulartabla2
{
    background:rgb(0, 0, 0);
    height:32px;
    font-family: 'Open Sans' , Arial, sans-serif;
    letter-spacing: 1px;
    float:none;
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
    text-align:center;
    margin-right:auto;
    margin-left:auto;
}
.fichaf2
{ 
	background-color:#666;
}
.fichaf2res
{ 
	background-color: #FFFFFF;
	height:30px;
}
a.ficha2
{ 
	font-family: 'Open Sans' , Arial, sans-serif;
	font-size: 9pt; 
	color:#FFFFFF; 
	TEXT-DECORATION: none ; 
	font-weight:normal;
	text-transform:none;
}
a.ficha2res
{ 
	font-family: 'Open Sans' , Arial, sans-serif;
	font-size: 9pt; 
	color:#666; 
	TEXT-DECORATION: none ; 
	font-weight:bold;
	text-transform:none;
}
.map
{ 
	border:1px solid #dbd2ce;
	margin-right:auto;
	margin-left:auto;
	width:510px;
	text-align:center;
}
.text-icon
{ 
	border:1px solid #dbd2ce;
}
.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: #666 1px solid;
    background:#000000;
    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: #2b5000;
    border: #2b5000 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:#000000;
    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' , Arial, sans-serif;
    letter-spacing: 0px;
}
.buscador LI H5 A
{
    text-decoration: none;
    color:#000000;
    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' , Arial, sans-serif;
    letter-spacing: 0px;
}
.buscador LI H5 A:hover
{
    text-decoration: none;
    color: #2b5000;
}
/* fin pagina mapas */
/* comienza pagina camiones */
.TablaDatoFila
{
    font-family: 'Open Sans' , Arial, 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' , Arial, 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' , Arial, sans-serif;
    font-size: 8.5pt;
    text-decoration: none;
    color: #000000;
    text-align: center;
}
.fecha2
{
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    font-family: 'Open Sans' , Arial, sans-serif;
    letter-spacing: 1px;
    float: right;
    padding-right: 6px;
}
.tittabla2
{
    font-family: 'Open Sans' , Arial, sans-serif;
    letter-spacing: 1px;
    float: left;
    padding-left: 6px;
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
}
.tdcabc
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    text-align:center;
}
.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;
}
/* fin pagina camiones */
/* comienza pagina logistica */
.logis_box
{
  margin-top:60px;
  margin-bottom:10px;
  display:block;
  position:relative;
  width:100%;
  clear:both;
}
.box_catac
{
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
    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: #666 1px solid;
    background: #000000;
    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: #2b5000;
    border-right:#2b5000 1px solid;
    border-top: #2b5000 1px solid;
    border-left: #2b5000 1px solid;
    border-bottom: #2b5000 1px solid;
}
.buttonC
{
    padding-right: 18px;
    display: inline-block;
    padding-left: 18px;
    font-size: 16px;
    background: #000000;
    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: #666;
    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: #2b5000;
    color: #FFFFFF;
    border-color:#2b5000;
    border-width: 1px;
    border-style: solid;
    text-decoration:none;
}
.catac LI H5
{
    display: block;
    color: #2b5000;
    letter-spacing: 0px;
    font-weight: bold;
    text-align: left;
    font-size: 19px;
    margin: 0px 0px 8px;
    text-transform:none;
    font-family: 'Open Sans' , Arial, sans-serif;
    letter-spacing: 0px;
}
.catac LI H5 A
{
    text-decoration: none;
}
/* comienza compradores */
.tdcab3
{ 
	font-family: Arial, Helvetica;
	font-size: 8.5pt;
	COLOR: #000000; 
	font-weight:normal;
	font-variant: normal;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	padding-top:8px;
	line-height:18px;
}
.tdcab4
{ 
	font-family: Arial, Helvetica;
	font-size: 8.5pt;
	COLOR: #000000;    
	font-weight:normal;
	font-variant: normal;
	text-transform:capitalize;
	line-height:10pt;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:6px;
	padding-top:6px;
}
/* fin compradores */
/* fin pagina logistica */
/* 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 */
