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

@import url('../js/google-code-prettify/prettify.css');
@import url('font-awesome.css');
@import url('custom-fonts.css');
@import url('animate.css');

/* comienza estructura */
body
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    color: #656565;
}
a:active
{
    outline: 0;
}
.clear
{
    clear: both;
}
h1, h2, h3, h4, h5, h6
{
    font-family: 'Roboto' , sans-serif;
    font-weight: 700;
    line-height: 1.1em;
    color: #666;
    margin-bottom: 20px;
}
.highlight
{
    color: #fff !important;
    padding: 0 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.color-white
{
    color: #fff;
}
#wrapper
{
    width: 100%;
    margin: 0;
    padding: 0;
}
#wrapper.boxed
{
    width: 1230px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background: #fff;
}
.row, .row-fluid
{
    margin-bottom: 30px;
}
.row .row, .row-fluid .row-fluid
{
    margin-bottom: 30px;
}
.row.nomargin, .row-fluid.nomargin
{
    margin-bottom: 0;
}
#content
{
    position: relative;
    background: #fff;
    padding: 0px;
    display: block;
    margin: 0px;
}
/* comienza Responsive media */
.video-container, .map-container, .embed-container
{
    position: relative;
    margin: 0 0 15px 0;
    padding-bottom: 51%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border: none;
}
.embed-container iframe, .embed-container object, .embed-container embed, .video-container iframe, .map-container iframe, .map-container object, .map-container embed, .video-container object, .video-container embed
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
iframe
{
    border: none;
}
img.img-polaroid
{
    margin: 0 0 20px 0;
}
.img-box
{
    max-width: 100%;
}
/* fin responsive media */
/* fin estructura */
/* comienza Header */
/* comienza top area */
header 
{
    background-image: linear-gradient(rgb(129, 180,77), rgb(205, 230, 136));
    background-repeat: repeat-x;
    background-color: rgb(185,220,118);
}
header .top .row
{
    margin-bottom: 0;
}
header .top
{
    padding: 0px;
    margin: 0;
    height: 120px;
    background:url(../images/top.jpg);
    background-repeat:no-repeat;
    background-position:center right;
}
header .top
{
    border-bottom: 1px solid #ddd;
}
/*  fin top area */
/* comienza logo */
.navbar-brand
{
    margin: 0px;
    padding: 0px;
    float: left;
    display: block;
    margin-top: 10px;
}
.navbar-brand2
{
    margin: 0px;
    padding: 0px;
    float: right;
    display: block;
    margin-top: 20px;
}
.navbar-brand3
{
    margin: 0px;
    padding: 0px;
    float: left;
    display: block;
    margin-bottom: 20px;
    width: 100%;
}
.navbar-brand3 img
{
    margin: 0px;
    padding: 0px;
    float: left;
    width: 40%;
}
/* fin logo */
/* comienza navegacion */
header .navbar
{
    margin: 0px;
}
.navbar-default
{
    border: none;
}
header .navbar-collapse ul.navbar-nav
{
    float: left;
    margin: 0px;
    padding: 0px;
}
header .navbar-default
{
    background-image: linear-gradient(rgb(205, 230, 136), rgb(129, 180,77));
    background-repeat: repeat-x;
    background-color: rgb(185,220,118);
    border-bottom: 1px solid #ddd;
}
header .nav li a:hover, header .nav li a:focus, header .nav li.active a, header .nav li.active a:hover, header .nav li a.dropdown-toggle:hover, header .nav li a.dropdown-toggle:focus, header .nav li.active ul.dropdown-menu li a:hover, header .nav li.active ul.dropdown-menu li.active a
{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
header .navbar-default .navbar-nav > .open > a, header .navbar-default .navbar-nav > .open > a:hover, header .navbar-default .navbar-nav > .open > a:focus
{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
header .navbar
{
    min-height: 40px;
}
header .navbar-nav > li
{
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
header .navbar-nav > li > a
{
    padding-bottom: 6px;
    padding-top: 5px;
    margin: 0px;
    line-height: 30px;
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
header .nav .caret
{
    border-bottom-color: #f5f5f5;
    border-top-color: #f5f5f5;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
{
    background-color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
    background-color: #fff;
}
.dropdown-menu
{
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #eee;
}
header .navbar-nav > li > ul > li
{
    border-bottom: 1px solid #eee;
}
header .navbar-nav > li > ul > li.dropdown-submenu > ul > li
{
    border-bottom: 1px solid #eee;
}
.dropdown-menu li:last-child
{
    padding-bottom: 0 !important;
    margin-bottom: 0;
}
header .nav li .dropdown-menu
{
    padding: 0;
}
header .nav li .dropdown-menu li a
{
    line-height: 30px;
    padding: 3px 12px;
}
header .navigation
{
    float: right;
}
header ul.nav li
{
    border: none;
    margin: 0;
}
header ul.nav li a
{
    font-size: 12px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
}
header ul.nav li ul li a
{
    font-size: 12px;
    border: none;
    font-weight: 400;
    text-transform: none;
}
.navbar .nav > li > a, .navbar .nav > li.active > .dropdown-menu > li > a
{
    color: #444;
    text-shadow: none;
}
.dropdown-menu li:hover, .dropdown-menu li a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .dropdown-menu .active > a, .dropdown-menu .active > a:hover
{
    background: #f5f5f5;
}
.navbar .nav a:hover
{
    background: none;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover
{
    background: none;
    font-weight: 700;
}
.navbar .nav > .active > a:active, .navbar .nav > .active > a:focus
{
    background: none;
    outline: 0;
    font-weight: 700;
}
.navbar .nav li .dropdown-menu
{
    z-index: 2000;
}
header ul.nav li ul
{
    margin-top: 1px;
}
header ul.nav li ul li ul
{
    margin: 1px 0 0 1px;
}
.dropdown-menu .dropdown i
{
    position: absolute;
    right: 0;
    margin-top: 3px;
    padding-left: 20px;
}
.navbar .nav > li > .dropdown-menu:before
{
    display: inline-block;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-bottom-color: none;
    content: none;
}
ul.nav li.dropdown a
{
    z-index: 1000;
    display: block;
}
/* comienza sub menu */
header ul.nav li ul li.dropdown-submenu li a
{
    color: #444;
}
.dropdown-submenu
{
    position: relative;
}
.dropdown-submenu > .dropdown-menu
{
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: 1px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0;
    border-radius: 0 0 0 0;
}
.dropdown-submenu:hover > .dropdown-menu
{
    display: block;
}
.dropdown-submenu > a:after
{
    display: block;
    content: "\f105";
    font-family: 'FontAwesome';
    float: right;
    width: 0;
    height: 0;
    margin-top: 0;
    margin-right: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dropdown-submenu:hover > a:after
{
    border-left-color: #fff;
}
.dropdown-submenu.pull-left
{
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu
{
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/* comienza Featured */
#featured
{
    width: 100%;
    background: #fcfcfc;
    position: relative;
    margin: 0;
    padding: 0;
}
#featured.bg
{
    background: none;
}

/* comienza Sliders */
/* rev slider */
.tp-caption a.btn
{
    color: #fff;
}
/* flexslider */
.main-slider.flexslider
{
    margin: 20px 0 20px;
    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;
}
.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: 35px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin: 0;
    padding: 25px 25px 25px 30px;
    position: absolute;
    right: 0;
    width: 295px;
}
.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';
}
/* comienza button */
.btn-theme
{
    color: #fff;
}
.btn-theme:hover
{
    color: #eee;
}
/* fin button */
/* fin slider */
/* comnienza footer */
footer .widget2
{
    float: left;
    display: inline;
    width: 50%;
}
footer .widget2
{
    border-left: #dddddd 1px solid;
    padding-left: 30px;
}
footer .widget2.first
{
    border-left: #dddddd 0px solid;
    padding-left: 0px;
}
/* comienza mapa */
.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" );
    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: 150px;
}
/* fin mapa */
footer
{
    background-image: linear-gradient(rgb(129, 180,77), rgb(205, 230, 136));
    background-repeat: repeat-x;
    background-color: rgb(185,220,118);
}
#sub-footer
{
    border-top: 1px solid #ddd;
    background: #f7f7f7;
}
footer
{
    padding: 50px 0 0 0;
}
footer a
{
    color: #666;
}
footer a:hover
{
    color: #444;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6
{
    color: #666;
}
footer address
{
    line-height: 1.6em;
}
footer h5 a:hover, footer a:hover
{
    text-decoration: none;
}
ul.social-network
{
    list-style: none;
    margin: 0;
}
ul.social-network li
{
    display: inline;
    margin: 0 5px;
}
footer ul.social-network li i
{
    font-size: 1.3em;
}
#sub-footer
{
    text-shadow: none;
    padding: 0;
    padding-top: 30px;
    margin: 20px 0 0 0;
    background-image: linear-gradient(rgb(205, 230, 136), rgb(129, 180,77));
    background-repeat: repeat-x;
    background-color: rgb(185,220,118);
}
#sub-footer p
{
    margin: 0;
    padding: 0;
}
#sub-footer span
{
}
.copyright
{
    text-align: left;
    font-size: 12px;
}
#sub-footer ul.social-network
{
    float: right;
}
/* 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 list style */
ul.general
{
    list-style: none;
    margin-left: 0;
}
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;
}
footer ul.link-list li a
{
    color: #777;
}
footer ul.link-list li a:hover
{
    color: #333;
}
/* fin list style */
ul.social-network
{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.social-network li
{
    display: inline;
    margin: 0 5px;
}
ul.social-network li a:hover
{
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
/* fin footer */
/* comienza cuerpo */
/* comienza box */
.items
{
    display: block;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
}
.box1
{
    width: 100%;
    text-align: center;
}
.box1 h4
{
    font-weight: 300;
    padding: 0px;
    font-family: 'Open Sans' , Arial, sans-serif;
    text-transform: uppercase;
    color: rgb(87, 87, 87);
    font-size: 1.2em;
    margin-bottom: 8px;
}
.box1 h4 a
{
    font-weight: 300;
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans' , Arial, sans-serif;
    text-transform: uppercase;
    color: rgb(87, 87, 87);
    font-size: 1.2em;
    text-decoration: none;
}
.box1 h4 a:hover
{
    color: #009440;
    text-decoration: none;
}
.box1 .icon
{
    margin-bottom: 20px;
    color: #FFFFFF;
}
.box1 .icon a
{
    color: rgb(87, 87, 87);
}
.box1 .icon a:hover
{
    color: #009440;
}
.box1 p
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 1em;
    color: rgb(87, 87, 87);
    line-height: 1.5em;
}
/* fin box */
.widget-content
{
    padding: 0px;
    margin: 0px;
}
/* comienza titulos */
.widget_text H1
{
    padding-right: 0px;
    padding-left: 0px;
    font-weight: 100;
    font-size: 22pt;
    padding-bottom: 0px;
    padding-top: 0px;
    font-family: 'Open Sans' , Arial, sans-serif;
    text-transform: uppercase;
    color: #000000;
    line-height: 26px;
    background: none;
}
.widget_text H4
{
    padding-right: 0px;
    padding-left: 0px;
    font-weight: 700;
    padding-bottom: 0px;
    padding-top: 0px;
    font-family: 'Open Sans' , Arial, sans-serif;
    text-transform: uppercase;
    color: #009440;
}
/* fin titulos */
/* comienza imagen */
img.pull-left
{
    float: left;
    margin: 0 15px 15px 0;
}
.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;
}
.textwidget figure
{
    float: left;
    display: block;
}
.featured-thumbnail IMG
{
    float: left;
}
.featured-thumbnail .image-wrap IMG
{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.featured-thumbnail .image-wrap:hover IMG
{
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
/* fin imagen */
/* comienza informes */
.widget_text .widget2
{
    float: left;
    display: inline;
    width: 100%;
}
.widget_text .widget2
{
    border-left: #dddddd 1px solid;
    padding-left: 30px;
}
.widget_text .widget2.first
{
    border-left: #dddddd 0px solid;
    padding-left: 0px;
}
.widget_text .widget2 ul.link-list
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
    width: 100%;
    display: block;
    height: 100px;
}
.widget_text .widget2 ul.link-list li
{
    float: none;
    margin: 0;
    padding: 2px 0 2px 0;
    list-style: none;
    display: block;
}
.widget_text .widget2 ul.link-list li a
{
    color: #777;
}
.widget_text .widget2 ul.link-list li a:hover
{
    color: #333;
}
.widget_text .widget2 ul.link-list li i
{
    padding-right:8px;
}
/* fin informes */
/* comienza video */
.video .titulovideo
{
    color: #000000;
    background: none;
    font-family: 'Open Sans' , Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: 100 !important;
    margin-top: 0px;
    margin-bottom: 10px;
    text-shadow: none;
}
/* fin video */
/* comienza noticias */
.notfecha
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 10pt;
    color: #000000;
    line-height: 1.5em;
}
.notfuente
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 10pt;
    color: #009440;
    line-height: 1.5em;
    text-transform: uppercase;
}
.notcopete
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 10pt;
    color: #000000;
    line-height: 1.5em;
    display: block;
}
a.notitulo
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 12pt;
    color: #009440;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}
a.notitulo:hover
{
    text-decoration: none;
    color: #000000;
}
a.mas
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 11pt;
    text-decoration: none;
    color: #009440;
}
a.mas:hover
{
    text-decoration: none;
    color: #000000;
}
.highlight
{
    color: #fff !important;
    padding: 0 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #009440;
    margin-bottom: 10px;
}
/* fin  noticias */
/* comienza boton */
.button
{
    padding-right: 15px;
    display: inline-block;
    padding-left: 21px;
    font-weight: bold;
    font-size: 12px;
    background: url(../images/button-arrow.gif) #009440 no-repeat 13px 14px;
    padding-bottom: 0px;
    color: #f5f5f5;
    line-height: 32px;
    padding-top: 0px;
    height: 32px;
    text-decoration: none;
}
.button:hover
{
    background-position: 13px -11px;
    color: #313131;
    background-color: #fff;
    text-decoration: none;
}
/* fin boton */
/* comienza enlaces/consultas */
.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: #009440;
    border-top-width: 6px;
    border-top-style: solid;
}
.service-box3 .icon
{
    margin: 0px 0px 10px;
    float: none;
}
.service-box3 h2.title
{
    color: rgb(61, 61, 61);
    font-family: 'Open Sans' , Arial, sans-serif;
    line-height: 44px;
    font-size: 35px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
}
.button
{
    padding-right: 15px;
    display: inline-block;
    padding-left: 21px;
    font-weight: bold;
    font-size: 14px;
    background: url(../images/button-arrow.gif) rgb(87, 87, 87) no-repeat 13px 14px;
    padding-bottom: 0px;
    color: #FFFFFF;
    line-height: 32px;
    padding-top: 0px;
    height: 32px;
    text-decoration: none;
    font-family: 'Open Sans' , Arial, sans-serif;
}
.button:hover
{
    background-position: 13px -11px;
    color: rgb(61, 61, 61);
    background-color: #FFFFFF;
    text-decoration: none;
}
.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: #009440;
}
/* fin enlaces/consultas */
/* comienza utilidades */
.service
{
    margin-top: 20px;
}
.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: rgb(87, 87, 87);
    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: #009440;
    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: rgb(87, 87, 87);
    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(87, 87, 87);
    font-family: 'Open Sans' , Arial, 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: rgb(61, 61, 61);
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 1.2em;
    text-decoration: none;
}
.service-box h2 a:hover
{
    color: #009440;
    text-decoration: none;
}
.service-box .service-box_txt
{
    margin: 0px;
}
.service-box .btn-align
{
    text-align: center;
}
/* fin utilidades */
/* comienza banner mercados */
.recent-posts
{
    padding: 0px;
    width: 100%;
    display: block;
    text-align:center;
    margin-top:30px;
}
.recent-posts li
{
    margin: 0px;
    width: 32%;
    float: left;
    list-style: none;
    margin-right:9px;
}
.recent-posts li:nth-child(4n)
{
    margin-right: 0px;
}
.recent-posts li.nomargin
{
    margin-right: 0px;
}
.recent-posts h5
{
    display: none !important;
}
.recent-posts .thumbnail1
{
    margin: 0px;
    float: none;
    opacity: 1;
}
.recent-posts .thumbnail1:hover
{
    opacity:0.3;
}
.recent-posts2
{
    padding: 0px;
    display: block;
    text-align:center;
    width:100%;
}
.recent-posts2 .unstyled 
{
	list-style: none; 
}
.recent-posts2 li
{
    width: 48%;
    float: left;
    list-style: none;
    padding:0px;
    text-align:center;
    margin-right:9px;
}
.recent-posts2 li img
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}
.recent-posts2 li:nth-child(4n)
{
    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;
}
/* fin banner mercados */
/* 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;
}
.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
{
    align:center;
    width:94%;
    margin-right:auto;
    margin-left:auto;
}
/* fin mercados */
/* fin cuerpo */
/* comienza pagina clientes */
#inner-headline
{
	background:#e8f8bf;
	position:relative;
	margin:0;
	padding:0;
	color:#fefefe;
}
#inner-headline .inner-heading h2 
{
	color:#fff;
	margin:20px 0 0 0;
	font-family: 'Open Sans' , Arial, sans-serif;
}
/* --- breadcrumbs --- */
#inner-headline ul.breadcrumb 
{
	margin:30px 0 0;
	float:left;
	background:#005f35;
}
#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;
}
.colorgraph 
{
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #005f35, #55a41c 12.5%, #cedbaf 12.5%, #f7fdca 25%, #8ebd57 25%, #c7e283 37.5%, #8cbb55 37.5%, #cae485 50%, #97c25e 50%, #a2ca67 62.5%, #005f35 62.5%, #55a51c 75%, #c3d5a1 75%, #92bf5a 87.5%, #cbe586 87.5%, #bfdd7d);
  background-image: -moz-linear-gradient(left, #005f35, #55a41c 12.5%, #cedbaf 12.5%, #f7fdca 25%, #8ebd57 25%, #c7e283 37.5%, #8cbb55 37.5%, #cae485 50%, #97c25e 50%, #a2ca67 62.5%, #005f35 62.5%, #55a51c 75%, #c3d5a1 75%, #92bf5a 87.5%, #cbe586 87.5%, #bfdd7d);
  background-image: -o-linear-gradient(left, #005f35, #55a41c 12.5%, #cedbaf 12.5%, #f7fdca 25%, #8ebd57 25%, #c7e283 37.5%, #8cbb55 37.5%, #cae485 50%, #97c25e 50%, #a2ca67 62.5%, #005f35 62.5%, #55a51c 75%, #c3d5a1 75%, #92bf5a 87.5%, #cbe586 87.5%, #bfdd7d);
  background-image: linear-gradient(to right, #005f35, #55a41c 12.5%, #cedbaf 12.5%, #f7fdca 25%, #8ebd57 25%, #c7e283 37.5%, #8cbb55 37.5%, #cae485 50%, #97c25e 50%, #a2ca67 62.5%, #005f35 62.5%, #55a51c 75%, #c3d5a1 75%, #92bf5a 87.5%, #cbe586 87.5%, #bfdd7d);
}
form.register-form .row 
{
	margin-bottom:0;
}
.btn-block
{
	background:#005f35;
	border-color:#005f35;
}
.btn-block:hover
{
	background:#56a51c;
	border-color:#56a51c;
}
.register-form h2 
{
	color:#000;
	margin:20px 0 0 0;
	font-family: 'Open Sans' , Arial, sans-serif;
}
.register-form small
{
	color:#005f35;
	font-family: 'Open Sans' , Arial, sans-serif;
}
/* fin pagina clientes */
/* comienza pagina contacto */
.line8 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" );
    filter: gray;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.line8
{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 300px;
}
/* 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;
}
.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 servicios */
.fh5co-links 
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top:30px;
}
.fh5co-links li 
{
    margin: 0px;
    list-style: none;
    border-bottom: 1px dotted black;
    font-size: 1.5rem;
    color:#e2001a;
    font-family: 'Open Sans' , Arial, sans-serif;
    padding:6px;
}
.fh5co-links li p
{
    font-size: 1.4rem;
    color:#e2001a;
    line-height: 2rem;
    font-family: 'Open Sans' , Arial, sans-serif;
    padding-left:16px;
    margin-top:2px;
}
/* fin pagina servicios */
/* comienza pagina empresa */
.empresa-text 
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top:30px;
}
.empresa-text p
{
    font-size: 1.4rem;
    color:#e2001a;
    line-height: 2rem;
    font-family: 'Open Sans' , Arial, sans-serif;
    margin-top:2px;
}
.empresa-text2 
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top:30px;
}
.empresa-text2 p
{
    font-size: 1.6rem;
    color:#000000;
    line-height: 2.4rem;
    font-family: 'Open Sans' , Arial, sans-serif;
    margin-top:2px;
}
.teaminfo 
{
	padding:10px 5px 5px 5px;
	background:#f5fbe4 url(../images/rausch.png) repeat;
	border-top:4px solid #005f35;
	text-align:center;
	margin-top:5px;
	-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;
}
.teaminfo h4
{
    font-weight: 700;
    padding: 0px;
    font-family: 'Open Sans' , Arial, sans-serif;
    text-transform: uppercase;
    color: #000000;
    font-size: 1.6em;
    margin-bottom: 8px;
}
.teaminfo ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.teaminfo li 
{
    margin: 0px;
    list-style: none;
    font-size: 1.5rem;
    color:#e2001a;
    font-family: 'Open Sans' , Arial, sans-serif;
    padding:6px;
}
.teaminfo li p
{
    font-size: 1.4rem;
    color:#e2001a;
    line-height: 2rem;
    font-family: 'Open Sans' , Arial, sans-serif;
}
/* fin pagina empresa */
/* comienza pagina productos */
.pricing-box-alt 
{
    border: 1px solid #e6e6e6;
    background:#fcfcfc;
    position:relative;
    margin:0 0 20px 0;
    padding:0;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    box-shadow: 0 2px 0 rgba(0,0,0,0.03);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pricing-box-alt .pricing-heading 
{
	background-image: linear-gradient(rgb(129, 180,77), rgb(205, 230, 136));
    background-repeat: repeat-x;
    background-color: rgb(185,220,118);
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
	display:block;
	color:#005f35;
	margin:0px;
}
.pricing-box-alt .pricing-heading h3 strong 
{
	font-size:25px;
	font-weight:700;
	letter-spacing:-1px;
	font-family: 'Open Sans' , Arial, sans-serif;
	color:#005f35;
}
.pricing-box-alt .pricing-terms 
{
	background:#005f35;
	display:block;
	overflow:hidden;
	height:2px;
	margin:0px;
	padding:0px;
}
.pricing-box-alt .pricing-action
{
	margin:0;
	text-align:center;
	padding:30px 0 30px 0;
}
.pricing-content
{
	background: #fff;
	text-align:left;
	font-size:14px;
	font-family: 'Open Sans' , Arial, sans-serif;
	height:336px;
}
.pricing-content strong
{
    color:#353535;
}
.pricing-content ul
{
	list-style:none;
	padding:0;
	margin:0;
}
.pricing-content p
{
	padding:15px;
	margin:0 0 0 0;
	color: #666;
	font-family: 'Open Sans' , Arial, sans-serif;
}
.pricing-content ul li
{
	border-bottom:1px solid #e9e9e9;
	list-style:none;
	padding:15px;
	margin:0 0 0 0;
	color: #666;
	font-family: 'Open Sans' , Arial, sans-serif;
	font-weight:normal;
}
.pricing-action 
{
    background:#e8f8bf;
}
.pricing-action .btn-producto 
{
	border-radius: 0;
	background: #fff;
	font-weight: 600;
	color: #666;
	border: 1px solid #ddd;
}
.pricing-action .btn-producto:hover 
{
	background: #666;
	color: #FFFFFF;
	border: 1px solid #ddd;
}
.prefooter 
{
	background:#e8f8bf;
	padding: 0px; 
	margin:0px;
	border-top-color: currentColor;
	border-top-width: medium; 
	border-top-style: none;
}
#clientes-box 
{
	PADDING: 24px; 
	MARGIN: 34px 0px 0px; 
	background-image: linear-gradient(rgb(129, 180,77), rgb(205, 230, 136));
    background-repeat: repeat-x;
    background-color: rgb(185,220,118);
	BACKGROUND-POSITION: 0px 0px; 
	BACKGROUND-REPEAT: repeat; 
	TEXT-ALIGN: center;
	width:100%;
}
#clientes-box H3 
{
	DISPLAY: block; 
	FONT-SIZE: 30px; 
	PADDING: 0px; 
	margin-bottom:20px;
	LETTER-SPACING: 0px;
	FONT-WEIGHT: bold; 
	TEXT-TRANSFORM: none; 
	font-family: 'Open Sans' , Arial, sans-serif;
	color: #005f35;
}
div.clientes
{
	padding: 1px 0px 0px;
}
div.clientes .clientes-item 
{
	background: rgb(255, 255, 255); 
	margin: 0px; 
	padding-top:0px;
	padding-top:4px;
	padding-right: 6px; 
	padding-left:6px;
	overflow: visible; 
	position: relative; 
	box-shadow: 6px 6px 0px #005f35;
}
.fh6co-links 
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.fh6co-links li 
{
    margin: 0px;
    list-style: none;
    padding:6px;
    display:inline-block;
}
/* fin pagina productos */
/* comienza pne */
#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 */
/* comienza pagina mercados */
.margin-top
{
	margin-top:30px;
}
.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;
}
.tdfila2
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 8.5pt;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    padding:2px;
}
.titulartabla
{
    background:rgb(87, 87, 87);
    height:28px;
}
.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;
}
.derecha2
{
    float: right;
    margin-bottom:20px;
    text-align:right;
}
.mercado1
{
    margin-bottom:20px;
}
a.resumeni
{
    font-family: 'Open Sans' , Arial, sans-serif;
    text-align: right;
    font-size: 12px;
    overflow: hidden;
    text-transform: uppercase;
    color: #666666;
    text-decoration: none;
}
a.resumeni:hover
{
    text-decoration: none;
    color:#000000;
}
/* fin pagina mercados */
/* comienza pagina logistica */
/* comienza pagina catac */
.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: #666;
    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: #009440;
    border-right:#009440 1px solid;
    border-top: #009440 1px solid;
    border-left: #009440 1px solid;
    border-bottom: #009440 1px solid;
}
.buttonC
{
    padding-right: 18px;
    display: inline-block;
    padding-left: 18px;
    font-size: 16px;
    background: #666;
    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: #009440;
    color: #FFFFFF;
    border-color:#009440;
    border-width: 1px;
    border-style: solid;
    text-decoration:none;
}
.catac LI H5
{
    display: block;
    color: #009440;
    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;
}
/* fin pagina catac */
/* comienza pagina rutas */
.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:#666;
    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: #009440;
    border: #009440 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:#666;
    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: 'Oswald' , sans-serif;
    letter-spacing: 0px;
}
.buscador LI H5 A
{
    text-decoration: none;
    color:#666;
    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: #009440;
}
/* fin pagina rutas */
/* 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;
}
/* fin pagina camiones */
/* comienza pagina mapas */
.titulartabla2
{
    background:rgb(87, 87, 87);
    height:28px;
    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;
}
/* fin pagina mapas */
/* comienza pagina enlaces */
.box_6 
{
	padding: 0px; 
	margin:0px;
	width:100%;
	position: relative;
	float:left;
	text-align:left;
	margin-bottom:20px;
}
.box_6 strong 
{
	margin: 0px; 
	padding:0px;
	color: #666; 
	line-height: 24px; 
	font-size: 16px; 
	font-weight: 500; 
	display: block;
	LETTER-SPACING: 0px;
	FONT-WEIGHT: bold; 
	TEXT-TRANSFORM: uppercase; 
	font-family: 'Open Sans' , Arial, sans-serif;
	line-height:45px;
}
.box_6 ul 
{
	margin:0px; 
	padding: 0px;
	width:100%;
}
.box_6 ul li 
{
	list-style: none; 
	margin: 0px; 
	padding: 0px 0px 0px; 
	color: #666; 
	line-height: 24px; 
	font-size: 12px; 
	font-weight:normal;
}
.box_6 ul li a 
{
	background:none; 
	padding: 0px 0px 0px 0px; 
	color: #666; 
	text-decoration: none;
	text-transform:none;
	font-family: 'Open Sans' , Arial, sans-serif;
	text-decoration:none;
}
.box_6 ul li a:hover 
{
	background:none; 
	color: #000000;
	text-decoration:none;
}
.box_6 ul li ul 
{
	margin: 0px 0px -10px !important; 
	padding: 10px 0px 0px 11px !important;
}
/* fin pagina enlaces */
/* fin pagina logistica */
/* comienza pagina informacion */
/* comienza pagina informes */
.box_informes
{
	padding: 0px; 
	margin:0px;
	width:100%;
	position: relative;
	float:left;
	text-align:left;
}
.box_informes ul 
{
	margin:0px; 
	padding: 0px;
	width:100%;
}
.box_informes ul li 
{
    list-style: none; 
    display:inline;
    float:left;
    width:35%;
    background:none;
    padding:5px;
    margin:0px;
    text-align: left;
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size:15px;
}
.box_informes ul li a 
{
	background: none; 
	padding: 0px; 
	color: #666; 
	text-decoration: none;
	text-transform:none;
	font-family: 'Open Sans' , Arial, sans-serif;
}
.box_informes ul li a:hover 
{
	background:none; 
	color: #000000;
}
#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 .nottitulo 
{
    text-align:left;
}
#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;
}
/* fin pagina informes */
/* comienza pagina noticias */
.noticias .tittlenot
{
	DISPLAY: block; 
	padding: 0px;
	margin-bottom:20px;
	margin-top:20px;
    list-style: none;
    border-bottom:4px solid #666;
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 18px;
    color: #666;
	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;
	text-transform:uppercase;
}
.notitulo
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 13pt;
    color: #009440;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}
.notcopete2
{
   
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 400;
    font-size:13pt;
    text-transform:none;
    color: #000000;
    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;
}

/* fin pagina noticias */
/* comienza compradores */
.cuit2
{
    font-family: 'Open Sans' , Arial, sans-serif;
    letter-spacing: 1px;
    padding-left: 6px;
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
    background:rgb(87, 87, 87);
    height:28px;
}    
.cuit
{
   text-align:center;
   height:30px;
   background:#666;   
   color:#FFFFFF;
}
.fila1nom
{
   
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 400;
    font-size:10pt;
    text-transform:none;
    color: #000000;
    text-decoration:none;
    text-align:left;
    padding:6px;
    background:#f1f1ed;
    border-bottom: 1px dotted black;
}
.fila1dom
{ 
	font-family: 'Open Sans' , Arial, sans-serif;
	font-size: 8pt;
	color:#000000;   
	font-weight:normal;
	font-variant: normal;
	text-transform:capitalize;
	line-height:10pt;
	padding:6px;
    background:#f1f1ed;
    border-bottom: 1px dotted black;
}
.aclaracion
{
   
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 300;
    font-size:8pt;
    text-transform:none;
    color: #000000;
    text-decoration:none;
    text-align:left;
}
.fila1num
{
   
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 400;
    font-size:10pt;
    text-transform:none;
    color: #000000;
    text-decoration:none;
    text-align:right;
    padding:6px;
    background:#f1f1ed;
    border-bottom: 1px dotted black;
}
.fila2dom
{ 
	font-family: 'Open Sans' , Arial, sans-serif;
	font-size: 8pt;
	color:#000000;   
	font-weight:normal;
	font-variant: normal;
	text-transform:capitalize;
	line-height:10pt;
	padding:6px;
    background:#e8f8bf;
    border-bottom: 1px dotted black;
}
.fila2nom
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 400;
    font-size:10pt;
    text-transform:none;
    color: #000000;
    text-decoration:none;
    text-align:left;
    padding:6px;
    background:#e8f8bf;
    border-bottom: 1px dotted black;
}
.fila2num
{
   
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 400;
    font-size:10pt;
    text-transform:none;
    color: #000000;
    text-decoration:none;
    text-align:right;
    padding:6px;
    background:#e8f8bf;
    border-bottom: 1px dotted black;
}
/* fin compradores */
/* comienza pagina novedades */
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: #666;  
}
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: #666;
}
.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: #000000;
    text-decoration:underline;
}
.numerores
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:left;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #000000;
    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: #000000;
    LINE-HEIGHT: 20px;
    text-decoration:none;
    font-weight:bold;
}
a.numerores:hover
{
    text-decoration:underline;
}
.titact
{ 
	font-family: Arial, Helvetica; 
	font-size: 10pt; 
	color: #000000;
	font-weight:normal;
	text-decoration:none;
	line-height:18px;
	padding-top:8px;
	padding-bottom:8px;
}
a.play
{ 
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:left;
    FONT-SIZE: 14px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #666; 
    LINE-HEIGHT:14px;
    text-decoration:none;
    font-weight:bold;
    letter-spacing:1px;
}
 a.play:hover
{ 
	text-decoration:underline;
	color: #000000;  
} 
#tablanov strong, span, p
{ 
	text-align:left;
}
/* fin pagina novedades */
/* fin pagina informacion */
/* comienza frase */
#call-reservation 
{
    padding: 40px 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 ); 
    margin-bottom:40px;
    margin-top:40px;
}
#call-reservation .overlay 
{
	padding: 0px 0;
	background: #8eb640;
}
#call-reservation h2 
{
	font-family: 'Open Sans' , Arial, sans-serif;
	color: #fff;
	font-weight: 400;
	margin: 0;
}
#call-reservation h3 
{
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	margin: 15px 0;
	font-family: 'Open Sans' , Arial, sans-serif;
}
/* fin frase */
/* comienza Media queries */
@media (min-width: 979px) and (max-width: 1200px)
{
    #wrapper.boxed
    {
        width: 1000px;
        margin: 0 auto;
    }
}
@media (min-width: 768px) and (max-width: 979px)
{
    #wrapper.boxed
    {
        width: 784px;
        margin: 0 auto;
    }
    a.detail
    {
        background: none;
        width: 100%;
    }

    footer .widget form input#appendedInputButton
    {
        display: block;
        width: 91%;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
    }
    footer .widget form .input-append .btn
    {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 10px;
    }
    ul.related-folio li
    {
        width: 156px;
        margin: 0 20px 0 0;
    }
}
@media (max-width: 767px)
{

    body
    {
        padding-right: 0;
        padding-left: 0;
    }
    #wrapper.boxed
    {
        width: 90%;
        margin: 0 auto;
    }
    .top
    {
        margin-top: 10px;
        margin:0px;
        padding:0px;
    }
    .navbar-header
    {
        margin-top: 5px;
        border-bottom: none;
    }
    .navbar-nav
    {
        border-top: none;
        padding-top: 5px;
        float: none;
        width: 100%;
    }
    header .navbar-nav > li
    {
        padding-bottom: 0;
        padding-top: 0;
    }
    header .nav li .dropdown-menu
    {
        margin-top: 0;
    }
    .stats > div
    {
        margin-bottom: 30px;
    }
    .dropdown-menu
    {
        position: absolute;
        top: 0;
        left: 40px;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 13px;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #f5f5f5;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }
    .navbar-collapse.collapse
    {
        border: none;
        overflow: hidden;
    }
    .items
    {
        display: block;
        margin: 0px;
        padding: 0px;
        width: 100%;
    }
    .box
    {
        padding: 20px 0;
        margin-bottom: 20px;
    }
    footer .col-lg-1, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6, footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12
    {
        margin-bottom: 20px;
    }
    #sub-footer ul.social-network
    {
        float: left;
    }
    [class*="span"]
    {
        margin-bottom: 20px;
    }
    .main-slider .flex-caption
    {
        bottom: 35px;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        margin: 0;
        padding: 5px 5px 5px 5px;
        position: absolute;
        right: 0;
        width: 295px;
    }
    .main-slider .flex-caption h3
    {
        color: #fff;
        letter-spacing: 1px;
        margin-bottom: 8px;
        text-transform: uppercase;
        font-size: 14px;
    }
    .main-slider .flex-caption p
    {
        margin: 0 0 15px;
    }
    .box1
    {
        width: 45%;
        text-align: center;
        display: inline;
    }
    .box1 h4
    {
        font-weight: 300;
        padding: 0px;
        font-family: 'Open Sans' , Arial, sans-serif;
        text-transform: uppercase;
        color: rgb(87, 87, 87);
        font-size: 1em;
        margin-bottom: 8px;
    }
    .box1 h4 a
    {
        font-weight: 300;
        padding: 0px;
        margin: 0px;
        font-family: 'Open Sans' , Arial, sans-serif;
        text-transform: uppercase;
        color: rgb(87, 87, 87);
        font-size: 1em;
        text-decoration: none;
    }
    .box1 h4 a:hover
    {
        color: #009440;
        text-decoration: none;
    }
    .box1 .icon
    {
        margin-bottom: 20px;
        color: #FFFFFF;
    }
    .box1 .icon a
    {
        color: rgb(87, 87, 87);
    }
    .box1 .icon a:hover
    {
        color: #009440;
    }
    .box p
    {
        font-family: 'Open Sans' , Arial, sans-serif;
        font-size: 1em;
        color: rgb(87, 87, 87);
        line-height: 1.5em;
    }
    .widget-content
    {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .recent-posts li
    {
        margin: 0px;
        width: 50%;
        float: left;
        list-style: none;
        display: block;
    }
    .service-box
    {
        display: block;
        margin-bottom: 80px;
    }
    .service-box.last
    {
        display: block;
        margin-bottom: 0px;
    }
    .widget_text .widget2
    {
        float: left;
        display: block;
        width:100%;
        margin-bottom:20px;
        border-left: #dddddd 0px solid;
        padding-left: 0px;
    }
    .tablecenter
    {
        align:center;
        width:92%;
        margin-right:auto;
        margin-left:auto;
    }
    .recent-posts2 li
    {
        margin: 0px;
        width: 100%;
        float: left;
        list-style: none;
        padding:0px;
        text-align:center;
        display:block;
        margin-bottom:10px;
    }
    .navbar-brand img
    {
        margin: 0px;
        padding: 0px;
        float: left;
        display: inline-block;
        width:180px;
        margin-top:4px;
    }
    .navbar-brand2 img
    {
        margin: 0px;
        padding: 0px;
        float: right;
        display: inline-block;
        width:180px;
    }
}
@media (max-width: 480px)
{
    .bottom-article a.pull-right
    {
        float: left;
        margin-top: 20px;
    }
    .main-slider .flex-caption
    {
        bottom: 0;
        text-align: center;
    }
    .main-slider .flex-caption p
    {
        display: none;
    }
    .cta-btn
    {
        float: none;
        text-align: center;
    }
}
@media (max-width: 360px)
{

}
/* fin Media queries */
