@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('theme.css');
@import url('animate.css');

/* comienza pagina inicio */
/* 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;
}
/* fin estructura */

/* comienza pagina inicio */
/* comienza Header */
/* comienza top area */
header .top .row 
{
	margin-bottom: 0;
}
header .top 
{
	padding-top:8px;
	padding-bottom:8px;
	margin:0;
	background:#fba22a;
}
header .top 
{
	border-bottom: 1px solid #87c287;
}
header .top ul.topleft-info 
{
    list-style: none;
    margin: 0px 0 0;
    padding-left: 0;
    float:left;
}
header .top ul.topleft-info li 
{
	display: inline;
	margin: 0 20px 0 0;
	padding:0;
	font-weight: 600;
	color:#FFFFFF;
}
header .top ul.topleft-info li a:hover 
{
	text-decoration: none;
	outline: 0;
}
header ul.social-network 
{
	float:right;
}
header ul.social-network li 
{
	font-size:20px;
}
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;
}
header .top ul.social-network li a 
{
	color: #fff;
}
header .top ul.social-network li a:hover 
{
	color:#653131;
}

/* -- fin top area */
header .navbar 
{
    margin-bottom: 0;
    background: linear-gradient(rgb(255,255,255) , rgb(239,254,216)); 
}
.navbar-default 
{
    border: none;
}
.navbar-brand 
{
    margin-top: 5px;
    padding: 0 0 0 15px;
}
.navbar-brand img
{
    width:130px;
    height:auto;
}
header .navbar-collapse  ul.navbar-nav 
{
    float: right;
    margin-right: 0;
}
header .navbar-default
{
    background-color: #fff;
	border-bottom: 0px solid #ddd;
}
header .nav li.active a,
header .nav li.active a:hover
{
    border:1px solid #fba22a;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left:10px;
    padding-right:10px;
}
header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
{
    -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 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;
    border:0px solid #000000;
}
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:140px;
}
header .navbar-nav 
{
    margin-top:40px;
}
header .navbar-nav > li  
{
    padding-bottom: 30px;
    padding-top: 30px;
}
header  .navbar-nav > li > a 
{
    padding-bottom: 6px;
    padding-top: 5px;
    margin-left: 2px;
    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: #fba22a;
    border-top-color: #fba22a;
}
.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;
}
/* --- comienza menu --- */
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:13px;
	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 slider */
#featured
{
	width: 100%;
	background:rgb(119,161,119);
	position:relative;
	margin:0;
	padding:0;
}
#featured.bg 
{
	background:rgb(119,161,119);
}
.tp-caption a.btn 
{
	color: #fff;
}
.main-slider.flexslider 
{ 
    margin: 0px; 
    background: transparent; 
    border: none;
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    -o-border-radius: 0; 
    border-radius: 0; 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none; 
    -o-box-shadow: none;
    box-shadow: none;
}
.main-slider .flex-caption 
{
    background:none;
    border-radius: 5px; 
    -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: 450px;
}
.main-slider .flex-caption h3 
{
    color: #fff; 
    letter-spacing: 0px; 
    margin-bottom: 8px; 
    text-transform: uppercase;
    font-size:3em;
}
.main-slider .flex-caption p 
{
    margin: 0 0 15px; 
    font-size:18px; 
    text-transform:uppercase;
    font-weight:700;
}
.main-slider .flex-caption .btn-theme 
{
    font-size:18px; 
    text-transform:none;
    font-weight:normal;
    color:#fba22a;
    margin:0px;
    padding:0px;
}
.main-slider .flex-caption .btn-theme:hover 
{
    text-decoration:none;
    color:#FFFFFF;
}
.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'; 
}
/* fin slider */
/* comienza footer */
footer
{
	background:#fba22a;
	color:#FFFFFF;
}
#sub-footer
{
	border-top:1px solid #000000;
	background:#6a3434;
}
footer h4
{
    text-transform:uppercase;
    text-align:center;
    font-weight:normal;
}
footer h4 span
{
	border:2px solid #2d6e2d;
    border-radius: 5px;
    padding: 10px;
    background:#2d6e2d;
    text-align:center;
}
.link-list
{
    margin-top:40px;
}
.link-list ul
{
    list-style: none;
    display: block;
    column-count: 2;
}
.link-list li
{
    list-style: none;
    font-size:16px;
}
.link-list li a
{
    color: #FFFFFF;
    text-decoration:none;
}
.link-list li a:hover
{
    color: #653131;
    text-decoration:none;
}
.link-list li i
{
    padding-right:4px;
}
footer
{
	padding:50px 0 0 0;
}
#widget3 .brand img
{
	width:160px;
	height:auto;
	text-align:center;
}
#widget3 
{
	margin:0px;
	padding:0px;
	text-align:center;
}
#widget2 .brand img
{
	width:160px;
	height:auto;
}
#widget2 
{
	margin:0px;
	padding:0px;
}
footer a 
{
	color:#FFFFFF;
	text-decoration:none;
}
footer a:hover 
{
	color:#653131;
	text-decoration:none;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6
{
	color:#FFFFFF;
}
footer .adress 
{
	margin-top:40px;
}
footer .adress p
{
	line-height:1.2em;
	font-size:16px;
}
footer .adress p i
{
	padding-right:10px;
}
footer h5 a:hover, footer a:hover 
{
	text-decoration:none;
}
footer ul
{
	list-style:none;
	margin:0px;
	padding:0px;
}
footer ul.social-network 
{
	list-style:none;
	margin-top:40px;
	text-align:center;
}
footer ul.social-network li 
{
	display:inline;
	margin: 0 5px;
	list-style:none;
}
footer ul.social-network li i 
{
	font-size: 2.0em;
}
#sub-footer
{
	text-shadow:none;
	padding:0;
	padding-top:30px;
	margin:0px;
}
#sub-footer p
{
	margin:0;
	padding:0;
	color:#ffffff;
}
#sub-footer p a
{
	color:#ffffff;
	text-decoration:none;
}
#sub-footer p a:hover
{
	color:#fba22a;
	text-decoration:none;
}
#sub-footer span
{

}
.copyright 
{
	text-align:center;
	font-size:14px;
}
/* fin footer */
/* comienza scroll to top */
.scrollup
{
    position:fixed;
    width:32px;
    height:32px;
    bottom:0px;
    right:20px;
    background: #2d6e2d;
    -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 datos útiles */
#datos
{
    background: linear-gradient(rgb(255,255,255) , rgb(119,161,119)); 
    padding-top: 60px;
    display:block;
    width:100%;
    margin:0px;
    border-top:0px solid #ddede1;
}
#datos .latest_blog h2 
{
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight:normal;
}
#datos .latest_blog h2 span
{
    border:2px solid #2d6e2d;
    border-radius: 5px;
    padding:10px;
    background:#2d6e2d;
}
#datos .latest_blog p 
{
    padding-bottom: 45px;
    font-size: 16px;
    color: #646464;
}
#datos .single_item 
{
    padding-top: 0px;
    text-align: center;
}
#datos ul
{
    margin:0;
    padding:0;
    text-align:center;
}
#datos ul li 
{
	width:24%;
    display:inline-block;
    vertical-align:top;
}
#datos .welcome_icon 
{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #2d6e2d;
    transition: .7s;
    background-color:#FFF;
    color:#2d6e2d;
}
#datos .welcome_icon:hover
{
    background: #2d6e2d;
    cursor: pointer;
    color:#fba22a;
}
#datos .welcome_icon i 
{
    margin-top: 25%;
    font-size: 50px;
    transition: .7s;
}
#datos .item_list h4 
{
    padding: 10px;
}
#datos .item_list h4 span
{
    border:2px solid #2d6e2d;
    border-radius: 5px;
    padding: 10px;
    background:#2d6e2d;
}
#datos .item_list h4 a
{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color:#FFFFFF;
    transition: 0.7s;
}
#datos .item_list h4 a:hover 
{
    color:#fba22a;
    text-decoration:none;
}
#datos .item_list p 
{
    font-size: 14px;
    color: #646464;
}
/* comienza utilidades */
#service ul 
{
    display:block;
    width:100%;
    padding:0px;
    text-align:center;
    margin-bottom:40px;
}
#service ul li
{
    display:inline-block;
    width:19%;
    vertical-align:top;
}
#service ul li.service-box
{
    background: none;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    text-align: center;
    position: relative;
    z-index:0;
    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 ul li.service-box:hover .icon a
{
    background: #fba22a;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}
#service ul li.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 ul li.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 ul li.service-box .icon::before
{
    background: #753836;
    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 ul li.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 ul li.service-box .icon a:hover
{
    background: #fba22a;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}
#service ul li.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 ul li.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 ul li.service-box h2
{
    margin: 0px 0px 17px;
    padding: 0px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
    color: rgb(65,72,21);
    font-size: 1.2em;
}
#service ul li.service-box h2 a
{
    margin: 0px 0px 17px;
    padding: 0px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
    color: #753836;
    font-size: 1.2em;
    text-decoration: none;
}
#service ul li.service-box h2 a:hover
{
    color: #fba22a;
    text-decoration: none;
}
#service ul li.service-box .service-box_txt
{
    margin: 0px;
}
#service ul li.service-box .btn-align
{
    text-align: center;
}
/* fin utilidades */
/* comienza banner mercados */
.recent-posts
{
    width: 100%;
    display: block;
    text-align:center;
    margin:0px;
    padding:0px;
}
.recent-posts li
{
    margin: 0px;
    list-style: none;
    display:inline-block;
}
.recent-posts li:nth-child(4n)
{
    margin-right: 0px;
}
.recent-posts li.nomargin
{
    margin-right: 0px;
}
.recent-posts h5
{
    display: none !important;
}
.featured-thumbnail
{
    border-right: #eeeae7 1px solid;
    border-bottom: #eeeae7 1px solid;
    border-top: #eeeae7 1px solid;
    border-left: #eeeae7 1px solid;
    background: #FFFFFF;
    padding: 5px;
    margin: 5px 20px 10px 0px;
    float: left;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.featured-thumbnail:hover
{
    border-right: #2d6e2d 1px solid;
    border-top: #2d6e2d 1px solid;
    background: #2d6e2d;
    border-left: #2d6e2d 1px solid;
    border-bottom: #2d6e2d 1px solid;
}
/* fin banner mercados */
/* comienza enlaces/consultas */
.service-box3
{
    background: url(  "../images/bg.jpg" );
    padding: 13% 8%;
    border-radius: 5px;
    border: currentColor;
    border-image: none;
    text-align: center;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
    box-shadow: none;
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-top-color: #2d6e2d;
    border-top-width: 6px;
    border-top-style: solid;
    margin-bottom:40px;
    -moz-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
}
.service-box3 .icon
{
    margin: 0px 0px 10px;
    float: none;
}
.service-box3 h2.title
{
    color:#FFFFFF;
    line-height: 44px;
    font-size: 35px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
    border:2px solid #2d6e2d;
    border-radius: 5px;
    padding: 10px;
    background:#2d6e2d;
    font-weight:normal;
}
.box-button
{
    margin-top: 20px;
}
a.tdenlace
{
    font-size: 11pt;
    text-decoration: none;
    color: rgb(87, 87, 87);
}
a.tdenlace:hover
{
    text-decoration: none;
    color: #2d6e2d;
}
.home-section
{
   margin-bottom:40px;
}
/* fin enlaces/consultas */
/* fin datos utiles */
/* comienza noticias */
#blog 
{
    padding-bottom: 40px;
    display:block;
    width:100%;
    background: linear-gradient(rgb(239,254,216) , rgb(255,255,255)); 
}
#blog h3 
{
  font-size:16px;
  color:#FFFFFF;
  font-weight:normal;
  text-transform:uppercase;
  text-align:center;
}
#blog h3 span
{
   border:2px solid #fba22a;
   border-radius: 5px; 
   padding:5px; 
   margin-left:8px;
   background:#fba22a;
}
#blog .bton
{
   display:block;
   text-align:center;
   margin-top:10px;
}
.btn-custom 
{
	text-transform: uppercase;
	color: #2d6e2d;
	background-color: transparent;
	border: 2px solid #2d6e2d;
	border-radius: 5px;
	padding: 14px 20px;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active 
{
	color: #FFFFFF;
	border: 2px solid #2d6e2d;
	background-color: #2d6e2d;
}
#blog p 
{
    display: inline-block;
}
#blog .latest_blog 
{
}
#blog .latest_blog h2 
{
    padding-bottom: 20px;
    font-size: 36px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight:normal;
}
#blog .latest_blog h2 span
{
    border:2px solid #2d6e2d;
    border-radius: 5px;
    padding:10px;
    background:#2d6e2d;
}
#blog .latest_blog p 
{
    padding-bottom: 45px;
    font-size: 16px;
    color: #646464;
}
#blog .single_blog_item 
{
    border: 1px solid #d1d3d1;
    border-radius: 5px;
    margin-bottom:10px;
}
#blog .blog_content 
{
    padding: 15px;
    height:auto;
}
#blog .blog_content h3 
{
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #0057a2;
}
#blog .expert 
{
    padding-bottom: 10px;
    color: #aeadad;
}
#blog .expert span.time 
{
    padding-right: 10px;
    border-right: 1px solid;
}
#blog .expert span.time2 
{
    padding-right: 10px;
    border-right: 0px solid;
}
.clock
{
    padding-right: 6px;
}
.diario
{
    padding-right: 6px;
    padding-left:10px;
    color: #2d6e2d;
}
#blog .expert span.admin 
{
    color: #2d6e2d;
    font-size: 13px;
    font-weight: 700;
    text-transform:uppercase;
}
#blog p.blog_news_content 
{
    color: #646464;
    font-size: 14px;
    padding-bottom: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.nottitulo a
{
    color: #2d6e2d;
    text-decoration:none;
    display:block;
    font-size:16px;
    line-height:1.2em;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: none;
}
.nottitulo a:hover
{
    color: #6a3434;
    text-decoration:none;
}
#blog a.blog_link 
{
    text-transform: uppercase;
    font-weight: 500;
    color: #2d6e2d;
    transition: 0.7s;
    font-size: 14px;
    display:block;
    text-decoration:none;
}
#blog a.blog_link:hover 
{
    color: #6a3434;
    text-decoration:none;
}
/* fin noticias */
/* comienza informes */
.blog-news-single
{
    background-color: #fffbf8;
    display: block;
    width: 100%;
    padding: 20px;
    height: auto;
    border-radius: 5px;
}
.blog-news-title
{
    width: 100%;
    display: block;
}
.blog-news-title h2, .blog-news-title h2 > a
{
    color: #2d6e2d;
    font-family: "Lato" ,sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 1.2em;
    padding-bottom: 30px;
}
.blog-news-title h2 > a:hover
{
    text-decoration: none;
    outline: none;
    color: #653131;
}
.blog-news-title i
{
    padding-right: 10px;
}
/* fin informes */
/* comienza mercados */
#mercados 
{
    padding-top: 60px;
    padding-bottom:20px;
    display:block;
    width:100%;
    background: rgb(239,254,216); 
    float:left;
}
#mercados .bton
{
   display:block;
   text-align:center;
   margin-top:10px;
}
#mercados .latest_blog h2 
{
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
}
#mercados .latest_blog h2 span
{
    border:2px solid #2d6e2d;
    border-radius: 5px;
    padding:10px;
    background:#2d6e2d;
}
#mercados .latest_blog p 
{
    padding-bottom: 45px;
    font-size: 16px;
    color: #646464;
}
#mercados h4 
{
	text-align:center;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:normal;
}
#mercados h4 span
{
	border:2px solid #fba22a;
    border-radius: 5px;
    padding: 10px;
    background:#fba22a;
}
.tdcab
{
    font-family: Arial, Helvetica;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
}
.tdfilaLbl
{
    font-family: Arial, Helvetica;
    font-size: 14px;
    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: 14px;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    padding-right: 6px;
}
.tdfilac
{
    font-family: Arial, Helvetica;
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: center;
}
.tabfecha
{
    font-family: Arial, Helvetica;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
}
.tdfilatxt
{
    font-family: Arial, Helvetica;
    font-size: 14px;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
}
/* fin mercados */
/* comienza productos */
#productos
{
    background: linear-gradient(rgb(119,161,119),rgb(239,254,216));
    padding-bottom: 40px;
    display:block;
    width:100%;
}
.service-box4
{
    padding:0px;
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.service-box_body4
{
    background-color: rgb(255, 255, 255);
    padding:20px;
    text-align: LEFT;
    margin:0px;
    min-height: 250px;
}
.service-box_top4
{
    background: linear-gradient(rgb(119,161,119),rgb(239,254,216));
    border-radius: 0px;
    margin:0px;
    padding:0px;
    padding-top:20px;
    padding-top:20px;
}
.service-box4 .icon
{
    float: none;
    text-align: center;
}
.service-box4 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;
    text-transform: uppercase;
    color: #653131;
    line-height: 82px;
    text-align: center;
}
.service-box4 h2.title2
{
    margin-bottom: 20px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
    padding: 0px;
    margin: 0px;
    font-weight: 100;
    font-size: 22pt;
    text-transform: uppercase;
    color: #653131;
    line-height: 40px;
    text-align: center;
}
.service-box4 h2.subtitle
{
    margin-bottom: 20px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
    padding: 0px;
    margin: 0px;
    font-weight: 100;
    font-size: 16pt;
    text-transform: uppercase;
    color: #653131;
    line-height: 40px;
    text-align: center;
}
.service-box_txt4 
{
    font-family: Arial , helvetica;
    font-size: 10pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
}
.frases 
{
	padding-left:40PX;
	padding-top:30PX;
	padding-bottom:20PX;
	background: linear-gradient(rgb(119,161,119),rgb(239,254,216));
	OVERFLOW: hidden; 
	WIDTH: 100%; 
	POSITION: relative; 
	border-radius: 16px;
}
.top-frase H2 
{
	MARGIN: 0px; 
	padding:0px;
	COLOR:#000000; 
	font-weight: 100;
    font-size: 1.9em;
    text-transform: none;
    line-height:1.2em;
    padding-top:15px;
}
.top-frase .icon
{
    float: left;
    display:inline;
    padding-right:20px;
}
/* fin productos */
/* fin pagina inicio */
/* comienza paginacion */
#inner-headline
{
	background: linear-gradient(rgb(119,161,119),rgb(255,255,255));
	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:#2d6e2d;
}
#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); 
}
#legal .latest_blog 
{
}
#legal .latest_blog h2 
{
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
}
#legal .latest_blog h2 span
{
    border:2px solid #2d6e2d;
    border-radius: 5px;
    padding:10px;
    background:#2d6e2d;
}
#legal .latest_blog p 
{
    padding-bottom:45px;
    font-size: 16px;
    color: #646464;
    font-family: 'Open Sans', sans-serif;
}
.legaltxt p
{
    font-size: 13pt;
    color: #777;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: justify;
    text-indent: 40px;
    margin-bottom:20px;
    line-height:1.4em;
}
.legaltxt .strong
{
    font-weight:bold;
    font-size: 12pt;
    color: #777;
    font-variant: normal;
    text-decoration: none;
    text-align: justify;
    text-indent: 40px;
}
.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:#fba22a;
}
.legaltxt .entry-title span
{
	border:2px solid #fba22a;
    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); 
}
#empresa .latest_blog h2 
{
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
}
#empresa .latest_blog h2 span
{
    border:2px solid #2d6e2d;
    border-radius: 5px;
    padding:10px;
    background:#2d6e2d;
}
#empresa .latest_blog p 
{
    padding-bottom: 45px;
    font-size: 16px;
    color: #646464;
}
.empresatxt .entry-title
{
	font-size: 2rem;
	line-height: 1.364;
	margin-bottom:40px;
	color:#fba22a;
}
.empresatxt .entry-title span
{
	border:2px solid #fba22a;
    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: 40px;
    margin-bottom:20px;
    line-height:1.4em;
}
.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:uppercase;
}
#empresa .itrubro
{
	margin-top: 60px;
	margin-bottom:60px;
}
#empresa .rubro
{
	padding-left: 40px;
}
#empresa img 
{
	width: 300px;
	border-radius: 75px 0 75px 0;
	box-shadow: 15px 0 #fba22a;
}
#empresa h5 
{
	padding: 20px 0;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	text-align:center;
	color:#558c2f;
}
/* fin pagina empresa */
/* comienza pagina productos */
#pproductos
{
    padding: 80px 0px;
    display:block;
    width:100%;
    background: rgb(255,255,255); 
}
#pproductos .latest_blog h2 
{
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
}
#pproductos .latest_blog h2 span
{
    border:2px solid #2d6e2d;
    border-radius: 5px;
    padding:10px;
    background:#2d6e2d;
}
#pproductos .latest_blog p 
{
    padding-bottom: 45px;
    font-size: 16px;
    color: #646464;
}
/* fin pagina productos */
/* comienza pagina contacto */
#contacto
{
    padding: 80px 0px;
    display:block;
    width:100%;
    background: rgb(255,255,255); 
}
#contacto .latest_blog 
{
}
#contacto .latest_blog h2 
{
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
}
#contacto .latest_blog h2 span
{
    border:2px solid #2d6e2d;
    border-radius: 5px;
    padding:10px;
    background:#2d6e2d;
}
#contacto .latest_blog p 
{
    padding-bottom: 45px;
    font-size: 16px;
    color: #646464;
    font-family: 'Open Sans', sans-serif;
}
.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;
    color: #222222;
    position:relative;
}
.contact-area-left h4::after 
{ 
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 30px;
  background:#fba22a;
}
.contact-area-right h4
{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222;
    position:relative;
}
.contact-area-right h4::after 
{ 
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 30px;
  background:#fba22a;
}
.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:#fba22a;
  padding-right:10px;
}
.contact-social a:hover i
{
  text-decoration:none;
  color:#666;
}
.bot
{
   display:block;
   margin-top:30px;
   width:100%;
}
.contact-form a.comment-btn
{
    background: #fba22a;
    color: #fff;
    padding: 8px 16px;
    border: 1px solid #fba22a;
    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: #666;
    border: 1px solid #666;
    color: #fff;
    text-decoration:none;
}
/* fin pagina contacto */
/* comienza pne */
.pne
{
    background: rgb(255,255,255); 
    border-top-color: currentColor;
    border-top-width: medium;
    border-top-style: none;
    z-index: 0;
    width:100%;
    height:80px;
    overflow: hidden;
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
.nav2
{
    padding-top:20px;
    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 center;
    float: left;
    margin: 0px 0px 0px 9px;
    list-style-type: none;
}
.nav2 UL LI:first-child
{
    padding-right: 0px;
    padding-left: 0px;
    background: none transparent scroll repeat 0% 0%;
    padding-bottom: 0px;
    padding-top: 0px;
}
.nav2 UL LI A
{
    display: inline-block;
    font-size: 14px;
    color: #646464;
    padding:10px;
    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;
}
.nav2 UL LI A:hover
{
    color:#fba22a;
    text-decoration: none;
    border:2px solid #fba22a;
    border-radius: 5px;
    padding:10px;
}
.nav2 UL LI.current-object A
{
    color: #fba22a;
    text-decoration: none;
    font-weight: bold;
    border:2px solid #fba22a;
    border-radius: 5px;
    padding:10px;
}
/* fin pne */
/* 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;
    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 */
/* comienza pagina noticias */
#noticias
{
    padding: 80px 0px;
    display:block;
    width:100%;
    background: rgb(255,255,255); 
}
#noticias .latest_blog h2 
{
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
}
#noticias .latest_blog h2 span
{
    border:2px solid #2d6e2d;
    border-radius: 5px;
    padding:10px;
    background:#2d6e2d;
}
#noticias .latest_blog p 
{
    padding-bottom: 45px;
    font-size: 16px;
    color: #646464;
}
.noticia-header 
{
  background-color:#233d58;
  display: inline;
  float: left;
  width: 100%;
  border-top:4px solid #646464;
}
.noticia-title
{
  color: #fff;
  display: inline;
  float: left;
  font-size: 20px;
  font-weight: normal;
  padding: 15px;
  width: 100%;
  font-family: 'Roboto Slab', serif;
}
#noticias .single_blog_item 
{
    border: 1px solid #d1d3d1;
    border-radius: 5px;
    margin-bottom:10px;
}
#noticias .blog_content 
{
    padding: 15px;
    height:auto;
}
#noticias h3 
{
  font-size:16px;
  color:#FFFFFF;
  text-transform:uppercase;
}
#noticias h3 span
{
   border:1px solid #fba22a;
   border-radius: 5px; 
   padding:10px; 
   background:#fba22a;
   margin-bottom:20px;
}
.noticia-tittle
{
    width:80%;
    margin-left:auto;
    margin-right:auto;
    border:2px solid #fba22a;
    border-radius: 5px;
    margin-bottom:10px;
    text-align:center;
    background:#fba22a;
} 
.noticia-tittle h4
{
   
    text-transform:none;
    color: #FFFFFF;
    text-decoration:none;
    text-align:center;
    text-transform:uppercase;
    padding-top:10px;
}
.noticia-article 
{
    width:80%;
    margin-left:auto;
    margin-right:auto;
    border:2px solid #ccc;
    border-radius: 5px;
    padding:10px;
} 
#noticias .volver 
{
	display:block;
	text-align:right;
	width:100%;
	margin-top:30px;
}
#noticias .volver > A 
{
	font-size:14px;
	color: #2d6e2d;
	text-decoration:none;
	padding-right:8px;
	display:inline;
	text-transform:uppercase;
	font-weight:700;
}
#noticias .volver > A:hover 
{
	color:#fba22a;
	text-decoration:none;
}
#noticias .volver > A > i 
{
	font-size:16px;
	color: #2d6e2d;
	text-decoration:none;
	text-align:right;
	padding-right:8px;
	display:inline;
}
#noticias .volver > A:hover > i 
{
	color:#fba22a;
	text-decoration:none;
}
#noticias .derecha > A > i 
{
	font-size:22px;
	color: #2d6e2d;
	text-decoration:none;
	text-align:right;
	float:right;
	padding-right:8px;
}
#noticias .derecha > A:hover > i 
{
	color:#fba22a;
	text-decoration:none;
}
.nottitulo
{
    color:#2d6e2d;
    text-decoration:none;
    display:block;
    font-size:20px;
    line-height:1.2em;
    font-weight: 700;
    text-transform: none;
    font-family: 'Open Sans' , Arial, sans-serif;
}
.notcopete2
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 400;
    font-size:13pt;
    text-transform:none;
    color: #666666;
    text-decoration:none;
    text-align:left;
}
.notfecha
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 10pt;
    color: #646464;
    line-height: 1.5em;
}
.notfuente
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 10pt;
    color: #2d6e2d;
    line-height: 1.5em;
    text-transform: uppercase;
}
.nottxt
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 400;
    font-size:11pt;
    text-transform:none;
    color: #000000;
    text-decoration:none;
    text-align:left;
    line-height:1.2em;
}
/* fin pagina noticias */
/* comienza pagina informes */
#informes
{
    padding: 80px 0px;
    display:block;
    width:100%;
    background: rgb(255,255,255); 
}
#informes .latest_blog h2 
{
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
}
#informes .latest_blog h2 span
{
    border:2px solid #2d6e2d;
    border-radius: 5px;
    padding:10px;
    background:#2d6e2d;
}
#informes .latest_blog p 
{
    padding-bottom: 45px;
    font-size: 16px;
    color: #646464;
}
.informe-article 
{
    width:30%;
    margin-left:auto;
    margin-right:auto;
    border:2px solid #ccc;
    border-radius: 5px;
    padding:10px;
} 
.informe-article ul 
{
 list-style: none;
 padding: 0 20px;
} 
.informe-article ul li 
{
    border-bottom: 1px solid #ccc;
    padding: 8px;
    text-align:left;
    font-family: Arial, Helvetica;
    font-size: 11pt;
    color: #2d6e2d;
    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: #2d6e2d;
    text-decoration: none;
    padding-left:10px;
}
.informe-article ul li a:hover
{
    color: #fba22a;
    text-decoration: none;
}
.informe-article ul li:last-child
{
	border: none;
}
.informe-article2 
{
    width:80%;
    margin-left:auto;
    margin-right:auto;
    border:2px solid #ccc;
    border-radius: 5px;
    padding:10px;
} 
#informes .derecha > A > i 
{
	font-size:22px;
	color: #2d6e2d;
	text-decoration:none;
	text-align:right;
	float:right;
	padding-right:8px;
}
#informes .derecha > A:hover > i 
{
	color:#fba22a;
	text-decoration:none;
}
#informes .inftitulo 
{
   
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 700;
    font-size:14pt;
    text-transform:uppercase;
    color: #2d6e2d;
    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: #2d6e2d;
    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;
}
.informe-tittle
{
    width:80%;
    margin-left:auto;
    margin-right:auto;
    border:2px solid #fba22a;
    border-radius: 5px;
    margin-bottom:10px;
    text-align:center;
    background:#fba22a;
} 
.informe-tittle h4
{
   
    text-transform:none;
    color: #FFFFFF;
    text-decoration:none;
    text-align:center;
    text-transform:uppercase;
    padding-top:10px;
}
#informes .volver 
{
	display:block;
	text-align:right;
	width:100%;
	margin-top:30px;
}
#informes .volver > A 
{
	font-size:14px;
	color: #2d6e2d;
	text-decoration:none;
	padding-right:8px;
	display:inline;
	text-transform:uppercase;
	font-weight:700;
}
#informes .volver > A:hover 
{
	color:#fba22a;
	text-decoration:none;
}
#informes .volver > A > i 
{
	font-size:16px;
	color: #2d6e2d;
	text-decoration:none;
	text-align:right;
	padding-right:8px;
	display:inline;
}
#informes .volver > A:hover > i 
{
	color:#fba22a;
	text-decoration:none;
}
/* fin pagina informes */
/* comienza pagina enlaces */
#enlaces
{
    padding: 80px 0px;
    display:block;
    width:100%;
    background: rgb(255,255,255); 
}
#enlaces .latest_blog h2 
{
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
}
#enlaces .latest_blog h2 span
{
    border:2px solid #2d6e2d;
    border-radius: 5px;
    padding:10px;
    background:#2d6e2d;
}
#enlaces .latest_blog p 
{
    padding-bottom: 45px;
    font-size: 16px;
    color: #646464;
}
.single-table-price3 
{
  text-align: center;
  width:100%;
  display:block;
  position:relative;
}
.price-header3 
{
    border:2px solid #fba22a;
    background:#fba22a;
    border-radius: 5px;
    padding:10px;
    display: block;
    float: left;
    width: 100%;
}
.price-spacer
{
  height:30px;
  display: block;
  float: left;
  width: 100%;
}
.price3
{
  color: #FFFFFF;
  font-size: 20px;
  font-weight: normal;
}
.enlace-article
{
	display: inline;
	float: left;
	padding:20px;
	width: 100%;
	background-color:transparent;
}
.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: #2d6e2d;
    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: #2d6e2d;
    text-decoration: none;
}
.enlace-article ul li a:hover
{
    color:#fba22a;
    text-decoration: none;
}
.enlace-article ul li:last-child
{
	border: none;
}
/* fin pagina enlaces */
/* comienza pagina clima */
#clima
{
    padding: 80px 0px;
    display:block;
    width:100%;
    background: rgb(255,255,255); 
}
#clima .latest_blog h2 
{
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
}
#clima .latest_blog h2 span
{
    border:2px solid #2d6e2d;
    border-radius: 5px;
    padding:10px;
    background:#2d6e2d;
}
#clima .latest_blog p 
{
    padding-bottom: 45px;
    font-size: 16px;
    color: #646464;
}
.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 mercados */
#secmercados 
{
    padding: 80px 0px;
    display:block;
    width:100%;
    background: rgb(255,255,255); 
}
#secmercados .latest_blog h2 
{
    padding-bottom: 20px;
    font-size: 36px;
    font-weight:normal;
    text-transform: uppercase;
    color: #FFFFFF;
}
#secmercados .latest_blog h2 span
{
    border:2px solid #2d6e2d;
    border-radius: 5px;
    padding:10px;
    background:#2d6e2d;
}
#secmercados .latest_blog p 
{
    padding-bottom: 45px;
    font-size: 16px;
    color: #646464;
}
.tabmercados
{
    text-align: center;
    margin-right:auto;
    margin-left:auto;
    width:85%;
}
.tabmercados table
{
    margin:auto;
}
.tdfila2
{
    font-family: Arial, Helvetica;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    line-height:2em;
}
.tabmercados h4 
{
	text-align:center;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:normal;
}
.tabmercados h4 span
{
	border:2px solid #fba22a;
    border-radius: 5px;
    padding: 10px;
    background:#fba22a;
}
.derecha2
{
    margin-bottom:40px;
    text-align:right;
    width:100%;
    position:relative;
    display:block;
}
.derecha2 a
{
    text-align: right;
    font-size: 14px;
    text-transform: uppercase;
    color:#2d6e2d;
}
.derecha2 a:hover
{
   text-decoration: underline;
   color:#fba22a;
}
.derecha2 i
{
    padding-right:4px;
}
/* fin pagina mercados */
/* comienza pagina logistica */
#logistica
{
    padding: 80px 0px;
    display:block;
    width:100%;
    background: rgb(255,255,255); 
}
#logistica .latest_blog h2 
{
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
}
#logistica .latest_blog h2 span
{
    border:2px solid #2d6e2d;
    border-radius: 5px;
    padding:10px;
    background:#2d6e2d;
}
#logistica .latest_blog p 
{
    padding-bottom: 45px;
    font-size: 16px;
    color: #646464;
}
/* fin pagina logistica */
/* comienza pagina catac */
.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: #fba22a 1px solid;
    background: #fba22a;
    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: #2d6e2d;
    border-right:#2d6e2d 1px solid;
    border-top: #2d6e2d 1px solid;
    border-left: #2d6e2d 1px solid;
    border-bottom: #2d6e2d 1px solid;
}
.buttonC
{
    padding-right: 18px;
    display: inline-block;
    padding-left: 18px;
    font-size: 16px;
    background: #fba22a;
    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:#fba22a;
    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:#2d6e2d;
    color: #FFFFFF;
    border-color:#2d6e2d;
    border-width: 1px;
    border-style: solid;
    text-decoration:none;
}
.buttonC:focus
{
    background:#2d6e2d;
    color: #FFFFFF;
    border-color:#2d6e2d;
    border-width: 1px;
    border-style: solid;
    text-decoration:none;
}
.buttonC:active
{
    background:#2d6e2d;
    color: #FFFFFF;
    border-color:#2d6e2d;
    border-width: 1px;
    border-style: solid;
    text-decoration:none;
}
.catac LI H5
{
    display: block;
    color: #2d6e2d;
    letter-spacing: 0px;
    font-weight: bold;
    text-align: left;
    font-size: 19px;
    margin: 0px 0px 8px;
    text-transform:none;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
}
.catac LI H5 A
{
    text-decoration: none;
}
/* fin pagina catac */
/* comienza compradores */
.comprador-tittle
{
    margin-left:auto;
    margin-right:auto;
    border:2px solid #fba22a;
    border-radius: 5px;
    margin-bottom:10px;
    text-align:center;
    width:85%;
    background:#fba22a;
} 
.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 #fba22a;
    border-radius: 5px;
    margin-bottom:10px;
    text-align:center;
    width:65%;
    background:#fba22a;
} 
.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 pagina mapas */
#mapas
{
    padding: 80px 0px;
    display:block;
    width:100%;
    background: rgb(255,255,255); 
}
#mapas .latest_blog h2 
{
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
}
#mapas .latest_blog h2 span
{
    border:2px solid #2d6e2d;
    border-radius: 5px;
    padding:10px;
    background:#2d6e2d;
}
#mapas .latest_blog p 
{
    padding-bottom: 45px;
    font-size: 16px;
    color: #646464;
}
.maps 
{
    text-align:center;
    margin-right:auto;
    margin-left:auto;
    width:482px;
    height:934px;
    height:auto;
    border:2px solid #ccc;
    border-radius: 5px;
    padding:10px;
}
.maps table
{
   text-align:center;
   margin-right:auto;
   margin-left:auto;
   width:462px;
   height:914px;
}
.titulartabla2
{
    background:#fba22a;
    height:32px;
}
.tittabla
{
    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:#fba22a;
}
.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:#666; 
	TEXT-DECORATION: none ; 
	font-weight:bold;
	text-transform:none;
	line-height:2em;
}
.text-icon
{ 
	border:1px solid #dbd2ce;
}
.mapa-tittle
{
    margin-left:auto;
    margin-right:auto;
    border:2px solid #fba22a;
    border-radius: 5px;
    margin-bottom:10px;
    text-align:center;
    width:482px;
    background:#fba22a;
} 
.mapa-tittle h4
{
   
    text-transform:none;
    color: #FFFFFF;
    text-decoration:none;
    text-align:center;
    text-transform:uppercase;
    padding-top:10px;
}
/* fin pagina mapas */
/* 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: #2d6e2d 1px solid;
    background:#2d6e2d;
    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:#fba22a;
    border: #fba22a 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:#2d6e2d;
    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:#2d6e2d;
    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:#fba22a;
}
/* fin pagina rutas */
/* comienza pagina puertos */
.mapas 
{
   text-align:center;
   margin-right:auto;
   margin-left:auto;
   width:462px;
   height:auto;
   margin-top:60px;
}
/* fin pagina puertos */
/* comienza pagina camiones */
.tdcabc
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    text-align:center;
    line-height:2em;
}
.tdcabd
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    text-align:left;
    padding-left:10px;
    line-height:2em;
}
.TablaDatoFila
{
    font-family: 'Open Sans', sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.TablaDatoFila2
{
    font-family: 'Open Sans', sans-serif;
    font-size: 8pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #000000;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.pietabla
{
    font-family: 'Open Sans', sans-serif;
    font-size: 8.5pt;
    text-decoration: none;
    color: #000000;
    text-align: center;
}
.camiones
{
    text-align: center;
    margin-right:auto;
    margin-left:auto;
    width:85%;
    border:2px solid #ccc;
    border-radius: 5px;
    padding:10px;
}
.camiones table
{
    margin:auto;
    width:100%;
}
.camiones-tittle
{
    margin-left:auto;
    margin-right:auto;
    border:2px solid #fba22a;
    border-radius: 5px;
    margin-bottom:10px;
    text-align:center;
    width:85%;
    background:#fba22a;
} 
.camiones-tittle h4
{
   
    text-transform:none;
    color: #FFFFFF;
    text-decoration:none;
    text-align:center;
    text-transform:uppercase;
    padding-top:10px;
}
/* fin pagina camiones */
/* comienza pagina productos */
.content-block
{
    margin-bottom:80px;
    display:block;
}
 .bwi-content-block
{
    height:280px;
}
 .bwi-content-block img
{
   height:280px;
}
.bwi-content-block .block_body
{
    background: #e8f9d2;
    color:#000000;
    display:block;
    padding:20px;
    font-family: Arial , helvetica;
    font-size: 13pt;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    font-weight:normal;
    height:164px;
}
.bwi-content-block .block_top
{
    background: #fba22a;
    padding:0px;
    width: 100%;
    margin:0px;
    padding:20px;
}
.bwi-content-block H1
{
    padding: 0px;
    margin: 0px;
    font-weight: 100;
    font-size: 22pt;
    font-family: 'Oswald' , sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 78px;
    background: url(../images/iso.png) no-repeat left top;
}
.content-block2
{
    margin-bottom:80px;
    display:block;
}
 .bwi-content-block2
{
    height:383px;
}
 .bwi-content-block2 img
{
   height:383px;
   width:100%;
}
.bwi-content-block2 .block_body2
{
    background: #e8f9d2;
    color:#000000;
    display:block;
    padding:20px;
    font-family: Arial , helvetica;
    font-size: 13pt;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    font-weight:normal;
    height:264px;
}
.bwi-content-block2 .block_top2
{
    background: #fba22a;
    padding:0px;
    width: 100%;
    margin:0px;
    padding:20px;
}
.bwi-content-block2 H1
{
    padding: 0px;
    margin: 0px;
    font-weight: 100;
    font-size: 22pt;
    font-family: 'Oswald' , sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 78px;
    background: url(../images/iso.png) no-repeat left top;
}
/* fin pagina productos */
/* comienza vinos */
#vinos
{
    background-image: url("../images/vinos-bg.jpg");
    background-repeat:no-repeat;
    background-position:bottom center;
    background-size: cover;
    color: #ffffff;
    width: 100%;
    display:block;
    float:left;
}
.vinos-overlay
{
    background-color: rgba(0,120,49,0.8);
    padding: 60px 0;
    float: left;
    width: 100%;
    height:457px;
}
.vinos-area
{
    display: block;
    width: 100%;
}
#vinos .vino-article
{
    display: inline;
    float: left;
}
#vinos .vino-article h1
{
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
#vinos .vino-article h3
{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 45px;
    margin-bottom: 15px;
    text-transform:none;
}
#vinos .vino-article p
{
    color: #fff;
    margin-bottom: 50px;
    font-size: 25px;
    font-weight:normal;
}
#vinos .more-btn
{
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: 12px 22px;
    font-weight: 700px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
#vinos .more-btn:hover, .more-btn:focus
{
    color: #000000;
    text-decoration: none;
    outline: none;
    background: #fff;
}
#vinos .vino-img 
{
    margin:0px;
    padding:0px;
    text-align:right;
}
#vinos .vino-img img
{
    float:right;
}
/* comienza pagina vino */
#vino .latest_blog h2 
{
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
}
#vino .latest_blog h2 span
{
    border:2px solid #2d6e2d;
    border-radius: 5px;
    padding:10px;
    background:#2d6e2d;
}
#vino .latest_blog p 
{
    padding-bottom: 45px;
    font-size: 16px;
    color: #646464;
}
#vino .itrubro
{
	margin-top: 60px;
	margin-bottom:60px;
}
#vino .rubro
{
	padding-left: 40px;
}
#vino .itrubro img 
{
	width: 300px;
	border-radius: 75px 0 75px 0;
	box-shadow: 15px 0 #fba22a;
}
#vino .entry-titleT h2 
{
    padding-bottom: 20px;
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFFFFF;
}
#vino .entry-titleT h2 span
{
    border:2px solid #fba22a;
    border-radius: 5px;
    padding:10px;
    background:#fba22a;
}
.vinotxt .entry-title
{
	font-size: 2rem;
	line-height: 1.364;
	margin-bottom:40px;
	color:#fba22a;
}
.vinotxt .entry-title span
{
	border:2px solid #fba22a;
    border-radius: 5px;
    padding:10px;
}
#vino .spacer
{
	height:60px;
	width:100%;
}
.vinotxt p
{
    font-size: 13pt;
    color: #777;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: justify;
    text-indent: 40px;
    margin-bottom:20px;
    line-height:1.4em;
}
.latest hgroup
{
	margin-bottom:30px;
}
.latest hgroup
{
	background:#f9efe3 url(../images/rausch.png) repeat;
	border-top:4px solid #f0dec8;
	-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;
}
.latest hgroup figcaption 
{
	margin: 0 20px;
	text-align: center;
	padding:0 0 10px 0;
	height:430px;
}
.latest hgroup figcaption .heading 
{
	margin-bottom: 30px;
	font-size: 24px;
	text-transform: uppercase;
	display: block;
	color: #777;
	border-bottom:1px dashed #c7b3a9;
	line-height:3em;
}
.shadow 
{
	position: relative;
	-moz-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
}
.shadow:before, .shadow:after 
{
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 15px;
	-moz-box-shadow: 0px 15px 12px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 15px 12px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 15px 12px rgba(0, 0, 0, 0.6);
}
.shadow:before 
{
	right: 10px;
	-moz-transform: rotate(4deg) skewX(4deg);
	-webkit-transform: rotate(4deg) skewX(4deg);
	-o-transform: rotate(4deg) skewX(4deg);
	-ms-transform: rotate(4deg) skewX(4deg);
	transform: rotate(4deg) skewX(4deg);
}
hgroup .bioquote
{
    font-size: 16px;
    color: #333;
    text-align:left;
    line-height:1.6em;
}
hgroup .thumb 
{
	display: block;
	width:100%;
}
hgroup .thumb img 
{
	border-bottom:1px dashed #c7b3a9;
}
/* fin pagina vino */
/* fin vinos */
/* comienza Media queries */
@media (max-width: 900px) 
{
    .chicago
    {
       margin-top:40px;
    }
    #vinos .vino-img 
    {
        margin:0px;
        padding:0px;
        text-align:right;
    }
    #vinos .vino-img img
    {
        float:right;
        height:0px;
        width:0px;
      
    }
    .latest hgroup figcaption.long1
    {
	    height:570px;
    }
    .latest hgroup figcaption.long2
    {
	    height:620px;
    }
	#widget2 .brand 
    {
	   text-align:center;
	   margin-right:auto;
	   margin-left:auto;
	   width:160px;
    }
	#widget2 .brand img
    {
	    width:160px;
	    height:auto;
	    text-align:center;
	    margin-bottom:40px;
    }
    footer .widget 
    {
	    margin-bottom:40px;
    }
    .rubro
    {
	    margin-bottom:40px;
    }
    .empresatxt .entry-title
    {
	    font-size: 1.6rem;
	    line-height: 1.364;
	    margin-bottom:40px;
	    color:#fba22a;
    }
    .empresatxt .entry-title span
    {
	    border:2px solid #fba22a;
        border-radius: 5px;
        padding:10px;
    }
    .empresatxt p
    {
        font-size: 12pt;
        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 
    {
        font-family: 'Open Sans', sans-serif;
        font-size: 12pt;
        color: #777;
        font-weight: normal;
        font-variant: normal;
        text-decoration: none;
        text-align: left;
        text-indent: 0px;
        margin-bottom:20px;
        line-height:1.4em;
    }
    .enlace-article ul li 
    {
        border-bottom: 1px solid #ccc;
        padding: 5px 0;
        text-align:left;
        font-family: 'Open Sans', sans-serif;
        font-size: 10pt;
        color: #2d6e2d;
        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: 10pt;
        color: #2d6e2d;
        text-decoration: none;
    }
    .enlace-article
    {
	    display: inline;
	    float: left;
	    padding:10px;
	    width: 100%;
	    background-color:transparent;
    }
    .enlace-article ul 
    {
     list-style: none;
     padding: 0 10px;
    } 
    .informe-article 
    {
        width:90%;
        margin-left:auto;
        margin-right:auto;
        border:2px solid #ccc;
        border-radius: 5px;
        padding:10px;
    } 
    .informe-article ul 
    {
     list-style: none;
     padding: 0 10px;
    } 
    .informe-article ul li 
    {
        border-bottom: 1px solid #ccc;
        padding: 8px;
        text-align:left;
        font-family: Arial, Helvetica;
        font-size: 10pt;
        color: #2d6e2d;
        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: #2d6e2d;
        text-decoration: none;
        padding-left:10px;
    }
    .informe-article2 
    {
        width:98%;
        margin-left:auto;
        margin-right:auto;
        border:2px solid #ccc;
        border-radius: 5px;
        padding:10px;
    } 
    .informe-tittle
    {
        width:98%;
        margin-left:auto;
        margin-right:auto;
        border:2px solid #fba22a;
        border-radius: 5px;
        margin-bottom:10px;
        text-align:center;
        background:#fba22a;
    } 
    .informe-tittle h4
    {
       
        text-transform:none;
        color: #FFFFFF;
        text-decoration:none;
        text-align:center;
        text-transform:uppercase;
        padding-top:10px;
        font-size:14px;
    }
    #informes .volver 
    {
	    display:block;
	    text-align:right;
	    width:100%;
	    margin-top:30px;
    }
    #informes .volver > A 
    {
	    font-size:11px;
	    color: #2d6e2d;
	    text-decoration:none;
	    padding-right:8px;
	    display:inline;
	    text-transform:uppercase;
	    font-weight:700;
    }
    .contact-social
    {
      text-align: left;
      margin-top: 60px;
      margin-bottom: 60px;
    }
    .noticia-tittle
    {
        width:98%;
        margin-left:auto;
        margin-right:auto;
        border:2px solid #fba22a;
        border-radius: 5px;
        margin-bottom:10px;
        text-align:center;
        background:#fba22a;
    } 
    .noticia-tittle h4
    {
       
        text-transform:none;
        color: #FFFFFF;
        text-decoration:none;
        text-align:center;
        text-transform:uppercase;
        padding-top:10px;
        font-size:14px;
    }
    .noticia-article 
    {
        width:98%;
        margin-left:auto;
        margin-right:auto;
        border:2px solid #ccc;
        border-radius: 5px;
        padding:10px;
    } 
    #noticias .volver 
    {
	    display:block;
	    text-align:right;
	    width:100%;
	    margin-top:30px;
    }
    #noticias .volver > A 
    {
	    font-size:11px;
	    color: #2d6e2d;
	    text-decoration:none;
	    padding-right:8px;
	    display:inline;
	    text-transform:uppercase;
	    font-weight:700;
    }
    .pne
    {
        background: rgb(255,255,255); 
        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;
    }
    .nav2
    {
        padding-top:20px;
        padding-left:0px;
    }
    .nav2 UL
    {
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        margin: 0px;
        padding-top: 0px;
    }
    .nav2 UL LI
    {
        padding-left: 4px;
        min-height: 14px;
        background: url(../images/menu-marker.gif) no-repeat 0px center;
        float: left;
        margin: 0px 0px 0px 4px;
        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: 10px;
        color: #646464;
        padding:5px;
        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;
    }
    .nav2 UL LI A:hover
    {
        color:#fba22a;
        text-decoration: none;
        border:2px solid #fba22a;
        border-radius: 5px;
        padding:5px;
    }
    .nav2 UL LI.current-object A
    {
        color: #fba22a;
        text-decoration: none;
        font-weight: bold;
        border:2px solid #fba22a;
        border-radius: 5px;
        padding:5px;
    }
    .tabmercados
    {
        text-align: center;
        margin-right:auto;
        margin-left:auto;
        width:98%;
    }
    .tabmercados table
    {
        margin:auto;
    }
    .tdfila2
    {
        font-family: Arial, Helvetica;
        font-size: 10px;
        color: #000000;
        text-decoration: none;
        font-weight: normal;
        line-height:2em;
    }
    .tabmercados h4 
    {
	    text-align:center;
	    text-transform:uppercase;
	    color:#FFFFFF;
	    font-weight:normal;
    }
    .tabmercados h4 span
    {
	    border:2px solid #fba22a;
        border-radius: 5px;
        padding: 5px;
        background:#fba22a;
    }
    .tdcab
    {
        font-family: Arial, Helvetica;
        font-size: 12px;
        color: #000000;
        font-weight: bold;
        font-variant: normal;
        text-decoration: none;
    }
    .tdfilaLbl
    {
        font-family: Arial, Helvetica;
        font-size: 12px;
        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: 10px;
        color: #000000;
        font-weight: normal;
        font-variant: normal;
        text-decoration: none;
        padding-right: 6px;
    }
    .tdfilac
    {
        font-family: Arial, Helvetica;
        font-size: 10px;
        color: #000000;
        font-weight: normal;
        font-variant: normal;
        text-decoration: none;
        text-align: center;
    }
    .tabfecha
    {
        font-family: Arial, Helvetica;
        font-size: 12px;
        color: #000000;
        font-weight: normal;
        font-variant: normal;
        text-decoration: none;
    }
    .tdfecha
    {
        font-family: Arial, Helvetica;
        font-size: 12px;
        color: #000000;
        font-weight: normal;
        font-variant: normal;
        text-decoration: none;
    }
    .tdfilatxt
    {
        font-family: Arial, Helvetica;
        font-size: 10px;
        color: #000000;
        font-weight: normal;
        font-variant: normal;
        text-decoration: none;
        padding-left: 6px;
        padding-right: 6px;
    }
    .legaltxt p
    {
        font-size: 11pt;
        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: 11pt;
        color: #777;
        font-variant: normal;
        text-decoration: none;
        text-align: left;
        text-indent: 0px;
    }
    .navbar-brand 
    {
        margin-top: 5px;
        padding: 0 0 0 15px;
    }
    .navbar-brand img
    {
        width:110px;
        height:auto;
    }
    header .top ul.topleft-info 
    {
        list-style: none;
        margin: 0px 0 0;
        padding-left: 0;
        float:left;
    }
    header .top ul.topleft-info li 
    {
	    display: inline;
	    margin: 0 0px 0 0;
	    padding:0;
	    font-weight: 600;
	    color:#FFFFFF;
	    font-size:0px;
    }
    header .top ul.topleft-info li a:hover 
    {
	    text-decoration: none;
	    outline: 0;
    }
     .navbar-header 
	{
		margin-top: 5px;
		border-bottom: none;
	}
	header .top 
    {
	    padding-top:4px;
	    padding-bottom:4px;
	    margin:0;
	    background:#fba22a;
    }
    header .navbar 
    {
        min-height:120px;
    }
    .main-slider .flex-caption 
    {
         bottom: 10px; 
         background-color: rgba(0, 0, 0, 0.6); 
         color: #fff; margin: 0; 
         padding: 5px; 
         position: absolute; right: 0; 
         width: 100%;
    }
    .main-slider .flex-caption h3 
    {
        color: #fff; 
        letter-spacing: 0px; 
        margin-bottom: 8px; 
        text-transform: uppercase;
        font-size:2em;
    }
    .main-slider .flex-caption p 
    {
        margin: 0 0 15px; 
        font-size:12px; 
        text-transform:uppercase;
        font-weight:700;
    }
    .main-slider .flex-caption .btn-theme 
    {
        font-size:12px; 
        text-transform:none;
        font-weight:normal;
        color:#fba22a;
        margin:0px;
        padding:0px;
    }
    .service-box4
    {
        padding:0px;
        border-radius: 0px;
        border: currentColor;
        border-image: none;
        margin-bottom: 10px;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    .service-box_body4
    {
        background-color: rgb(255, 255, 255);
        padding:5px;
        text-align: LEFT;
        margin:0px;
        min-height: 150px;
    }
    .service-box_top4
    {
        background: linear-gradient(rgb(119,161,119),rgb(239,254,216));
        border-radius: 0px;
        margin:0px;
        padding:0px;
        padding-top:10px;
        padding-top:10px;
    }
    .service-box4 .icon
    {
        float: none;
        text-align: center;
    }
    .service-box4 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;
        text-transform: uppercase;
        color: #653131;
        line-height: 82px;
        text-align: center;
    }
    .service-box_txt4 
    {
        font-family: Arial , helvetica;
        font-size: 10pt;
        color: #000000;
        font-weight: normal;
        font-variant: normal;
        text-decoration: none;
        text-transform: none;
    }
    .frases 
    {
	    padding-left:20PX;
	    padding-top:20PX;
	    padding-bottom:10PX;
	    background: linear-gradient(rgb(119,161,119),rgb(239,254,216));
	    OVERFLOW: hidden; 
	    WIDTH: 96%; 
	    POSITION: relative; 
	    border-radius: 16px;
	    margin-right:auto;
	    margin-left:auto;
    }
    .top-frase H2 
    {
	    MARGIN: 0px; 
	    padding:0px;
	    COLOR:#000000; 
	    font-weight: 100;
        font-size: 1.2em;
        text-transform: none;
        line-height:1.2em;
        padding-top:15px;
    }
    .top-frase .icon
    {
        float: left;
        display:inline;
        padding-right:20px;
    }
    .blog-news-title h2, .blog-news-title h2 > a
    {
        color: #2d6e2d;
        font-family: "Lato" ,sans-serif;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        line-height: 1em;
        padding-bottom:5px;
    }
    .blog-news-single
    {
        background-color: #fffbf8;
        display: block;
        width: 100%;
        padding: 5px;
        height: auto;
        border-radius: 5px;
    }
    #datos .welcome_icon 
    {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        text-align: center;
        margin: 0 auto;
        border: 1px solid #2d6e2d;
        transition: .7s;
        background-color:#FFF;
        color:#2d6e2d;
    }
    #datos .welcome_icon:hover
    {
        background: #2d6e2d;
        cursor: pointer;
        color:#fba22a;
    }
    #datos .welcome_icon i 
    {
        margin-top: 25%;
        font-size: 40px;
        transition: .7s;
    }
    #datos ul li 
    {
	    width:40%;
        display:inline-block;
        vertical-align:top;
    }
    #datos .item_list h4 
    {
        padding: 5px;
    }
    #datos .item_list h4 span
    {
        border:2px solid #2d6e2d;
        border-radius: 5px;
        padding: 5px;
        background:#2d6e2d;
    }
    #datos .item_list h4 a
    {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        color:#FFFFFF;
        transition: 0.7s;
    }
    #datos .item_list h4 a:hover 
    {
        color:#fba22a;
        text-decoration:none;
    }
    #datos .item_list p 
    {
        font-size: 12px;
        color: #646464;
    }
}
@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%;
	}
	#widget2 .brand 
    {
	   text-align:center;
	   margin-right:auto;
	   margin-left:auto;
	   width:160px;
    }
	#widget2 .brand img
    {
	    width:160px;
	    height:auto;
	    text-align:center;
    }
    
}
@media (max-width: 767px) 
{

  body 
  {
    padding-right: 0;
    padding-left: 0;
  }
 	#wrapper.boxed
 	{
		width:90%;
		margin:0 auto;	
	}
	.navbar-brand 
	{
		margin-top: 0px;
		border-bottom: none;
	}
	.navbar-nav 
	{
		border-top: none;
		padding-top: 30px;
		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;
	}
	.box 
	{
		padding:20px 0;
		margin-bottom: 20px;
	}
	#inner-headline .breadcrumb 
	{
		float:left;
		clear:both;
		width:100%;
	}
	.breadcrumb > li 
	{
		font-size:13px;
	}
	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;
    }

}
@media (max-width: 480px) 
{
	.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) 
{

}
/* Media queries :: End */
