@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300,100);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700italic,700,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

/* comienza estructura */
* 
{
    margin: 0;
    padding: 0;
}
.alignleft 
{
    float: left;
    margin-right: 15px
}
.alignright 
{
    float: right;
    margin-left: 15px;
}
.aligncenter 
{
    display: block;
    margin: 0 auto
}
.floatleft 
{
    float: left
}
.floatright 
{
    float: right
}
.fix 
{
    overflow: hidden
}
.clear 
{
    clear: both
}
.container 
{
    transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
}
ul 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a,
a:hover,
a:focus,
a:visited,
a:hover 
{
    text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 
{
    margin: 0;
    padding: 0;
    font-weight: normal;
}
p 
{
    padding: 0;
    margin: 0;
}
img 
{
    max-width: 100%;
    height: auto;
}
html 
{
    height: 100%
}
body 
{
}
input: -webkit-autofill,
input: -webkit-autofill:hover,
input: -webkit-autofill:focus 
{
    -webkit-box-shadow: 0 0 0 100px white inset !important;
}
:focus 
{
    outline: -webkit-focus-ring-color auto 0px;
}
.form-control:focus 
{
    border-color: #fff;
    border: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.zero_mp 
{
    padding: 0;
    margin: 0;
}
.margin_btm 
{
    margin-bottom: 0px !important;
}
.section
{
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}
.min-spacing
{
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}
/* fin estructura */
/* comienza slider */
.section-wraper 
{
    position: relative;
}
#slider .carousel-indicators 
{
    bottom: 70px;
}
/* fin slider */
/* comienza pie */
.btn-them 
{
	color: #fff;
	background:transparent;
	text-decoration:none;
	background-image:none;
	border:1px solid transparent;
	border-radius:4px;
	padding:10px;
	text-transform:uppercase;
}
.btn-them:hover 
{
	color: #eee;
	background:#0d9444;
}
footer 
{
	background: rgb(142,182,64); 
	background: -moz-linear-gradient(top, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); 
	background: linear-gradient(to bottom, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb640', endColorstr='#779936', GradientType=0 );
    z-index:0;
}
footer nav ul
{
 display: block;
 text-align:center;
 margin-bottom:20px;
 }
footer nav ul li 
{
 display: inline;
 }
 footer nav ul li.page_current
{
    color: #000000;
 }
footer nav ul li a 
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 11pt;
    text-decoration: none;
    float: none;
    text-align:center;
    padding: 10px;
    background-color:transparent;
    color: #fff;
    text-transform:uppercase;
 }
 footer nav ul li a:hover 
{
 text-decoration: none;
 color: #36D68C;
 }
 footer nav ul li a .fa
{
    color: #fff;
 }
 footer nav ul li a .fa:hover 
{
 color: #36D68C;
 }
footer 
{
	padding: 50px 0 0;
	
}
footer h5
{
	font-family: 'Open Sans' , Arial, sans-serif;
	color:#FFFFFF;
}
footer .fa-circle
{
	color:#0d9444;
}
footer .fa-phone
{
	color:#FFFFFF;
}
footer .fa-home
{
	color:#FFFFFF;
}
footer .fa-envelope-o
{
	color:#FFFFFF;
}
footer .widget 
{
	margin-bottom: 30px;
	color:#FFFFFF;
	text-align:left;
}
.spacerb
{
	height:10px;
}
footer .widget p
{
	font-family: 'Open Sans' , Arial, sans-serif;
	color:#FFFFFF;
	text-align:left;
	font-size:11pt;
	line-height:1.9em;
	margin-top:20px;
	padding-right:10px;
}
footer .widget h5 
{
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.sub-footer 
{
	margin-top: 30px;
    background: rgb(142,182,64); 
	background: -moz-linear-gradient(top, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); 
	background: linear-gradient(to bottom, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb640', endColorstr='#779936', GradientType=0 );
	border-top: 1px solid #0d9444;
	padding: 30px 0 10px;
	color: #FFFFFF;
}
.sub-footer a
{
	color: #FFFFFF;
	text-decoration:none;
}
.sub-footer a:hover
{
	color: #36D68C;
	text-decoration:none;
}
footer .sub-footer  p 
{
	font-size: 14px;
}
.company-social 
{
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}
.company-social
{
	text-align: left;
	list-style: none;
	margin-top:20px;
}
.company-social li
{
	margin:0;
	padding:0;
	display: inline-block;
}
.company-social a
{
	margin:0 2px 0 0;
}
.company-social a:hover 
{
    color: #fff;
}
.company-social a i 
{
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	text-align: center;
	border-radius: 3px;
	padding:0;
}
.company-social a i
{
    background:#0d9444;
}
.company-social a:hover i 
{
    background: #36D68C;
    color:#0d9444;
}
.widget ul 
{
	list-style: none;
	margin-left:0;
	padding-left:0;
	text-align:left;
}
.spacer
{
    height:30px;
    clear:both;
    display:block;
}
.footerhr
{
    background: #0d9444;
    height:1px;
    width:100%;
    margin-bottom:20px;
}
.borderedbox
{
    border:1px solid #0d9444;
    padding:10px;
    margin-top:20px;
}
/* fin pie */
/* comienza back to top */
/* Back to top */
myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  z-index:999;
}

#myBtn:hover {
  background-color: #555;
}
/* fin back to top */
/* comienza datos útiles */
#datos
{
    background-image: linear-gradient(rgb(43,217,128), rgb(255,255,255));
    background-repeat: repeat-x;
    padding: 80px 0;
    display:block;
    width:100%;
    position:relative;
}
.datos_area h3 
{
    font-size: 36px;
    padding-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
}
.datos_area p 
{
    font-size: 16px;
    color: #646464;
    font-family: 'Open Sans', sans-serif;
}
#datos ul
{
    padding: 0px;
    margin:0px;
    display:block;
    text-align: center;
    width:100%;
}
#datos ul li.item
{
    padding: 0px;
    margin:0px;
    display:inline-block;
    text-align: center;
    list-style: none;
    width:18%;
    vertical-align:top;
}
#datos .single_item 
{
    padding-top: 60px;
    text-align: center;
}
#datos .welcome_icon 
{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #C4C4C4;
    transition: .7s;
    background-color:#FFF;
    color:#646464;
}
#datos .welcome_icon:hover
{
    background: #0d9444;
    cursor: pointer;
    color:#FFFFFF;
}
#datos .welcome_icon i 
{
    margin-top: 25%;
    font-size: 50px;
    transition: .7s;
}
#datos .item_list h4 
{
    padding: 20px;
}
#datos .item_list h4 a
{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #393939;
    transition: 0.7s;
    font-family: 'Open Sans', sans-serif;
}
#datos .item_list h4 a:hover 
{
    color:#0057a2;
}
#datos .item_list p 
{
    font-size: 14px;
    color: #646464;
    font-family: 'Open Sans', sans-serif;
}
/* comienza utilidades */
.service-box
{
    background: none;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    text-align: center;
    position: relative;
    z-index: 99;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.extra.service-box
{
    margin-top: -48px;
}
.service-box:hover .icon a
{
    background: #2f710f;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}
.service-box:hover .icon a img
{
    transition: 0.4s;
    transform: rotateY(360deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transform: rotateY(360deg);
}
.service-box .icon
{
    background: none;
    margin: 0px 0px 20px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-image: none;
    vertical-align: top;
    float: none;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.service-box .icon::before
{
    background: #646464;
    border-radius: 50%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-index: -1;
    content: "";
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.service-box .icon a
{
    border-radius: 50%;
    transition: 0.8s;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
}
.service-box .icon a:hover
{
    background: #2f710f;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}
.service-box .icon a:hover img
{
    transition: 0.4s;
    transform: rotateY(360deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transform: rotateY(360deg);
}
.service-box .icon a img
{
    border-radius: 50%;
    transition: 0.8s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
}
.service-box h2
{
    margin: 0px 0px 17px;
    padding: 0px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
    color: rgb(65,72,21);
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
}
.service-box h2 a
{
    margin: 0px 0px 17px;
    padding: 0px;
    line-height: 24px;
    font-size: 20px;
    font-weight: 400;
    color: #646464;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2em;
    text-decoration: none;
}
.service-box h2 a:hover
{
    color: #2f710f;
    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;
    margin-bottom:30px;
    margin-top:30px;
}
.recent-posts li
{
    margin: 0px;
    width: 25%;
    float: left;
    list-style: none;
}
.recent-posts li:nth-child(4n)
{
    margin-right: 0px;
}
.recent-posts li.nomargin
{
    margin-right: 0px;
}
.recent-posts h5
{
    display: none !important;
}
.featured-thumbnail
{
    border-right: #eeeae7 1px solid;
    border-bottom: #eeeae7 1px solid;
    border-top: #eeeae7 1px solid;
    border-left: #eeeae7 1px solid;
    background: #FFFFFF;
    padding: 5px;
    margin: 5px 20px 10px 0px;
    float: left;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.featured-thumbnail:hover
{
    border-right: #2f710f 1px solid;
    border-top: #2f710f 1px solid;
    background: #2f710f;
    border-left: #2f710f 1px solid;
    border-bottom: #2f710f 1px solid;
}
/* fin banner mercados */
/* comienza enlaces/consultas */
.service-box3
{
    background: url(  "../images/bg.jpg" );
    padding: 13% 8%;
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    text-align: center;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-top-color: #0d9444;
    border-top-width: 6px;
    border-top-style: solid;
    margin-bottom:80px;
    -moz-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
}
.service-box3 .icon
{
    margin: 0px 0px 10px;
    float: none;
}
.service-box3 h2.title
{
    color: rgb(65,72,21);
    font-family: 'Open Sans' , 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: #0d9444;
}
/* fin enlaces/consultas */
/* fin datos utiles */
/* comienza cuerpo */
#blog
{
    padding: 80px 0;
    display: block;
    width: 100%;
    position: relative;
    margin: 0px;
    text-align:left;
}
#blog .latest_blog
{
}
#blog .latest_blog h2
{
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans' , sans-serif;
    color: #222222;
}
#blog .h-light
{
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Open Sans' , sans-serif;
    color: #222222;
}
#blog .latest_blog p
{
    padding-bottom: 45px;
    font-size: 16px;
    color: #646464;
    font-family: 'Open Sans' , sans-serif;
}
/* comienza noticias */
#blog .bton
{
    display: block;
    margin: 0px;
    padding:0px;
    text-align:left;
}
.btn-custom
{
    text-transform: uppercase;
    color: #0d9444;
    background-color: transparent;
    border: 2px solid #0d9444;
    padding: 14px 20px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 0;
    transition: all 0.3s;
    font-family: 'Open Sans' , sans-serif;
    margin:0px;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active
{
    color: #FFFFFF;
    border: 2px solid #0d9444;
    background-color: #0d9444;
}
#blog .single_blog_item
{
    border: 0px solid #d1d3d1;
}
#blog .blog_content
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    height: auto;
}
#blog .blog_content h3
{
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #2b5000;
    font-family: 'Open Sans' , sans-serif;
}
#blog .expert span.time
{
    padding-right: 10px;
    border-right: 1px solid;
}
.clock
{
    padding-right: 6px;
}
.diario
{
    padding-right: 6px;
    padding-left: 10px;
}
#blog .expert span.admin
{
    color: #aeadad;
    font-size: 13px;
    font-family: 'Open Sans' , sans-serif;
    font-weight: 700;
}
#blog .expert
{
    padding-bottom: 10px;
    color: #aeadad;
}
#blog p.blog_news_content
{
    color: #646464;
    font-size: 14px;
    padding-bottom: 15px;
    font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif;
}
.nottitulo a
{
    color: #0d9444;
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: none;
    font-family: 'Open Sans' , sans-serif;
}
.nottitulo a:hover
{
    color: #000000;
    text-decoration: none;
}
a.blog_link
{
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    transition: 0.7s;
    font-size: 14px;
    font-family: 'Open Sans' , sans-serif;
    display: block;
    text-decoration: none;
}
a.blog_link:hover
{
    color: #0d9444;
    text-decoration: none;
}
.blog_news p.linea
{
    height: 4px;
    border-bottom-style: dotted; 
    border-bottom-width: 1px;
    border-color:#000000;
    margin-top: 5px;
    margin-bottom:5px;
}
/* fin noticias */
/* comienza informes */
.Informe
{
    float: left;
    width: 100%;
    padding: 0px;
    margin:0px;
    display:block;
}
.link-Informe
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    display: block;
    text-align:left;
    margin-bottom:12px;
}
.link-Informe li
{
    float: left;
    margin: 0;
    padding: 2px 0 2px 0;
    list-style: none;
    display: block;
    width:100%;
    border-bottom-style: dotted; 
    border-bottom-width: 1px;
    border-color:#000000;
}
.link-Informe li a
{
    color: #777;
    text-decoration:none;
}
.link-Informe li a:hover
{
    color: #0d9444;
    text-decoration:none;
}
.link-Informe li i
{
    padding-right:8px;
}
/* fin informes */
/* comienza mercados */
.tabla2
{
    border-right: #e7e7e7 1px solid;
    border-top: #e7e7e7 1px solid;
    border-left: #e7e7e7 1px solid;
    border-bottom: #e7e7e7 1px solid;
    background-color: #FFFFFF;
}
.tabla3
{
    border-right: #e7e7e7 1px solid;
    border-top: #e7e7e7 1px solid;
    border-left: #e7e7e7 1px solid;
    border-bottom: #e7e7e7 1px solid;
    background-color: #FFFFFF;
}
.ficpanel
{
    visibility: hidden;
    position: absolute;
}
.tabfecha
{
    font-family: Arial, Helvetica;
    font-size: 9pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
}
.tdcab
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    background: rgb(142,182,64); 
}
.tdfilaLbl
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    padding-left: 6px;
}
.tdfila1
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: right;
    padding-right: 6px;
}
.tdfilac
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: center;
}
.f1 a
{
    font-family: Arial, Helvetica;
    font-size: 9pt;
    color: #FFFFFF;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    border: 0;
    padding-top: 2px;
    text-transform: uppercase;
}
.f1 a:hover
{
    text-decoration: none;
}
.f2 a
{
    display: block;
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size:10pt;
    color: rgb(87, 87, 87);
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    padding-top: 2px;
    text-transform: uppercase;
    font-weight: bold;
}
f2 a:hover
{
    text-decoration: none;
    color: #000000;
}
.tdenlaceT
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 9pt;
    text-decoration: none;
    color: #000000;
    border-top: #FFFFFF 4px solid;
}
.tdfilatxt
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
    text-align: left;
}
.tablecenter
{
    text-align:center;
    width:95%;
    margin-right:auto;
    margin-left:auto;
}
/* fin mercados */
/* fin cuerpo */
/* comienza extranet */
#volunteer 
{
    background-attachment: fixed !important;
    background-image: url("../images/divider-bg.jpg" );
    background-repeat: repeat;
    background-size: cover;
}
#volunteer .volunteer_content h3 
{
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}
#volunteer .volunteer_content h3 span 
{
    color: #43a906;
}
#volunteer .volunteer_content p 
{
    font-size: 14px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
#volunteer .join_us 
{
    padding-top: 45px;
}
#volunteer .vol_area 
{
    padding: 80px 0;
}
#volunteer .join_us a.vol_cust_btn 
{
    background: #0d9444;
    color: #fff;
    padding: 8px 50px;
    border: 1px solid #0d9444;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-decoration:none;
}
#volunteer .join_us a.vol_cust_btn:hover 
{
    background: #89bf39;
    border: 1px solid #89bf39;
    color: #fff;
    text-decoration:none;
}
/* fin extranet */
/* comienza welcome */
/*Comienza Welcome Section*/
.wel_header2 
{
    text-align: center;
    color: #222222;
    padding-top: 0;
}
.wel_header2 p
{
    color: #FFFFFF;
}
.wel_header2 h4 
{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 25px;
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
}
.wel_header 
{
    text-align: center;
    color: #222222;
    padding-top: 0;
}
.wel_header h2 
{
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    color: #222222;
}
.wel_header h4 
{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 25px;
    font-family: 'Open Sans', sans-serif;
    color: #222222;
}
.wel_header p 
{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.single-about-detail
{
	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);
}
.pentagon-text h1
{
    font-size: 60px;
    color: #0d9444;
    margin-top: 0;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    position: absolute;
    left: 15%;
    width: 50px;
    top: -6%;
}
.pentagon-text 
{
  width: 70px;
  height: 52px;
  background: #fff;
  position: relative;
  top: -30px;
  left: 40%;
}
.pentagon-text:before 
{
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 15px solid #fff;
}
.pentagon-text:after 
{
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0px;
  border-left: 36px solid transparent;
  border-right: 34px solid transparent;
  border-top: 15px solid #fff;
}
.about-details
{
	background: #0d9444;
	border-top: 2px solid #fff;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.about-details h3
{
	font-size: 36px;
	color: #fff;
	margin-top: 0;
}
.about-details p
{
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 0 25px;
	padding-bottom: 30px;
	padding-top: 20px;
}
.single-about-detail:hover .about-details
{
	background: #89bf39;
}
.single-about-detail:hover .pentagon-text h1
{
	color: #89bf39;
}
/* fin welcome section */
/* comienza encabezado */
/* comienza Top area */
.top-area 
{
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	width: 100%;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #01d262; 
	border-bottom:1px solid #0db45a;
}
.top-area.top-padding 
{
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	padding-top: 6px;
	padding-bottom: 0;
	margin-bottom: 10px;
}
.top-area .address 
{
    border-right: 1px solid #646464;
    display:inline;
    padding-right:10px;
}
.top-area .address p 
{
    font-size: 14px;
    padding-top: 2px;
    color: #646464;
    font-family: 'Open Sans', sans-serif;
    display:inline;
}
.top-area .phone
{
    border-right:0px solid #E6E5E5;
    display:inline;
    padding-left:10px;
}
.top-area .phone p 
{
    color: #646464;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding-top: 1px;
    display: inline;
}
.top-area .address i,
.top-area .phone i 
{
    padding: 3px 5px;
    font-size: 15px;
    color:#646464;
}
.top-area .social_icon i 
{
    padding: 0 5px;
    color: #646464;
    font-size: 16px;
    font-weight: 700;
}
.top-area .social_icon i:hover 
{
    color: #0d9444;
}
/* fin top area */
/* comienza Navigation */
.navbar-brand 
{
  padding-top: 5px;
  margin-top: 5px;
  padding-bottom: 0;
}
.navbar-brand.reduce 
{
    margin-top:0;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.navbar.navbar-custom 
{
	width: inherit;
	margin: 0 auto;
	padding-bottom:0;
	box-shadow: 0 0 3px rgba(0,0,0,0.12);
	box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 6px rgba(0,0,0,.2); 
}
.navbar.navbar-custom .navigation 
{
	padding-bottom: 15px;
	min-height:120px;
}
.navbar 
{
    border-bottom: 1px solid rgba(255,255,255,.3);	
}
.navbar-brand 
{
    font-weight: 700;
}
.navbar-brand:focus 
{
    outline: 0;
}
.navbar.navbar-custom.navbar-fixed-top  
{
	background: #fff;
}
.navbar-custom.top-nav-collapse .nav.navbar-nav 
{
    background-color: rgba(0,0,0,0);
}
.navbar.navbar-custom 
{
	padding-top: 0px;
}
.navbar.navbar-custom ul.nav.navbar-nav 
{
	margin-top: 45px;
 	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.navbar.navbar-custom.top-nav-collapse ul.nav.navbar-nav 
{
	margin-top: 0;
 	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.navbar-custom ul.nav li a 
{
	font-size: 13px;
	letter-spacing: 1px;
    color: #646464;
	text-transform: uppercase;
	font-weight: 700;
	background: transparent;
}
.navbar-custom ul.nav li a:hover 
{
    color:#0d9444;
}
.navbar-custom ul.nav li a.active 
{
    color:#0d9444;
}
.navbar.navbar-custom.top-nav-collapse 
{
	background: #fff;
}
.navbar.navbar-custom.top-nav-collapse .navigation 
{
	padding-bottom: 10px;
}
.navbar-custom.top-nav-collapse ul.nav li a 
{
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #444;
}
.navbar-custom ul.nav ul.dropdown-menu 
{
	border-radius: 0;	
	margin-top: 16px;
}
.navbar-custom ul.nav ul.dropdown-menu li 
{
	border-bottom: 1px solid #f5f5f5;

}
.navbar-custom ul.nav ul.dropdown-menu li:last-child
{
	border-bottom: none;
}
.navbar-custom ul.nav ul.dropdown-menu li a 
{
	padding: 10px 20px;
	font-size: 13px;
	text-transform: uppercase;
}
.navbar-custom ul.nav ul.dropdown-menu li a:hover 
{
	background: #fefefe;
}
.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a 
{
	color: #666;
}
.navbar-custom .nav li a:hover,.navbar-custom .nav li a:focus  
{
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.navbar-custom.navbar-fixed-top .nav li a:hover,
.navbar-custom.navbar-fixed-top .nav li a:focus,
.navbar-custom.navbar-fixed-top .nav li.active a,
.navbar-custom.navbar-fixed-top .nav li.active 
{
    outline: 0;
	background: none;
}
.navbar-custom.top-nav-collapse .nav li a:hover,
.navbar-custom.top-nav-collapse .nav li a:focus,
.navbar-custom.top-nav-collapse .nav li.active 
{
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-toggle 
{
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}
.navbar-toggle:focus,
.navbar-toggle:active 
{
    outline: 0;
}
/* fin encabezado */
/* comienza slider */
#featured
{
	width: 100%;
	background:transparent;
	position:relative;
	margin:0;
	padding:0;
	min-height: 490px;
    z-index:0;
    padding:124px 0 60px;
}
#featured.bg 
{
	background-image: linear-gradient(rgb(31,209,87), rgb(47,113,15));
    background-repeat: repeat-x;
}
.tp-caption a.btn 
{
	color: #fff;
}
.main-slider.flexslider 
{ 
    margin: 40px 0 50px;
    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: 25px 25px 25px 30px; 
    position: absolute; 
    right: 0; 
    width: 100%;
}
.main-slider .flex-caption h4 
{
    color: #fff; 
    letter-spacing: 1px;
    margin-bottom: 8px; 
    text-transform: uppercase;
}
.main-slider .flex-caption p 
{
    margin: 0 0 15px;
}
.main-slider  .flex-direction-nav a:before  
{ 
	font-family: "flexslider-icon"; 
	font-size: 20px; 
	display: inline-block; 
	content: '\f001'; 
}
.main-slider  .flex-direction-nav a.flex-next:before  
{ 
    content: '\f002'; 
}
/* fin slider */
/* comienza paginador */
#single-page
{
    background-attachment: fixed !important;
    background-image: url("../images/divider-bg.jpg");
    background-repeat: repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 224px 0 60px;
    display:block;
    clear:both;
}
.single-page-left
{
  display: inline;
  float: left;
}
.single-page-left h2
{
  text-transform: uppercase;
  color:#FFFFFF;
}
.single-page-right
{
  display: inline;
  float: right;
}
.single-page-right .breadcrumb 
{
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  text-align: right;
}
.single-page-right .breadcrumb li a
{
  color: #009a3f;
  text-decoration:none;
}
.single-page-right .breadcrumb li a:hover
{
  color: #646464;
  text-decoration:none;
}
.single-page-right .breadcrumb li.active
{
  color: #646464;
}
/* fin paginador */
/* comienza titulos */
.title-area 
{
  display: block;
  padding: 0 150px;
  text-align: center;
  width: 100%;
}
.title-area .title 
{	
	font-size: 35px;
	font-weight: 700;
	line-height: 35px;
	text-transform: uppercase;
}
.title-area .line 
{
  background-color: #0d9444;
  display: inline-block;
  height: 2px;
  width: 60px;
  margin-top:10px;
}
.title-area p 
{
  color: #777777;
  line-height: 25px;
  margin-top: 20px;
}
/* fin titulos */
/* comienza pagina clientes */
.modal-content 
{
	border-radius: 0px; 
	-webkit-border-radius: 0; 
	-moz-border-radius: 0;
}
.login-modal 
{
	width:60%;
    text-align:center;
    margin-right:auto;
    margin-left:auto;
    margin-top:60px;
}
.modal-header 
{
	background: rgb(142,182,64); 
	background: -moz-linear-gradient(top, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); 
	background: linear-gradient(to bottom, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb640', endColorstr='#779936', GradientType=0 );
	padding: 15px 25px;
}
.modal-header .modal-title 
{
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}
.modal .modal-body 
{
	padding: 25px;
}
.btn-modal
{
	border-color: #0d9444; 
	color: rgb(255, 255, 255); 
	background: #0d9444; 
	outline: 0px !important; 
	font-weight: normal; 
	text-decoration: none; 
	box-shadow: none !important;
    display:inline-block;
    padding:6px 12px;
    margin-bottom:0;
    font-size:14px;
    font-weight:400;
    line-height:1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    border-radius:4px;
    text-transform:uppercase;
}
.btn-modal:hover 
{
	border-color: #8eb640; 
	color: rgb(255, 255, 255) !important; 
	background-color:#8eb640;
}
.focus.btn-modal
{
	border-color: #8eb640; 
	color: rgb(255, 255, 255) !important; 
	background-color:#8eb640;
}
.btn-modal:focus 
{
	border-color: #8eb640; 
	color: rgb(255, 255, 255) !important; 
	background-color:#8eb640;
}
.active.btn-modal 
{
	border-color: #8eb640; 
	color: rgb(255, 255, 255) !important; 
	background-color:#8eb640;
}
.btn-modal:active 
{
	border-color: #8eb640; 
	color: rgb(255, 255, 255) !important; 
	background-color:#8eb640;
}
/* fin pagina clientes */
/* comienza pagina contacto */
#contact
{
    padding-top: 60px;
    padding-bottom: 10px;
    display: block;
    position: relative;
    z-index: 0;
}
.cotact-area
{
  display: inline;
  float: left;
  margin: 50px;
  width: 100%;
}
.contact-area-left
{
  display: inline;
  float: left;
  width: 100%;
}
.contact-area-left h4
{
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
}
.contact-area-left h4::after 
{ 
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 30px;
}
.contact-area-left p
{
  font-size: 15px;
  margin: 0 0 10px;
}
address ul
{
  margin: 0px;
  padding:0px;
  display:block;
  list-style-type: none;
}
address ul li
{
  margin: 0px;
  padding:0px;
  display:block;
  list-style-type: none;
}
address ul li i
{
    padding-right:6px;
}
.contact-area-left p.strong
{
  font-size: 15px;
  text-transform:uppercase;
  font-weight:700;
}
.contact-area-left .single-address 
{
  font-size: 15px;
  padding-right: 62px;
}
.contact-area-right
{
  display: inline;
  float: left;
  width: 100%;
}
.contact-area-right h4
{
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
}
.contact-area-right h4::after 
{ 
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 30px;
}
.contact-area-right p
{
  font-size: 15px;
  margin: 0 0 20px;
}
.contact-area-right p.dos
{
  font-size: 15px;
  margin: 20px 0 0px;
}
.contact-form textarea
{
  width: 100%;
}
.contact-social
{
  text-align: left;
  margin-top: 10px;
}
.contact-social .redes_icon i 
{
    padding: 0 5px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
}
.contact-social .redes_icon i:hover 
{
    color: #0d9444;
}
#google-map
{
  display: block;
  float:none;
  width: 100%;
  position:relative;
}
#google-map iframe 
{
  margin-bottom: 0px;
  clear:both;
}
.comment-btn
{
    text-transform: uppercase;
    border: 2px solid #0d9444;
    background-color: #0d9444;
    color: #FFFFFF;
    padding: 6px 6px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 0;
    transition: all 0.3s;
    font-family: 'Open Sans' , sans-serif;
}
.comment-btn:hover, .comment-btn:focus, .comment-btn.focus, .comment-btn:active, .comment-btn.active
{
    color: #FFFFFF;
    border: 2px solid #8eb640;
    background-color: #8eb640;
}
.comment-btn:hover
{
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
/* comienza caqtcha */
.caqtcha 
{
	float:none;
	display:block;
	width:100%;
	text-align:left;
} 
.caqtcha span
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:left;
    FONT-SIZE: 12px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #666666;  
    LINE-HEIGHT:22px;
    text-decoration:none;
    font-weight:bold;
}
.caqtcha input
{
	width:130px;
	text-align:center;
	margin-bottom:6px;
	margin-top:6px;
} 
.caqtcha img
{
	display:block;
	margin:0px;
	padding:0px;
}
.iCaptcha
{
	text-align:center;
	padding:10px;
}
.cchacambiar
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:left;
    FONT-SIZE: 12px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #666666;  
    LINE-HEIGHT:22px;
    text-decoration:none;
    font-weight:bold;
    margin-top:6px;
    margin-left:10px;
 } 
.cchacambiar:hover
{ 
	text-decoration:none;
	color: #000000;  
}   
/* fin caqtcha */
/* fin pagina contacto */
/* comienza pne */
.pne
{
    background-image: linear-gradient(rgb(1,210,98), rgb(255,255,255));
    background-repeat: repeat-x;
    border-top-color: currentColor;
    border-top-width: medium;
    border-top-style: none;
    z-index: 0;
    width:100%;
    overflow: hidden;
    display: block;
    position: relative;
    margin: 0px;
    padding: 5px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
.mnu-txt
{
    overflow: hidden;
    position: relative;
    margin-left: 0px;
}
.nav2
{
    padding: 0px;
    margin: 0px;
}
.nav2 UL
{
    padding: 0px;
    margin: 0px;
}
.nav2 UL LI
{
    padding-left: 9px;
    min-height: 26px;
    background: url(../images/menu-marker.gif) no-repeat 0px 0px;
    float: left;
    margin: 0px 0px 0px 9px;
    list-style-type: none;
}
.nav2 UL LI:first-child
{
    padding-right: 0px;
    padding-left: 0px;
    background: none transparent scroll repeat 0% 0%;
    padding-bottom: 0px;
    padding-top: 0px;
}
.nav2 UL LI A
{
    display: inline-block;
    font-size: 14px;
    color: #656565;
    font-family: 'Open Sans' , Arial, sans-serif;
    line-height: 17px;
    padding-top: 4px;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    letter-spacing:1px;
}
.nav2 UL LI A:hover
{
    color: #000000;
    text-decoration: underline;
}
.nav2 UL LI.current-object A
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
.nav2 UL LI.menu-object A
{
    color: #414815;
    text-decoration: none;
    font-weight: normal;
}
.nav2 UL LI.menu-object A:hover
{
    color: #000000;
    text-decoration: underline;
    font-weight: normal;
}
/* fin pne */
/* comienza pne noticias */
#pne
{
    background: none;
    z-index: 0;
    width:100%;
    margin: 0px;
    padding: 0px;
}
#pne ul.menu_informa
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
}
#pne .menu_informa > LI.pne_item2 > A 
{
	DISPLAY: block; 
	padding: 2px 0 4px 0;
    list-style: none;
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 18px;
    color: #666666;
	TEXT-DECORATION: none; 
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
	border-bottom: 1px dotted #666;
}
#pne .menu_informa > LI.pne_item2 > A:hover 
{
	color: #000000;
    text-decoration: none;
}
#pne .menu_informa > LI.pne_current2 > A 
{
	DISPLAY: block; 
	padding: 2px 0 4px 0;
    list-style: none;
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 18px;
    color: #000000;
	TEXT-DECORATION: none; 
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease;
	font-weight:500;
	border-bottom: 1px solid #000000;
}
/* fin pne noticias */
/* comienza pagina noticias */
.noticias
{
  margin-top:60px;
  margin-bottom:10px;
}
.noticia-article
{
	display: inline;
	float: left;
	padding:20px;
	width: 100%;
	background-color: #f8f8f8;
}
.noticia-header 
{
    background: rgb(142,182,64); 
	background: -moz-linear-gradient(top, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); 
	background: linear-gradient(to bottom, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb640', endColorstr='#779936', GradientType=0 );
    display: inline;
    float: left;
    width: 100%;
    border-top:4px solid #0d9444;
}
.noticia-title
{
  color: #fff;
  display: inline;
  float: left;
  font-size: 20px;
  font-weight: normal;
  padding: 15px;
  width: 100%;
}
.notitulo
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 13pt;
    color: #0d9444;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}
.notitulo
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 13pt;
    color: #0d9444;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}
.notitulo:hover
{
    color: #000000;
    text-decoration:none;
}
.notcopete
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 400;
    font-size:13pt;
    text-transform:none;
    color: #666666;
    text-decoration:none;
    text-align:left;
}
.notcopete2
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 400;
    font-size:13pt;
    text-transform:none;
    color: #666666;
    text-decoration:none;
    text-align:left;
}
.nottxt
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 400;
    font-size:11pt;
    text-transform:none;
    color: #000000;
    text-decoration:none;
    text-align:left;
}
a.mas
{
    font-family: 'Open Sans' , Arial, sans-serif;
    text-decoration: none;
    color: #000000;
}
a.mas:hover
{
    text-decoration: none;
    color: #2b5000;
}
.lineanot
{
    height: 1px;
    background: #CCCCCC;
    width:100%;
}
.notfuente
{
    color: #aeadad;
    font-size: 14px;
    font-family: 'Open Sans' , sans-serif;
    font-weight: 700;
}
.notfecha
{
    color: #aeadad;
    font-size: 14px;
    font-family: 'Open Sans' , sans-serif;
    font-weight: 300;
}
/* fin pagina noticias */
/* comienza pagina informes */
.informes
{
  margin-top:60px;
  margin-bottom:10px;
  display:block;
  position:relative;
  width:100%;
  clear:both;
}
.single-table-price 
{
  background-color: none;
  text-align: center;
  width:50%;
  margin-right:auto;
  margin-left:auto;
}
.single-table-price2 
{
  background-color: none;
  text-align: center;
  width:90%;
  margin-right:auto;
  margin-left:auto;
}
.price-header 
{
    background: rgb(142,182,64); 
    background: -moz-linear-gradient(top, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); 
    background: -webkit-linear-gradient(top, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); 
    background: linear-gradient(to bottom, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb640', endColorstr='#779936', GradientType=0 );
    display: inline;
    float: left;
    width: 100%;
}
.price-title 
{  
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin-top: -5px;
  min-width: 150px;
  padding: 5px 15px;
  text-transform: uppercase;
}
.price 
{
  color: #fff;
  display: inline;
  float: left;
  font-size: 20px;
  font-weight: normal;
  padding: 15px;
  width: 100%;
}
.informe-article
{
	display: inline;
	float: left;
	padding:20px;
	width: 100%;
	background-color: #f8f8f8;
}
.price-footer
{
	display: inline;
	float: left;
	width: 100%;
}
.price-footer2
{
	display: inline;
	float: left;
	width: 100%;
	background-color: #f8f8f8;
}
.informe-article ul 
{
 list-style: none;
 padding: 0 20px;
} 
.informe-article ul li 
{
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    text-align:left;
    font-family: Arial, Helvetica;
    font-size: 11pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
}
.informe-article ul li a
{
    font-family: Arial, Helvetica;
    font-size: 12pt;
    color: #000000;
    text-decoration: none;
}
.informe-article ul li a:hover
{
    color: #2b5000;
    text-decoration: none;
}
.informe-article ul li:last-child
{
	border: none;
}
.featured-price .price-title
{
	background-color: #666;
}
#informes .derecha
{
	float:right;
	text-align:right;
}
#informes .derecha > A > i 
{
	font-size:22px;
	color: #666666;
	text-decoration:none;
	text-align:right;
	float:right;
	padding-right:8px;
}
#informes .derecha > A:hover > i 
{
	color: #000000;
	text-decoration:none;
}
#informes .volver > A 
{
	font-size:16px;
	color: #666666;
	text-align:left;
	font-family: 'Open Sans' , Arial, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
}
#informes .volver > A:hover 
{
	color: #000000;
	text-decoration:none;
}
#informes .inftitulo 
{
   
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 700;
    font-size:14pt;
    text-transform:uppercase;
    color: #666;
    text-decoration:none;
}
#informes .inffuente
{
   
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 400;
    font-size:13pt;
    text-transform:none;
    color: #000000;
    text-decoration:none;
    text-align:left;
}
#informes .infautor
{
   
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 400;
    font-size:13pt;
    text-transform:none;
    color: #666;
    text-decoration:none;
    text-align:left;
}
#informes .inftxt
{
   
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 400;
    font-size:11pt;
    text-transform:none;
    color: #000000;
    text-decoration:none;
    text-align:left;
}
#informes .inffecha
{
   
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 300;
    font-size:12pt;
    text-transform:uppercase;
    color: #000000;
    text-align:left;
}
#informes .infcopete
{
   
    font-family: 'Open Sans' , Arial, sans-serif;
    font-weight: 400;
    font-size:13pt;
    text-transform:none;
    color: #000000;
    text-decoration:none;
    text-align:left;
}
.purchase-btn 
{
  background-color: #0d9444;
  border: 1px solid #0d9444;
  display: inline-block;
  margin-bottom: -10px;
  margin-top: 20px;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color:#FFFFFF;
}
.purchase-btn:hover,
.purchase-btn:focus
{
	text-decoration: none;
	outline: none;
	color: #FFFFFF;
	background-color: #89bf39;
	border: 1px solid #89bf39;
}
/* fin pagina informes */
/* comienza pagina clima */
.spacer-clima
{
	margin-top:60px;
	margin-right:auto;
	margin-left:auto;
	width:490px;
}
/* fin pagina clima */
/* comienza pagina enlaces */
.enlaces
{
  margin-top:60px;
  margin-bottom:10px;
}
.single-table-price3 
{
  text-align: center;
  width:100%;
  display:block;
  position:relative;
}
.price-header3 
{
    background: rgb(142,182,64); 
	background: -moz-linear-gradient(top, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); 
	background: linear-gradient(to bottom, rgba(142,182,64,1) 50%, rgba(119,153,54,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8eb640', endColorstr='#779936', GradientType=0 );
    border-top:4px solid #0d9444;
    display: block;
    float: left;
    width: 100%;
}
.price-spacer
{
  height:30px;
  display: block;
  float: left;
  width: 100%;
}
.price3
{
  color: #fff;
  display: inline;
  float: left;
  font-size: 20px;
  font-weight: normal;
  padding: 15px;
  width: 100%;
}
.enlace-article
{
	display: inline;
	float: left;
	padding:10px;
	width: 100%;
	background-color: #f8f8f8;
}
.enlace-article ul 
{
 list-style: none;
 padding: 0 20px;
} 
.enlace-article ul li 
{
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    text-align:left;
    font-family: Arial, Helvetica;
    font-size: 10pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
}
.enlace-article ul li a
{
    font-family: Arial, Helvetica;
    font-size: 10pt;
    color: #000000;
    text-decoration: none;
}
.enlace-article ul li a:hover
{
    color:#2b5000;
    text-decoration: none;
}
.enlace-article ul li:last-child
{
	border: none;
}
/* fin pagina enlaces */
/* comienza pagina mercados */
.mercados
{
  margin-top:60px;
  margin-bottom:10px;
  display:block;
  position:relative;
  clear:both;
  margin-right:auto;
  margin-left:auto;
  width:60%;
}
.mercados2
{
  margin-top:60px;
  margin-bottom:10px;
  display:block;
  position:relative;
  clear:both;
  margin-right:auto;
  margin-left:auto;
  width:40%;
}
.tdfecha
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 8pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: center;
}
.titulartabla
{
    background: #0d9444;
    height: 28px;
}
.tdfila2
{
    font-family: Arial, Helvetica;
    font-size: 8.5pt;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}
.fecha
{
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    font-family: 'Open Sans' , Arial, sans-serif;
    letter-spacing: 1px;
    float: right;
    padding-right: 6px;
}
.tittabla
{
    font-family: 'Open Sans' , Arial, sans-serif;
    letter-spacing: 1px;
    float: left;
    padding-left: 6px;
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
}
a.resumeni
{
    font-family: 'Open Sans' , Arial, sans-serif;
    text-align: right;
    font-size: 12px;
    overflow: hidden;
    text-transform: uppercase;
    color: #000000;
    background: url( "../images/marker.png" ) no-repeat;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 12px;
    margin-right: 4px;
}
a.resumeni:hover
{
    text-decoration: underline;
    color:#2b5000;
    background: url( "../images/marker_act.png" );
    background-repeat: no-repeat;
    background-position: right center;
}
.derecha2
{
    float: right;
    margin-bottom:40px;
    text-align:right;
}
/* fin pagina mercados */
/* comienza pagina mapas */
.mapas
{
  margin-top:60px;
  margin-bottom:10px;
  display:block;
  position:relative;
  width:460px;
  clear:both;
  margin-right:auto;
  margin-left:auto;
}
.titulartabla2
{
    background:#0d9444;
    height:32px;
    font-family: 'Open Sans' , Arial, sans-serif;
    letter-spacing: 1px;
    float:none;
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    text-transform: none;
    text-align:center;
    margin-right:auto;
    margin-left:auto;
}
.fichaf2
{ 
	background-color:#666;
}
.fichaf2res
{ 
	background-color: #FFFFFF;
	height:30px;
}
a.ficha2
{ 
	font-family: 'Open Sans' , Arial, sans-serif;
	font-size: 9pt; 
	color:#FFFFFF; 
	TEXT-DECORATION: none ; 
	font-weight:normal;
	text-transform:none;
}
a.ficha2res
{ 
	font-family: 'Open Sans' , Arial, sans-serif;
	font-size: 9pt; 
	color:#666; 
	TEXT-DECORATION: none ; 
	font-weight:bold;
	text-transform:none;
}
.map
{ 
	border:1px solid #dbd2ce;
	margin-right:auto;
	margin-left:auto;
	width:510px;
	text-align:center;
}
.text-icon
{ 
	border:1px solid #dbd2ce;
}
.buscador
{
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
    overflow: hidden;
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    list-style:none;
}
.buscador LI
{
    padding-right: 0px;
    padding-left: 0px;
    background: none transparent scroll repeat 0% 0%;
    padding-bottom: 0px;
    margin: 0px 0px 20px;
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.buscador LI .thumb-wrap
{
    border: #0d9444 1px solid;
    background:#0d9444;
    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: #89bf39;
    border: #89bf39 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:#0d9444;
    display: block;
    letter-spacing: 0px;
    font-weight: bold;
    text-align: left;
    font-size: 19px;
    line-height: 59px;
    margin: 0px 0px 15px;
    text-transform: none;
    font-family: 'Open Sans' , Arial, sans-serif;
    letter-spacing: 0px;
}
.buscador LI H5 A
{
    text-decoration: none;
    color:#0d9444;
    display: block;
    letter-spacing: 0px;
    font-weight: bold;
    text-align: left;
    line-height: 59px;
    font-size: 19px;
    margin: 0px 0px 15px;
    text-transform:none;
    font-family: 'Open Sans' , Arial, sans-serif;
    letter-spacing: 0px;
}
.buscador LI H5 A:hover
{
    text-decoration: none;
    color: #89bf39;
}
/* fin pagina mapas */
/* comienza pagina camiones */
.camiones
{
  margin-top:60px;
  margin-bottom:10px;
  display:block;
  position:relative;
  width:80%;
  clear:both;
  margin-right:auto;
  margin-left:auto;
}
.TablaDatoFila
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.TablaDatoFila2
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 8pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #000000;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.pietabla
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 8.5pt;
    text-decoration: none;
    color: #000000;
    text-align: center;
}
.fecha2
{
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    font-family: 'Open Sans' , Arial, sans-serif;
    letter-spacing: 1px;
    float: right;
    padding-right: 6px;
}
.tittabla2
{
    font-family: 'Open Sans' , Arial, sans-serif;
    letter-spacing: 1px;
    float: left;
    padding-left: 6px;
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
}
.tdcabc
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    text-align:center;
}
.tdcabd
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    text-align:left;
    padding-left:10px;
}
/* fin pagina camiones */
/* comienza pagina legal */
.cont_volver
{
    width: 100%;
    text-align: right;
    display: block;
    margin-top: 20px;
}
a.volverC .fa
{
    color: #2f2f2f;
    padding-right: 5px;
}
a.volverC
{
    font-family: 'Roboto' , 'sans-serif';
    font-weight: 700;
    font-size: 12px;
    color: #2f2f2f;
    background: none;
    text-transform: uppercase;
    text-decoration: none;
}
a.volverC:hover
{
    color: #666666;
    background: none;
    text-decoration: none;
}
.legaltxt
{
	margin-top:60px;
}
.legaltxt p
{
	font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 12pt;
    color: #777;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: justify;
    text-indent: 40px;
    margin-bottom:20px;
}
.legaltxt strong
{
    font-weight:bold;
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 12pt;
    color: #777;
    font-variant: normal;
    text-decoration: none;
    text-align: justify;
    text-indent: 40px;
    margin-top:30px;
}
.legaltxt p.lead 
{
	font-family: 'Open Sans' , Arial, sans-serif;
	font-size: 2rem;
	line-height: 1.8;
	color:#666666;
}
.legaltxt .entry-title
{
	font-size: 3.3rem;
	line-height: 1.364;
	margin-bottom: 0.9rem;
	color:#e2001a;
	font-family: 'Open Sans' , Arial, sans-serif;
}
/* fin pagina legal */
/* comienza pagina logistica */
.logis_box
{
  margin-top:60px;
  margin-bottom:10px;
  display:block;
  position:relative;
  width:100%;
  clear:both;
}
.logis_box2
{
  margin-top:60px;
  margin-bottom:10px;
  display:block;
  position:relative;
  width:85%;
  clear:both;
  margin-right:auto;
  margin-left:auto;
}
.logis_box3
{
  margin-top:60px;
  margin-bottom:10px;
  display:block;
  position:relative;
  width:55%;
  clear:both;
  margin-right:auto;
  margin-left:auto;
}
.box_catac
{
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 340px;
    position: relative;
    text-align: left;
    margin-bottom: 40px;
    margin-top: 40px;
}
.catac
{
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
    overflow: hidden;
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    list-style:none;
}
.catac LI
{
    padding: 0px;
    background: none;
    margin: 0px 0px 20px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.catac LI .thumb-wrapC
{
    border: #0d9444 1px solid;
    background: #0d9444;
    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,.thumb-wrapC:focus, .thumb-wrapC.focus, .thumb-wrapC:active, .thumb-wrapC.active
{
    background: #89bf39;
    border-right:#89bf39 1px solid;
    border-top: #89bf39 1px solid;
    border-left: #89bf39 1px solid;
    border-bottom: #89bf39 1px solid;
}
.catac LI .thumb-wrapC:active
{
    background: #89bf39;
    border-right:#89bf39 1px solid;
    border-top: #89bf39 1px solid;
    border-left: #89bf39 1px solid;
    border-bottom: #89bf39 1px solid;
}
.buttonC
{
    padding-right: 18px;
    display: inline-block;
    padding-left: 18px;
    font-size: 16px;
    background: #0d9444;
    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: #0d9444;
    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,.buttonC:focus, .buttonC.focus, .buttonC:active, .buttonC.active
{
    background: #89bf39;
    color: #FFFFFF;
    border-color:#89bf39;
    border-width: 1px;
    border-style: solid;
    text-decoration:none;
}
.catac LI H5
{
    display: block;
    color: #0d9444;
    letter-spacing: 0px;
    font-weight: bold;
    text-align: left;
    font-size: 19px;
    margin: 0px 0px 8px;
    text-transform:none;
    font-family: 'Open Sans' , Arial, sans-serif;
    letter-spacing: 0px;
}
.catac LI H5 A
{
    text-decoration: none;
}
/* comienza compradores */
.tdcab3
{ 
	font-family: Arial, Helvetica;
	font-size: 8.5pt;
	COLOR: #000000; 
	font-weight:normal;
	font-variant: normal;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:8px;
	padding-top:8px;
	line-height:18px;
}
.tdcab4
{ 
	font-family: Arial, Helvetica;
	font-size: 8.5pt;
	COLOR: #000000;    
	font-weight:normal;
	font-variant: normal;
	text-transform:capitalize;
	line-height:10pt;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:6px;
	padding-top:6px;
}
/* fin compradores */
/* fin pagina logistica */
/* comienza pagina empresa */
.services article
{
    display:block; 
    max-width:320px; 
    margin:0 auto;
}
.services .txtwrap
{
    padding:20px 15px;
    background:#45dd90;
}
.services .txtwrap *
{
    margin:0 0 15px 0; 
    line-height:1;
}
.services .txtwrap .heading
{
    margin-bottom:15px; 
    font-size:1em;
    font-family: 'Open Sans' , Arial, sans-serif;
    text-align:center;
    font-weight:700;
    text-transform:uppercase;
}
.services .txtwrap em
{
    display:block; 
    font-size:.8rem;
    font-style:normal;
}
.services .txtwrap em br
{
    margin:0;
}
.services .txtwrap p
{
    line-height:1.4;
}
.services .box-service
{
    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);
}
#cuerpo2
{
	width: 100%;
	background:#FFFFFF;
	position:relative;
	margin:0;
	padding:0;
    z-index:0;
    padding:40px 0 40px;
}
.empresa-frase h2 
{
	color:#000;
	margin:20px 0 0 0;
	font-family: 'Open Sans' , Arial, sans-serif;
}
.colorgraph 
{
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #005f35, #55a41c 12.5%, #cedbaf 12.5%, #f7fdca 25%, #8ebd57 25%, #c7e283 37.5%, #8cbb55 37.5%, #cae485 50%, #97c25e 50%, #a2ca67 62.5%, #005f35 62.5%, #55a51c 75%, #c3d5a1 75%, #92bf5a 87.5%, #cbe586 87.5%, #bfdd7d);
  background-image: -moz-linear-gradient(left, #005f35, #55a41c 12.5%, #cedbaf 12.5%, #f7fdca 25%, #8ebd57 25%, #c7e283 37.5%, #8cbb55 37.5%, #cae485 50%, #97c25e 50%, #a2ca67 62.5%, #005f35 62.5%, #55a51c 75%, #c3d5a1 75%, #92bf5a 87.5%, #cbe586 87.5%, #bfdd7d);
  background-image: -o-linear-gradient(left, #005f35, #55a41c 12.5%, #cedbaf 12.5%, #f7fdca 25%, #8ebd57 25%, #c7e283 37.5%, #8cbb55 37.5%, #cae485 50%, #97c25e 50%, #a2ca67 62.5%, #005f35 62.5%, #55a51c 75%, #c3d5a1 75%, #92bf5a 87.5%, #cbe586 87.5%, #bfdd7d);
  background-image: linear-gradient(to right, #005f35, #55a41c 12.5%, #cedbaf 12.5%, #f7fdca 25%, #8ebd57 25%, #c7e283 37.5%, #8cbb55 37.5%, #cae485 50%, #97c25e 50%, #a2ca67 62.5%, #005f35 62.5%, #55a51c 75%, #c3d5a1 75%, #92bf5a 87.5%, #cbe586 87.5%, #bfdd7d);
}
.empresa-text2 
{
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top:30px;
}
.long-height
{
   height:300px;
}
.simple-height
{
   height:170px;
}
.text-center
{
    text-align:center;
}
.empresa-text2 p
{
    font-size: 1.6rem;
    color:#000000;
    line-height: 2.4rem;
    font-family: 'Open Sans' , Arial, sans-serif;
    margin-bottom:20px;
}
.empresa-text2 p.strong
{
    font-size: 1.8rem;
    color:#000000;
    font-family: 'Open Sans' , Arial, sans-serif;
    text-transform:uppercase;
    margin-bottom:20px;
    font-weight:700;
}
.featured-item 
{
	margin-bottom: 30px;
	height: 110px;
}
.featured-icon 
{
	float: left;
	border-radius: 5px;
	width: 55px;
	height: 55px;
	background-color: #3cdc8a;
	text-align:center;
	vertical-align:center;
}
.featured-icon i
{
	font-size: 28px;
	padding-top:12px;
}
.featured-text 
{
	text-align: left;
	margin-left: 85px;
}
.featured-text h4 
{
	color: #47474C;
	font-size: 17px;
	font-weight: 700;
}
.featured-text p 
{
	color: #747377;
	margin-top: 7px;
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
}
.section-title p 
{
	font-size: 15px;
	font-weight: 300;
	line-height: 31px;
	margin: 20px 90px 20px 90px;
	text-transform:uppercase;
	color:#FFFFFF;
}
.title-area2 
{
  display: block;
  padding: 0 150px;
  text-align: center;
  width: 100%;
}
.title-area2 .title 
{	
	font-size: 35px;
	font-weight: 700;
	line-height: 35px;
	text-transform: uppercase;
	color:#FFFFFF;
}
.title-area2 .line 
{
  background-color: #0d9444;
  display: inline-block;
  height: 2px;
  width: 60px;
  margin-top:10px;
}
.title-area2 p 
{
  color: #000000;
  line-height: 25px;
  margin-top: 20px;
}
/* fin pagina empresa */
/* Media queries */
@media (min-width: 768px) and (max-width: 979px) {
	.navbar-brand {
		float: none;
		display: block;
		margin: 0 auto;
		width: 100%;
	}
	.intro-content {
		padding:250px 0 0;
	}

}

@media (max-width:767px) {

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

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

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

}

@media (max-width:480px) {


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

	


	.box {
		padding: 45px;
	}

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

@media (max-width:320px) {
	.navbar-brand {
		text-align: center;
		display: block;
		margin: 0 auto;
	}
	
	.intro-content {
		padding:250px 0 0;
	}
}
.porte
{
    text-align: center;
    margin-right:auto;
    margin-left:auto;
    width:720px;
}
