@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;
}
#contentT
{
    position: relative;
    background:transparent;
    padding: 0px;
    display: block;
    margin: 0px;
}
#content
{
    position: relative;
    background: #fff;
    padding-top:60px;
    display: block;
    margin: 0px;
}
#content0
{
    position: relative;
    background: #fff;
    padding: 0px;
    display: block;
    margin: 0px;
    background-color:#e7e7e7;
    padding-top:60px;
}
#content1
{
    position: relative;
    background-image: linear-gradient(rgb(186,172,164), rgb(236,231,229));
    background-repeat: repeat-x;
    background-color: rgb(236,231,229);
    display: block;
    margin: 0px;
    padding-top:60px;
}
/* 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-color: rgb(226,0,26);
}
header .top ul.social-network2
{
    list-style: none;
    margin: 0;
    padding: 0;
    float:right;
    margin-top:40px;
    margin-right:10px;
    display:inline;
}
header .top ul.social-network2 li a
{
    color: #FFFFFF;
}
header .top ul.social-network2 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;
    color:#ead82c;
}
header ul.social-network2
{
    list-style: none;
    margin: 0;
}
header ul.social-network2 li
{
    display: inline;
    margin: 0 15px;
}
header ul.social-network2 li i
{
    font-size: 3em;
}
header .top .row
{
    margin-bottom: 0;
}
header .top
{
    height: 130px;
}
header .top
{
    border-bottom: 0px solid #ddd;
}
/*  fin top area */
/* comienza logo */
.navbar-brand img
{
    margin: 0px;
    padding: 0px;
    float: left;
    display: block;
    margin-top: 10px;
    width:190px;
    height:auto;
}
.navbar-brand3
{
    margin: 0px;
    padding: 0px;
    float: left;
    display: block;
}
.navbar-brand3 img
{
    margin: 0px;
    padding: 0px;
    float: none;
    width:190px;
    height:auto;
}
.navbar-brand4
{
    margin: 0px;
    padding: 0px;
    float: none;
    display: block;
}
.navbar-brand4 img
{
    margin: 0px;
    padding: 0px;
    float: none;
    width:190px;
    height:auto;
}
.navbar-brandP img
{
    float:right;
    margin-top:20px;
    margin-right:20px;
    width:190px;
    height:auto;
    display:inline;
}
/* 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-color:transparent;
    border-bottom: 0px 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:30px ;
}
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: 14px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing:1px;
}
header ul.nav li ul li a
{
    font-size: 12px;
    border: none;
    font-weight: 400;
    text-transform: none;
    text-transform:uppercase;
}
.navbar .nav > li > a, .navbar .nav > li.active > .dropdown-menu > li > a
{
    color: #FFFFFF;
    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:#bb0618;
    position: relative;
    margin: 0;
    padding: 0;
}
#featured.bg
{
    background-color:#bb0618;
}

/* 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: 0px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    margin: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    width: 100%;
    text-align:center;
}
.main-slider .flex-caption h3
{
    color: #fff;
    letter-spacing: 1px;
    text-transform: none;
    margin: 0px;
    float:none;
    display:inline;
    text-align:center;
}
.main-slider .flex-caption span h3
{
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px;
    float:right;
    display:inline;
}
.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
{
    background-image: linear-gradient(rgb(226,0,26), rgb(159,12,22));
    background-repeat: repeat-x;
    background-color: rgb(226,0,26);
    display: block;
    position: reltative;
    width: 100%;
    float: left;
}
#sub-footer
{
    background: transparent;
}
footer
{
    padding: 50px 0 0 0;
    color: #FFFFFF;
}
footer a
{
    color: #FFFFFF;
}
footer a:hover
{
    color: #c8c8c8;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6
{
    color: #666;
}
footer address
{
    line-height: 1.6em;
    color: #FFFFFF;
    margin-top: 14px;
}
footer .widgetF
{
    width:100%;
    text-align:center;
}
footer .widgetF img
{
    text-align:center;
}
 .widget p
{
    margin-top: 14px;
}
footer .widget ul
{
    margin-top: 14px;
}
footer .widget p i
{
    margin-right: 6px;
}
footer address i
{
    margin-right: 6px;
}
footer address span
{
    margin-left: 16px;
}
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 15px;
}
footer ul.social-network li i
{
    font-size: 3em;
}
#sub-footer
{
    text-shadow: none;
    padding: 0;
    margin: 20px 0 0 0;
    background: transparent;
    text-align: center;
}
#sub-footer p
{
    margin: 0;
    padding: 0;
}
#sub-footer span
{
}
.copyright
{
    text-align: center;
    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: #000000;
    -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;
    text-transform:uppercase;
}
footer ul.link-list li a
{
    color: #000000;
    text-decoration:none;
}
footer ul.link-list li a:hover
{
    color: #727272;
    text-decoration:none;
}
/* fin list style */
ul.social-network
{
    list-style: none;
    margin: 0;
    padding: 0;
}
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;
    color: #f8c300;
}
/* fin footer */
/* comienza planta */
#planta
{
    background-attachment: fixed !important;
    background-image: url( "../images/planta-bg.jpg" );
    background-repeat: repeat;
    background-size: cover;
    color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
}
.planta-overlay
{
    padding: 0px;
    float: left;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
}
.planta-area
{
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
}
.plan
{
    border: 2px solid #727272;
    padding: 20px;
    margin-top:40px;
}
.plan1
{
    border: 0px solid #727272;
    padding: 20px;
    margin-top:40px;
}
.plan1 img
{
    width:350px;
    height:auto;
    text-align:center;
}
.plan .plan-title
{
    border-bottom: 2px solid #727272;
}
.plan .plan-title h3
{
    color: #FFFFFF;
    font-size:1.5em;
}
.plan ul li
{
    font-family: 'Open Sans' , Arial, sans-serif;
}
.plan ul
{
    padding: 0;
}
.plan ul li
{
    display: block;
    padding: 10px 0px 10px 0px;
}
.plan .btn
{
    background: transparent;
    border: 2px solid #FFFFFF;
    border-radius: 0px;
    color: #FFFFFF;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    padding:10px 25px;
}
.plan .btn:hover
{
    background: #505050;
    border-color: transparent;
}
/* fin planta */
/* 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: #edd72d;
    text-decoration: none;
}
.box1 .icon
{
    margin-bottom: 20px;
    color: #FFFFFF;
}
.box1 .icon a
{
    color: rgb(87, 87, 87);
}
.box1 .icon a:hover
{
    color: #edd72d;
}
.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 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: 250px;
}
/* fin mapa */
/* comienza informes */
.inf
{
    display: block;
    width: 100%;
    height:237px;
}
.widget_text .widget2
{
    display:block;
    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: #727272;
    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: #727272;
    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: #727272;
}
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 mercados */
.merctabla
{
    margin-bottom:0px;
}
.ficpanel
{
    visibility: hidden;
    position: absolute;
}
.titulartabla
{
    background: #727272;
    height: 28px;
    width:60%;
}
.titulartablaC
{
    background: #727272;
    height: 28px;
}
.titulartabla2
{
    background: #727272;
    height: 28px;
    width:85%;
}
.titulartabla2C
{
    background: #727272;
    height: 28px;
    width:85%;
}
.tablamercado
{
    width:60%;
}
.tablamercado2
{
    width:85%;
}
.barnot
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 12pt;
    color: #FFFFFF;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align:center;
}
.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;
}
.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;
}
.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: 'Open Sans' , Arial, sans-serif;
    font-size: 11pt;
    color: #FFFFFF;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    border: 0;
    padding-top: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.f1 a:hover
{
    text-decoration: none;
}
.f2 a
{
    display: block;
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 11pt;
    color: rgb(87, 87, 87);
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    padding-top: 2px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
f2 a:hover
{
    text-decoration: none;
    color: #000000;
}
.tdfila2
{
    font-family: Arial, Helvetica;
    font-size: 8.5pt;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}
/* fin mercados */
/* comienza boton */
.button-center
{
    text-align:center;
}
.button
{
    padding-right: 15px;
    display: inline-block;
    padding-left: 21px;
    font-weight: bold;
    font-size: 14px;
    background: url(../images/button-arrow.gif) #727272 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: #727272;
    background-color: #FFFFFF;
    text-decoration: none;
}
/* fin boton */
/* comienza enlaces/consultas */
.service-box3
{
    background:#f3f3f3 url(  "../images/bg.jpg" )no-repeat;
    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: #727272;
    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);
}
.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: #727272;
}
/* 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: #a0a0a0;
    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: rgb(114,114,114);
    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: #a0a0a0;
    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(114,114,114);
    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(114,114,114);
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 1.2em;
    text-decoration: none;
}
.service-box h2 a:hover
{
    color: #a0a0a0;
    text-decoration: none;
}
.service-box .service-box_txt
{
    margin: 0px;
}
.service-box .btn-align
{
    text-align: center;
}
/* fin utilidades */
/* comienza banner mercados */
.recent-posts
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    display: block;
    margin-left: 10px;
}
.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;
}
.recent-posts .thumbnail1
{
    margin: 0px;
    float: none;
    opacity: 1;
}
.recent-posts .thumbnail1:hover
{
    opacity: 0.3;
}
.recent-posts2
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 20px;
}
.recent-posts2 .unstyled
{
    list-style: none;
    margin-left: 0px;
}
.recent-posts2 li
{
    margin: 0px;
    width: 31%;
    float: left;
    list-style: none;
    padding: 0px;
    text-align: center;
    margin-right: 38px;
}
.recent-posts2 li img
{
    text-align: center;
}
.recent-posts2 li:last-child
{
    margin-right: 0px;
}
.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 animacion */
#animacion
{
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    background: rgb(236,231,229) url( "../images/girasoles.png" ) repeat-x;
}
#animacion marquee img
{
   z-index:6;
}
/* fin animacion */
/* comienza title-area */
.title-area
{
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom:60px;
}
.title-area .title
{
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    text-transform: uppercase;
    color: rgb(61, 61, 61);
    text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
}
.title-area .line
{
    background-color: #727272;
    display: inline-block;
    height: 2px;
    width: 60px;
}
.title-area p
{
    color: #777777;
    line-height: 25px;
    margin-top: 20px;
}
/* fin title-area */
/* comienza servicios */
.service-boxS
{
    padding:0px;
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    margin-bottom: 0px;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.service-boxS_top
{
    background-image: linear-gradient(rgb(186,172,164), rgb(255,255,255));
    background-repeat: repeat-x;
    background-color: rgb(255,255,255);
    border-radius: 0px;
    margin:0px;
    padding:0px;
    padding-top:20px;
    padding-top:20px;
}
.service-boxS .icon
{
    float: none;
    text-align: center;
}
.service-boxS h2.title
{
    margin-bottom: 20px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
    padding: 0px;
    margin: 0px;
    font-weight: 100;
    font-size: 22pt;
    font-family: 'Oswald' , sans-serif;
    text-transform: uppercase;
    color: #727272;
    line-height: 62px;
    text-align: center;
}
/* fin servicios */
/* comienza empresa */
#widget_my_requestquotewidget 
{
	BACKGROUND: url(../images/request-bg1.png) no-repeat center center; 
	margin-right:auto;
	margin-left:auto; 
	WIDTH: 100%; 
	HEIGHT: 138px;
}
#widget_my_requestquotewidget .top-box 
{
	OVERFLOW: hidden; 
	WIDTH:100%; 
	PADDING-TOP: 30px; 
	ZOOM: 1; 
	POSITION: relative; 
	HEIGHT: 180px; 
	TEXT-ALIGN: center;
}
#widget_my_requestquotewidget #box-button 
{
	RIGHT: 0px; 
	BOTTOM: 0px; 
	POSITION: absolute;
	margin-right:80px;
}
#widget_my_requestquotewidget .box-button 
{
	BORDER-RIGHT: #727272 1px solid;
	BORDER-TOP: #727272 1px solid;
	BORDER-LEFT: #727272 1px solid;
	BORDER-BOTTOM: #727272 1px solid; 
	BACKGROUND: #727272;  
	PADDING-RIGHT: 20px; 
	DISPLAY: inline-block; 
	FONT-SIZE: 18px; 
	font-family: 'Oswald' , sans-serif;
    text-transform: uppercase;
	COLOR: white; 
	LINE-HEIGHT: 40px; 
	HEIGHT: 40px; 
	TEXT-DECORATION: none; 
	border-radius: 0 0 11px 11px;
}
#widget_my_requestquotewidget .box-button:hover 
{
	BACKGROUND-COLOR: #171717;
	BORDER-RIGHT: #171717 1px solid;
	BORDER-TOP: #171717 1px solid;
	BORDER-LEFT: #171717 1px solid;
	BORDER-BOTTOM: #171717 1px solid; 
}
#widget_my_requestquotewidget .box-button .arrow 
{
	PADDING-RIGHT: 26px; 
	DISPLAY: inline-block; 
	PADDING-LEFT: 23px; 
	BACKGROUND: url(../images/button-arrow.png) no-repeat right center; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px;
}
#widget_my_requestquotewidget .top-box H2 
{
	COLOR: white; 
	font-weight: 100;
    font-size: 18pt;
    font-family: 'Oswald' , sans-serif;
    text-transform: none;
    text-align:center;
}
#widget_my_requestquotewidget .top-box H3 
{
	FONT-WEIGHT: normal; 
	COLOR: white; 
	font-weight: 100;
    font-size: 14pt;
    font-family: 'Oswald' , sans-serif;
    text-transform: uppercase;
    text-align:center;
}
/* fin empresa */
/* comienza arreglos servicios */
#servicios-boton #box-button 
{
	POSITION: relative;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	text-align:center;
}
#servicios-boton .box-button 
{
	BORDER-RIGHT: #727272 1px solid;
	BORDER-TOP: #727272 1px solid;
	BORDER-LEFT: #727272 1px solid;
	BORDER-BOTTOM: #727272 1px solid; 
	BACKGROUND: #727272;  
	PADDING-RIGHT: 20px; 
	DISPLAY: inline-block; 
	FONT-SIZE: 18px; 
	font-family: 'Oswald' , sans-serif;
    text-transform: uppercase;
	COLOR: white; 
	LINE-HEIGHT: 40px; 
	HEIGHT: 40px; 
	TEXT-DECORATION: none; 
	border-radius: 11px 11px 11px 11px;
}
#servicios-boton .box-button:hover 
{
	BACKGROUND-COLOR: #171717;
	BORDER-RIGHT: #171717 1px solid;
	BORDER-TOP: #171717 1px solid;
	BORDER-LEFT: #171717 1px solid;
	BORDER-BOTTOM: #171717 1px solid; 
}
#servicios-boton .box-button .arrow 
{
	PADDING-RIGHT: 26px; 
	DISPLAY: inline-block; 
	PADDING-LEFT: 23px; 
	BACKGROUND: url(../images/button-arrow.png) no-repeat right center; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px;
}
/* fin arrreglos servicios */
/* comienza carrusel */
@-webkit-keyframes scroll 
{
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll 
{
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.spacer
{
  height:80px;
  width: 100%;
}
.slider2 
{
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 70px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider2::before, .slider2::after 
{
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height:50px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider 
{
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider::before, .slider::after 
{
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track 
{
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(200px * 14);
}
.slider .slide 
{
  height: 100px;
  width: 200px;
}
.slider2::after 
{
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider2::before 
{
  left: 0;
  top: 0;
}
.slider2 .slide-track 
{
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(200px * 14);
}
.slider2 .slide 
{
  height: 50px;
  width: 200px;
}
/* fin carrusel */
/* comienza paginacion */
#inner-headline
{
	background-image: linear-gradient(rgb(186,186,186), rgb(241,241,241));
    background-repeat: repeat-x;
    background-color: rgb(210,210,210);
    border-bottom: 1px solid #ece7e5;
	position:relative;
	margin:0;
	padding:0;
	color:#fefefe;
	font-family: 'Open Sans' , Arial, sans-serif;
}
/* comienza breadcrumbs */
#inner-headline ul.breadcrumb 
{
	margin-top:20px;
	margin-bottom:0px;
	float:left;
	background:rgb(226,0,26);
}
#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;
}
/* fin breadcrumbs */
/* fin paginacion */
/* comienza pagina legal */
#legal 
{
    padding: 80px 0px;
    display:block;
    width:100%;
    background: rgb(255,255,255); 
}
.legaltxt p
{
    font-size: 13pt;
    color: #777;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: justify;
    text-indent: 20px;
    margin-bottom:20px;
    line-height:1.4em;
}
.legaltxt .strong
{
    font-weight:bold;
    font-size: 12pt;
    color: #777;
    font-variant: normal;
    text-decoration: none;
    text-align: justify;
    text-indent: 20px;
}
.legaltxt .lead
{
	font-size: 2.2rem;
	line-height: 2.8rem;
	color:#666666;
	text-align: justify;
}
.legaltxt .entry-title
{
	font-size: 2rem;
	line-height: 1.364;
	margin-bottom:40px;
	color:#666666;
}
.legaltxt .entry-title span
{
	border:2px solid #666666;
    border-radius: 5px;
    padding:10px;
}
.legaltxt p.spacer
{
	height:30px;
	width:100%;
}
/* fin pagina legal */
/* comienza pagina empresa */
#empresa
{
    padding: 80px 0px;
    display:block;
    width:100%;
    background: rgb(255,255,255); 
}
.empresatxt .entry-title
{
	font-size: 2rem;
	line-height: 1.364;
	margin-bottom:40px;
	color:#666666;
}
.empresatxt .entry-title span
{
	border:2px solid #666666;
    border-radius: 5px;
    padding:10px;
}
.empresatxt p.spacer
{
	height:30px;
	width:100%;
}
.empresatxt p
{
    font-size: 13pt;
    color: #777;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: justify;
    text-indent: 20px;
    margin-bottom:20px;
    line-height:1.4em;
}
.emp img 
{
    width:100%;
    height:auto;
    border:1px solid #cccccc;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.empresatxt UL 
{
    display: block;
    margin:0px;
    padding:0px;
    list-style: circle;
    text-align:left;
    margin-left: 40px;
}
.empresatxt UL LI 
{
    font-family: 'Open Sans', sans-serif;
    font-size: 13pt;
    color: #777;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: left;
    text-indent: 0px;
    margin-bottom:20px;
    line-height:1.4em;
}
.empresatxt UL LI strong
{
    font-weight: 700;
    text-transform:none;
}
/* fin pagina empresa */
/* comienza pagina servicios */
.service-boxS_body
{
    background-color:rgb(250,250,250);
    border-radius: 0px;
    margin:0px;
    padding:0px;
    padding:15px;
    min-height:240px;
}
.service-boxS_body2
{
    background-color:rgb(250,250,250);
    border-radius: 0px;
    margin:0px;
    padding:0px;
    padding:15px;
    min-height:300px;
}
.service-boxS_body p
{
    padding: 0px;
    margin: 0px;
    font-weight: 100;
    font-size: 14pt;
    font-family: 'Open Sans' , Arial, sans-serif;
    text-transform: none;
    color: #666666;
    line-height: 1.4em;
    text-align:left;
    margin-bottom:5px;
}
/* fin pagina servicios */
/* comienza pagina insumos */
.wk-gallery img 
{
	height: auto; 
	vertical-align: middle; 
	max-width: 100%;
}
.wk-gallery-wall > * 
{
	float: left; 
	display: block;
}
.margin.wk-gallery-wall 
{
	margin: 0px -15px -15px 0px;
}
.margin.wk-gallery-wall > * 
{
	margin: 15px 15px 15px 15px;
}
.round.wk-gallery-wall > * 
{
	border-radius: 10px; 
	overflow: hidden;
}
.round.wk-gallery-wall > * > img 
{
	border-radius: 10px; 
	overflow: hidden;
}
.round.wk-gallery-wall .spotlight > img + div 
{
	border-radius: 10px; 
	overflow: hidden;
}
.round.wk-gallery-wall [data-spotlight*='top'].spotlight .overlay 
{
	border-bottom-right-radius: 0px; 
	border-bottom-left-radius: 0px;
}
.round.wk-gallery-wall [data-spotlight*='bottom'].spotlight .overlay 
{
	border-top-left-radius: 0px; 
	border-top-right-radius: 0px;
}
.zoom.wk-gallery-wall > * 
{
	transition:0.1s ease-out; 
	-webkit-transition: all 0.1s ease-out; 
	-moz-transition: all 0.1s ease-out; 
	-o-transition: all 0.1s ease-out;
}
.zoom.wk-gallery-wall > *:hover 
{
	z-index: 10; 
	box-shadow: 8px 8px 15px rgba(0,0,0,0.4);
	transform: rotate(0deg) scale(1.2); 
	-webkit-transform: rotate(0deg) scale(1.2); 
	-o-transform: rotate(0deg) scale(1.2); 
	-moz-transform: rotate(0deg) scale(1.2);
}
/* fin pagina insumos */
/* comienza pagina ubicacion */
#ubicacion iframe 
{
    border:1px solid #cccccc;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.ubicaciontxt .entry-title
{
	font-size: 2rem;
	line-height: 1.364;
	margin-bottom:40px;
	color:#666666;
}
.ubicaciontxt .entry-title span
{
	border:2px solid #666666;
    border-radius: 5px;
    padding:10px;
}
.ubicaciontxt p.spacer
{
	height:30px;
	width:100%;
}
.ubicaciontxt p
{
    font-size: 13pt;
    color: #777;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: justify;
    text-indent: 0px;
    margin-bottom:20px;
    line-height:1.4em;
}
/* fin pagina ubicacion */
/* comienza pne */
.pne
{
    background: none;
    border-top-color: currentColor;
    border-top-width: medium;
    border-top-style: none;
    z-index: 0;
    width: 100%;
    height: 45px;
    overflow: hidden;
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
}
.mnu-txt
{
    overflow: hidden;
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 0px;
}
.nav2
{
    padding-top: 10px;
    padding-left: 14px;
}
.nav2 UL
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}
.nav2 UL LI
{
    padding-left: 9px;
    min-height: 26px;
    background: url(../images/menu-marker.gif) no-repeat 0px 0px;
    float: left;
    margin: 0px 0px 0px 9px;
    list-style-type: none;
}
.nav2 UL LI:first-child
{
    padding-right: 0px;
    padding-left: 0px;
    background: none transparent scroll repeat 0% 0%;
    padding-bottom: 0px;
    padding-top: 0px;
}
.nav2 UL LI A
{
    display: inline-block;
    font-size: 14px;
    color: #72909b;
    font-family: 'Open Sans' , 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: #445662;
    text-decoration: underline;
}
.nav2 UL LI.current-object A
{
    color: #445662;
    text-decoration: none;
    font-weight: bold;
}
.nav2 UL LI.menu-object A
{
    color: #445662;
    text-decoration: none;
    font-weight: normal;
}
.nav2 UL LI.menu-object A:hover
{
    color: #72909b;
    text-decoration: underline;
    font-weight: normal;
}
/* fin pne */
/* comienza pagina mercados */
.derecha2
{
    float: right;
    margin-bottom:40px;
    text-align:right;
}
.derecha2 a
{
    font-family: 'Open Sans', sans-serif;
    text-align: right;
    font-size: 18px;
    text-transform: uppercase;
    color:#848687;
}
.derecha2 a:hover
{
   text-decoration: underline;
   color:#a9aaac;
}
.derecha2 i
{
    padding-right:4px;
}
/* fin pagina mercados */
/* comienza pagina noticias */
/* 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;
    text-align:left;
}
#pne .menu_informa > LI.pne_item2 > A 
{
	DISPLAY: block; 
	padding: 2px 0 4px 0;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #666666;
	TEXT-DECORATION: none; 
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
	border-bottom: 1px dotted #666;
	text-align:left;
}
#pne .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-left:20px;
	padding-right:20px;
	padding-top:5px;
	width: 100%;
	background-color: #fbfaf9;
}
.noticia-header 
{
  background-color:#b1a199;
  display: inline;
  float: left;
  width: 100%;
  border-top:4px solid #826f65;
}
.noticia-title
{
  color: #fff;
  display: inline;
  float: left;
  font-size: 20px;
  font-weight: normal;
  padding: 15px;
  width: 100%;
  font-family: 'Lato', serif;
}
.nottitulo 
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 12pt;
    color: #727272;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}
.nottitulo a
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 12pt;
    color: #727272;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}
.nottitulo a:hover
{
    text-decoration: none;
    color: #000000;
}
/* fin pagina noticias */
/* comienza pagina informes */
.single-table-price2
{
    background-color: none;
    text-align: center;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
.price-header
{
    background-color: #646464;
    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;
    font-family: 'Lato', sans-serif;
}
.price
{
    color: #fff;
    display: inline;
    float: left;
    font-size: 20px;
    font-weight: normal;
    padding: 15px;
    width: 100%;
    font-family: 'Lato', sans-serif;
}
.informe-article
{
    display: inline;
    float: left;
    padding: 20px;
    width: 100%;
    background-color: #fafafa;
}
.price-footer
{
    display: inline;
    float: left;
    width: 100%;
}
.price-footer2
{
    display: inline;
    float: left;
    width: 100%;
    background-color: #fafafa;
}
.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: #444444;
    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: #505050;
    text-decoration: none;
}
.informe-article ul li a:hover
{
    color: #72909b;
    text-decoration: none;
}
.informe-article ul li:last-child
{
    border: none;
}
.featured-price .price-title
{
    background-color:#505050;
}
#informes .informe_center
{
    background-color: none;
    text-align: center;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
}
.derecha
{
    float: right;
    text-align: right;
}
.derecha > A > i
{
    font-size: 22px;
    color: #7e7e7e;
    text-decoration: none;
    text-align: right;
    float: right;
    padding-right: 8px;
}
.derecha > A:hover > i
{
    color: #444444;
    text-decoration: none;
}
#informes .volver > A
{
    font-size: 16px;
    color: #72909b;
    text-align: left;
    font-family: 'Open Sans' , Arial, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
#informes .volver > A:hover
{
    color: #445662;
    text-decoration: none;
}
#informes .inftitulo
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14pt;
    text-transform: uppercase;
    color:#445662;
    text-decoration: none;
}
#informes .inffuente
{
    font-family: 'Open Sans', 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', sans-serif;
    font-weight: 400;
    font-size: 13pt;
    text-transform: none;
    color:#445662;
    text-decoration: none;
    text-align: left;
}
#informes .inftxt
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 11pt;
    text-transform: none;
    color: #000000;
    text-decoration: none;
    text-align: left;
}
#informes .inffecha
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 12pt;
    text-transform: uppercase;
    color: #000000;
    text-align: left;
}
#informes .infcopete
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13pt;
    text-transform: none;
    color: #000000;
    text-decoration: none;
    text-align: left;
}
.purchase-btn
{
    background-color: #fff;
    border: 1px solid #646464;
    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: #69574e;
}
.purchase-btn:hover, .purchase-btn:focus
{
    background-color: #646464;
    border: 1px solid #646464;
    text-decoration: none;
    outline: none;
    color: #FFFFFF;
}
#informes .single-table-price
{
    background-color: none;
    text-align: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
/* fin pagina informes */
/* comienza pagina enlaces */
#enlaces
{
    padding: 80px 0px;
    display: block;
    width: 100%;
}
.single-table-price3
{
    text-align: center;
    width: 100%;
    display: block;
    position: relative;
}
.price-header3
{
    border-top:4px solid #565656;
    background-color:#727272;
    display: block;
    float: left;
    width: 100%;
}
.price-spacer
{
    height: 30px;
    display: block;
    float: left;
    width: 100%;
}
.price3
{
    color: #fff;
    display: inline;
    float: left;
    font-size: 20px;
    font-weight: normal;
    padding: 15px;
    width: 100%;
    font-family: 'Lato' , sans-serif;
}
.enlace-article
{
    display: inline;
    float: left;
    padding: 20px;
    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: 'Open Sans' , sans-serif;
    font-size: 11pt;
    color: #444444;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
}
.enlace-article ul li a
{
    font-family: 'Open Sans' , sans-serif;
    font-size: 12pt;
    color: #444444;
    text-decoration: none;
}
.enlace-article ul li a:hover
{
    color: #727272;
    text-decoration: none;
}
.enlace-article ul li:last-child
{
    border: none;
}
/* fin pagina enlaces */
/* comienza pagina clima */
.clim
{
    width:520px;
    height:780px;
    margin-right:auto;
    margin-left:auto;
    border:2px solid #eeeeee;
    border-radius: 5px;
    padding:10px;
}
/* fin pagina clima */
/* comienza pagina clientes */
.login-modal
{
    width: 35%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.modal .modal-body
{
}
.btn-block
{
    text-decoration: none;
    border:1px solid #909090;
    background:#909090;
    font-family: 'Open Sans' , sans-serif;
    width: 100%;
    color: #FFFFFF;
    text-transform: uppercase;
}
.btn-block:hover
{
    text-decoration: none;
    background:#444444;
    border:1px solid #444444;
    color: #FFFFFF;
}
.btn-block:active
{
    text-decoration: none;
    background:#444444;
    border:1px solid #444444;
    color: #FFFFFF;
}
.btn-block:focus
{
    text-decoration: none;
    background:#444444;
    border:1px solid #444444;
    color: #FFFFFF;
}
/* fin pagina clientes */
/* comienza pagina contacto */
#contacto
{
    padding: 80px 0px;
    display: block;
    width: 100%;
}
.contact-area-left
{
    display: inline;
    float: left;
    width: 100%;
}
.contact-area-left .paddingleft
{
    padding-left: 62px;
}
.contact-area-left h4
{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Lato' , sans-serif;
    color: #444444;
    position: relative;
}
.contact-area-left h4::after
{
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 30px;
    width: 30px;
    background: #444444;
}
.contact-area-right h4
{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Lato' , sans-serif;
    color: #444444;
    position: relative;
}
.contact-area-right h4::after
{
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 30px;
    width: 30px;
    background: #444444;
}
.contact-area-left p
{
    font-size: 16px;
    font-family: 'Open Sans' , sans-serif;
    line-height: 1.4em;
    margin-bottom: 20px;
}
.contact-area-left .single-address
{
    font-size: 15px;
    padding-right: 62px;
    font-family: 'Open Sans' , sans-serif;
    display: block;
    margin-top: 40px;
}
.contact-area-right
{
    display: inline;
    float: left;
    width: 100%;
}
.contact-form
{
    width: 100%;
    display: block;
    margin-top: 40px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Open Sans' , sans-serif;
    color: #646464;
}
.contact-form textarea
{
    width: 100%;
    border: 1px solid #F2F2F2;
}
.contact-form textarea:focus
{
    width: 100%;
    border: 1px solid #F2F2F2;
}
.contact-form textarea:active
{
    width: 100%;
    border: 1px solid #F2F2F2;
}
.contact-form input
{
    width: 100%;
    border: 1px solid #F2F2F2;
}
.contact-form input:active
{
    width: 100%;
    border: 1px solid #F2F2F2;
}
.contact-form input:focus
{
    width: 100%;
    border: 1px solid #F2F2F2;
}
.contact-social
{
    text-align: left;
    margin-top: 60px;
}
.contact-social a i
{
    font-size: 35px;
    text-decoration: none;
    color: #727272;
    padding-right: 10px;
}
.contact-social a:hover i
{
    text-decoration: none;
    color:#444444;
}
.bot
{
    display: block;
    margin-top: 30px;
    width: 100%;
}
.contact-form a.comment-btn
{
    background: #727272;
    color: #fff;
    padding: 8px 16px;
    border: 1px solid #727272;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Open Sans' , sans-serif;
    text-decoration: none;
}
.contact-form a.comment-btn:hover
{
    background: #444444;
    border: 1px solid #444444;
    color: #fff;
    text-decoration: none;
}
/* comienza caqtcha */
.caqtcha
{
    float: none;
    display: block;
    width: 100%;
    text-align: left;
}
.caqtcha span
{
    font-family: 'Open Sans' , sans-serif;
    text-align: left;
    font-size: 12px;
    overflow: hidden;
    text-transform: uppercase;
    color: #727272;
    line-height: 22px;
    text-decoration: none;
    font-weight: bold;
}
.caqtcha input
{
    width: 130px;
    text-align: center;
    margin-bottom: 6px;
    margin-top: 6px;
}
.caqtcha input:focus
{
    width: 130px;
    text-align: center;
    margin-bottom: 6px;
    margin-top: 6px;
}
.caqtcha input:hover
{
    width: 130px;
    text-align: center;
    margin-bottom: 6px;
    margin-top: 6px;
}
.caqtcha input:active
{
    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' , sans-serif;
    text-align: left;
    font-size: 12px;
    overflow: hidden;
    text-transform: uppercase;
    color: #727272;
    line-height: 22px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 6px;
    margin-left: 10px;
}
.cchacambiar:hover
{
    text-decoration: none;
    color: #444444;
}
/* fin caqtcha */
/* fin pagina contacto */
/* comienza pagina mapas */
#mapas
{
    padding: 80px 0px;
    display:block;
    width:100%;
    background:#FFFFFF;
}
.mapas 
{
   text-align:center;
   margin-right:auto;
   margin-left:auto;
   width:462;
   margin-top:60px;
}
.titulartabla3C
{
    background:#727272;
    height:32px;
    border-top:4px solid #444444;
    text-align:center;
}
.titulartabla2
{
    background:#727272;
    height:32px;
    border-top:4px solid #444444;
    text-align:center;
}
.tittabla2
{
    font-family: 'Open Sans', sans-serif;
    font-size:1em;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
    text-align:center;
    line-height:2em;
}
.fichaf2
{ 
	background-color:#727272;
}
.fichaf2res
{ 
	background-color: #FFFFFF;
	height:30px;
}
a.ficha2
{ 
	font-family: 'Open Sans', sans-serif;
	font-size: 9pt; 
	color:#FFFFFF; 
	TEXT-DECORATION: none ; 
	font-weight:normal;
	text-transform:none;
	line-height:2em;
}
a.ficha2res
{ 
	font-family: 'Open Sans' , sans-serif;
	font-size: 9pt; 
	color:#444444; 
	TEXT-DECORATION: none ; 
	font-weight:bold;
	text-transform:none;
	line-height:2em;
}
.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: #445662 1px solid;
    background:#445662;
    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:#72909b;
    border: #72909b 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:#445662;
    display: block;
    letter-spacing: 0px;
    font-weight: bold;
    text-align: left;
    font-size: 19px;
    line-height: 59px;
    margin: 0px 0px 15px;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
}
.buscador LI H5 A
{
    text-decoration: none;
    color:#445662;
    display: block;
    letter-spacing: 0px;
    font-weight: bold;
    text-align: left;
    line-height: 59px;
    font-size: 19px;
    margin: 0px 0px 15px;
    text-transform:none;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
}
.buscador LI H5 A:hover
{
    text-decoration: none;
    color: #72909b;
}
/* fin pagina mapas */
/* comienza pagina logistica */
#logistica
{
    padding: 80px 0px;
    display:block;
    width:100%;
    background:#FFFFFF;
}
.box_catac
{
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    width:256px;
    position: relative;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 40px;
}
.catac
{
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
    overflow: hidden;
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    list-style:none;
}
.catac LI
{
    padding: 0px;
    background: none;
    margin: 0px 0px 20px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.catac LI .thumb-wrapC
{
    border: #444444 1px solid;
    background: #444444;
    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: #727272;
    border-right:#727272 1px solid;
    border-top: #727272 1px solid;
    border-left: #727272 1px solid;
    border-bottom: #727272 1px solid;
}
.buttonC
{
    padding-right: 18px;
    display: inline-block;
    padding-left: 18px;
    font-size: 16px;
    background: #444444;
    padding-bottom: 0px;
    text-transform: none;
    color: #FFFFFF;
    border: 0px;
    line-height: 35px;
    padding-top: 0px;
    font-family: 'Open Sans', sans-serif;
    height: 35px;
    border-color:#444444;
    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:#727272;
    color: #FFFFFF;
    border-color:#727272;
    border-width: 1px;
    border-style: solid;
    text-decoration:none;
}
.buttonC:focus
{
     background:#727272;
    color: #FFFFFF;
    border-color:#727272;
    border-width: 1px;
    border-style: solid;
    text-decoration:none;
}
.buttonC:active
{
    background:#727272;
    color: #FFFFFF;
    border-color:#727272;
    border-width: 1px;
    border-style: solid;
    text-decoration:none;
}
.catac LI H5
{
    display: block;
    color: #444444;
    letter-spacing: 0px;
    font-weight: bold;
    text-align: left;
    font-size: 19px;
    margin: 0px 0px 8px;
    text-transform:none;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
}
.catac LI H5 A
{
    text-decoration: none;
}
.tdcabc
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    text-align:center;
    line-height:2em;
}
.tdcabd
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    text-align:left;
    padding-left:10px;
    line-height:2em;
}
.TablaDatoFila
{
    font-family: 'Open Sans', sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.TablaDatoFila2
{
    font-family: 'Open Sans', sans-serif;
    font-size: 8pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #000000;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.pietabla
{
    font-family: 'Open Sans', sans-serif;
    font-size: 8.5pt;
    text-decoration: none;
    color: #000000;
    text-align: center;
}
.camiones
{
    text-align: center;
    margin-right:auto;
    margin-left:auto;
    width:85%;
}
.logis
{
    text-align: center;
    margin-right:auto;
    margin-left:auto;
    width:85%;
}
.porte
{
    text-align: center;
    margin-right:auto;
    margin-left:auto;
    width:720px;
}
/* fin pagina logistica */
/* comienza compradores */
.comprador-tittle
{
    margin-left:auto;
    margin-right:auto;
    border:2px solid #a2a2a2;
    border-radius: 5px;
    margin-bottom:10px;
    text-align:center;
    width:85%;
    background:#a2a2a2;
} 
.comprador-tittle h4
{
   
    text-transform:none;
    color: #FFFFFF;
    text-decoration:none;
    text-align:center;
    text-transform:uppercase;
    padding-top:10px;
}
.entregador-tittle
{
    margin-left:auto;
    margin-right:auto;
    border:2px solid #a2a2a2;
    border-radius: 5px;
    margin-bottom:10px;
    text-align:center;
    width:65%;
    background:#a2a2a2;
} 
.entregador-tittle h4
{
   
    text-transform:none;
    color: #FFFFFF;
    text-decoration:none;
    text-align:center;
    text-transform:uppercase;
    padding-top:10px;
}
.tdcat
{
    font-family: Arial, Helvetica;
    font-size: 10pt;
    color: #000000;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    line-height:2em;
}
.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;
}
.entregador
{ 
	display:block;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
    border:2px solid #ccc;
    border-radius: 5px;
    padding:10px;
    width:65%;
}
.entregador table
{ 
	width:100%;
	margin:auto;
}
.comprador
{ 
	border:2px solid #ccc;
    border-radius: 5px;
    padding:10px;
    width:85%;
	display:block;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}
.comprador table
{ 
	width:100%;
	margin:auto;
}
/* fin compradores */
/* comienza Media queries */
@media (max-width: 900px) 
{
	.navbar-brand3
    {
        margin: 0px;
        padding: 0px;
        float: none;
        display: block;
        width:190px;
        margin-right:auto;
        margin-left:auto;
    }
    .navbar-brand3 img
    {
        margin: 0px;
        padding: 0px;
        float: none;
        width:190px;
        height:auto;
        text-align:center;
    }
    .forgotpass-modal
    {
        width: 100%;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
    .login-modal
    {
        width: 100%;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
    .registro-modal
    {
        width: 100%;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
    .legaltxt p
    {
        font-size: 13pt;
        color: #777;
        font-weight: normal;
        font-variant: normal;
        text-decoration: none;
        text-align: left;
        text-indent: 0px;
        margin-bottom:20px;
        line-height:1.4em;
    }
    .legaltxt .strong
    {
        font-weight:bold;
        font-size: 12pt;
        color: #777;
        font-variant: normal;
        text-decoration: none;
        text-align: left;
        text-indent: 0px;
    }
    .legaltxt .lead
    {
	    font-size: 2.2rem;
	    line-height: 2.8rem;
	    color:#666666;
	    text-align: left;
    }
    .contact-social
    {
        text-align: left;
        margin-top: 60px;
        margin-bottom: 60px;
    }
        #pne ul.menu_informa
    {
        margin: 0;
        padding: 0;
        list-style: none;
        float: none;
        text-align:left;
        margin-bottom:60px;
    }
    .single-table-price2
    {
        background-color: none;
        text-align: center;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    #informes .informe_center
    {
        background-color: none;
        text-align: center;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .informe-article ul li
    {
        border-bottom: 1px solid #ccc;
        padding: 8px 0;
        text-align: left;
        font-family: Arial, Helvetica;
        font-size: 10pt;
        color: #444444;
        font-weight: normal;
        font-variant: normal;
        text-decoration: none;
        text-transform: uppercase;
    }
    .informe-article ul li a
    {
        font-family: Arial, Helvetica;
        font-size: 10pt;
        color: #505050;
        text-decoration: none;
    }
    .pne
    {
        background: none;
        border-top-color: currentColor;
        border-top-width: medium;
        border-top-style: none;
        z-index: 0;
        width: 100%;
        height: 150px;
        overflow: hidden;
        display: block;
        position: relative;
        margin: 0px;
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 30px;
    }
    .titulartabla
    {
        background: #727272;
        height: 28px;
        width:100%;
    }
    .tablamercado
    {
        width:100%;
    }
     .titulartabla2C
    {
        background: #727272;
        height: 28px;
        width:100%;
    }
    .tablamercado2
    {
        width:100%;
    }
    .empresatxt p
    {
        font-size: 13pt;
        color: #777;
        font-weight: normal;
        font-variant: normal;
        text-decoration: none;
        text-align: left;
        text-indent: 0px;
        margin-bottom:20px;
        line-height:1.4em;
    }
    .emp img 
    {
        width:100%;
        height:auto;
        border:1px solid #cccccc;
        border-radius: 10px;
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
        margin-bottom:30px;
    }
    .empresatxt UL 
    {
        display: block;
        margin:0px;
        padding:0px;
        list-style: circle;
        text-align:left;
        margin-left: 20px;
    }
    .empresatxt UL LI 
    {
        font-family: 'Open Sans', sans-serif;
        font-size: 12 pt;
        color: #777;
        font-weight: normal;
        font-variant: normal;
        text-decoration: none;
        text-align: left;
        text-indent: 0px;
        margin-bottom:20px;
        line-height:1.4em;
    }
    .wk-gallery img 
    {
	    height: auto; 
	    vertical-align: middle; 
	    max-width: 60%;
    }
    .margin.wk-gallery-wall 
    {
	    margin: 0px -8px -8px 0px;
    }
    .margin.wk-gallery-wall > * 
    {
	    margin: 8px 8px 8px 8px;
    }
    .round.wk-gallery-wall > * 
    {
	    border-radius: 8px; 
	    overflow: hidden;
    }
    .round.wk-gallery-wall > * > img 
    {
	    border-radius: 8px; 
	    overflow: hidden;
    }
    .round.wk-gallery-wall .spotlight > img + div 
    {
	    border-radius: 8px; 
	    overflow: hidden;
    }
    .plan1 img
    {
        width:250px;
        height:auto;
        text-align:center;
    }
    .barnot
    {
        font-family: 'Open Sans' , Arial, sans-serif;
        font-size:10pt;
        color: #FFFFFF;
        font-weight: normal;
        font-variant: normal;
        text-decoration: none;
        text-align:left;
    }
    .navbar-brandP img
    {
        float:right;
        margin-top:10px;
        margin-right:0px;
        width:140px;
        height:auto;
        display:inline;
    }
    .navbar-brand
    {
        margin: 0px;
        padding: 0px;
        float: none;
        display: inline;
        width:100px;
        height:auto;
        margin-top: 10px;
      }
    .navbar-brand img
    {
        margin: 0px;
        padding: 0px;
        float: left;
        display: inline;
        margin-top: 10px;
        width:120px;
        height:auto;
    }
    header .top
    {
        height: 80px;
    }
 }   
@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;
    }
    header .top ul.social-network2
    {
        list-style: none;
        margin: 0;
        padding: 0;
        float:right;
        margin-top:0px;
        margin-right:0px;
        display:inline;
        height:0px;
        width:0px;
    }
}
@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 */
