/* Comienza estructura */
body, html
{
}
body
{
    font-family: 'Open Sans' , sans-serif;
    font-size: 16px;
    overflow-x: hidden !important;
    color: #838282;
}
ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
a
{
    text-decoration: none;
    color: #2f2f2f;
}
a:hover
{
    text-decoration: none;
}
a:focus
{
    outline: none;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6
{
    font-family: 'Lato' , sans-serif;
}
h2
{
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    padding-bottom: 10px;
}
img
{
    border: none;
}
pre 
{
	BORDER-TOP-WIDTH: 0px; 
	BORDER-LEFT-WIDTH: 0px; 
	BORDER-BOTTOM-WIDTH: 0px; 
	BORDER-RIGHT-WIDTH: 0px;
	background:transparent;
}
/* fin estructura */
/* comienza scrol to top */
.scrollToTop
{
    bottom: 20px;
    border-radius: 4px;
    display: none;
    font-size: 22px;
    padding-top: 10px;
    font-weight: bold;
    height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    z-index: 1999;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background:#205834;
}
.scrollToTop:hover, .scrollToTop:focus
{
    background-color: #fff;
    text-decoration: none;
    outline: none;
    color:#205834;
}
/* fin scroll to top */
/* comienza HEADER */
#header
{
    display: block;
    width: 100%;
    position: fixed;
    z-index: 9999;
}
/* comienza header-bottom */
.header-bottom
{
    background-image: linear-gradient(rgb(68,181,114), rgb(216,232,196));
    background-repeat: repeat-x;
    background-color: rgb(68,181,114);
    border-bottom: 1px solid rgb(68,181,114);
    height: 40px;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    transition: all 0.3s ease 0s;
    text-align:center;
}
.bandera
{
    padding-top: 8px;
    text-align:center;
}
/* fin header-bottom */
/* comienza MENU */
#menu-area
{
    background-color: #fff;
    display: block;
    width: 100%;
    position: relative;
    height: 100px;
    border-bottom: 0px solid #e4e4e4;
    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);
}
#menu-area #navbar
{
}
#menu-area .navbar-default
{
    background-color: #fff;
    border-color: #fff;
    margin-bottom: 0;
}
.navbar-brand
{
}
.navbar-brand:hover, .navbar-brand:focus
{
    text-decoration: none;
    outline: none;
}
.navbar-brand > img
{
    margin-top: 0px;
}
.main-nav li
{
    padding: 4px 0;
    position: relative;
    margin: 0 4px;
}
.navbar-default .navbar-nav > li > a
{
    color: #333;
    display: inline-block !important;
    font-family: "Lato" ,sans-serif;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
    width: 100%;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
    border-top: 0px solid #4396ff;
    background: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
{
    background-color: transparent;
}
.navbar-nav > li > a::before
{
    background-color: transparent;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 0;
}
.main-nav > li > a:hover::before, .navbar-default .navbar-nav > .active > a::before, .navbar-default .navbar-nav > .open > a:hover::before
{
    width: 100%;
}
.main-nav .dropdown:hover .dropdown-toggle::before
{
    width: 100%;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
    background-color: transparent;
}
.navbar-nav > li > .dropdown-menu li
{
    padding: 0;
}
.navbar-nav > li > .dropdown-menu > li > a
{
    color: #333;
    font-family: "Lato" ,sans-serif;
    font-size: 14px;
    padding: 8px 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-nav > li > .dropdown-menu > li > a:focus
{
    background-color: transparent;
}
.navbar-toggle
{
    margin-top:25px;
    margin-right:20px;
    background:rgb(216,232,196);
    color:rgb(68,181,114);
}
/* fin menu */
/* comienza sub-FOOTER */
#sub-footer
{
    background-color: #000000;
    padding: 25px 0;
    width: 100%;
    display: block;
    float: left;
    margin-bottom:60px;
}
.sub-footer
{
    display: inline;
    float: none;
    width: 100%;
    text-align:center;
}
.sub-footer p
{
    color: #e7e8ea;
    font-size: 14px;
    margin: 0;
}
.sub-footer p a
{
    color: #e7e8ea;
}
.sub-footer p a:hover
{
    text-decoration: none;
    outline: none;
    color: #FFFFFF;
}
/* fin sub-footer */
/* comienza footer */
#footer
{
    background-color:#442717;
    width: 100%;
    display: block;
    float: left;
}
#footer .widget
{
    margin-bottom: 30px;
    margin-top: 30px;
}
#footer .widget li
{
    color: #e7e8ea;
    font-size:9pt;
}
#footer .widget li a
{
    color: #e7e8ea;
    text-decoration: none;
    font-size:9pt;
}
#footer .widget li a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
#footer .widget .fa-circle
{
    color: #e7e8ea;
}
#footer .widget .fa-inverse
{
    color: #205834;
}
.company-social
{
    margin-top: 20px;
    text-align: center;
    list-style: none;
}
.company-social li
{
    margin: 0;
    padding: 0;
    display: inline-block;
}
.company-social a
{
    margin: 0 2px 0 0;
}
.company-social a:hover
{
    color: #fff;
}
.company-social a i
{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #205834;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    text-align: center;
    border-radius: 3px;
    padding: 0;
    background: #e7e8ea;
    text-decoration: none;
}
.company-social a:hover i
{
    background: #205834;
    text-decoration: none;
    color: #e7e8ea;
}
.logopie
{
    padding-right: 60px;
}
/* fin footer */
/* comienza empresa */
#empresa
{
    background-image: url( "../images/empresa-bg.jpg" );
    background-repeat:no-repeat;
    background-position:bottom center;
    background-size: cover;
    color: #ffffff;
    width: 100%;
    display:block;
    float:left;
}
.empresa-overlay
{
    background-color: rgba(0,120,49,0.8);
    padding: 20px 0;
    float: left;
    width: 100%;
}
.empresa-area
{
    display: block;
    width: 100%;
}
.empresa-area h2
{
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.empresa-area h3
{
    letter-spacing: 0.5px;
    text-transform:none;
    text-align:center;
    margin-bottom:40px;
}
.empresa-area .about-text 
{
	margin-left: 10px;
	margin-top: 0px;
}
.empresa-area img 
{
	display: inline-block;
	border-color: rgb(32,88,52);
	background: rgba(32,88,52,0.6);
	border-radius: 10px;
	padding: 20px;
}
.empresa-area p 
{
	line-height: 24px;
	margin: 22px 0;
}
.empresa-area p.first 
{
	line-height: 24px;
	margin: 0px 0;
}
.empresa-btn
{
    background:#205834;
    color: #fff;
    padding: 8px 16px;
    border: 1px solid #205834;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Open Sans' , sans-serif;
    text-decoration: none;
    border-radius:4px;
}
.empresa-btn:hover
{
    background: #442717;
    border: 1px solid #442717;
    color: #fff;
    text-decoration: none;
}
/* fin empresa*/
/* comienza ganaderia */
#ganaderia
{
    background-image: url("../images/ganaderia2-bg.jpg");
    background-repeat:no-repeat;
    background-position:bottom center;
    background-size: cover;
    color: #ffffff;
    display: block;
    float: left;
    width: 100%;
}
.ganaderia-overlay
{
    background-color: rgba(0,120,49,0.8);
    padding: 20px 0;
    float: left;
    width: 100%;
}
.ganaderia-area
{
    display: block;
    text-align: center;
    width: 100%;
}
.ganaderia-area .spacer
{
    height:20px;
    width:100%;
}
.ganaderia-area .ganaderia-btn
{
    background:#205834;
    color: #fff;
    padding: 8px 16px;
    border: 1px solid #205834;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Open Sans' , sans-serif;
    text-decoration: none;
    border-radius:4px;
}
.ganaderia-area .ganaderia-btn:hover
{
    background: #442717;
    border: 1px solid #442717;
    color: #fff;
    text-decoration: none;
}
/* fin ganderia */
/* comienza title area */
.title-area
{
    display: block;
    text-align: center;
    width: 100%;
}
.title-area .title
{
    font-weight: 700;
    line-height: 14px;
    text-transform: uppercase;
    color:#442717;
}
.title-area .line
{
    background-color: rgb(0,120,49);
    display: inline-block;
    height: 2px;
    width: 60px;
}
.title-area p
{
    color: #442717;
    line-height: 10px;
    margin-top: 10px;
}
.title-area h2
{
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size:20px;
    color:#000000;
}
.title-area h3
{
    letter-spacing: 0.5px;
    text-transform:none;
    font-size:16px;
    color:#000000;
}
/* fin title area */
/* comienza servicios */
#servicios
{
    background-image: linear-gradient(rgb(68,181,114), rgb(216,232,196));
    background-repeat: repeat-x;
    background-color: rgb(68,181,114);
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    float:left;
}
#servicios .spacer
{
    width:100%;
    height:20px;
}
#servicios ul li
{
    width:48%;
    display:inline-block;
}
.se-menu li:hover
{
    background-image: linear-gradient(rgb(0,120,49), rgb(68,181,114));
    background-repeat: repeat-x;
    background-color: rgb(140,140,140);
}
.se-menu li
{
    background-color:rgba(32,88,52,0.6);
    border-radius: 0px;
    margin:0px;
    padding:0px;
    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);
    text-decoration:none;
    margin-bottom:30px;
}
.se-menu li .iconS
{
    float: none;
    text-align: center;
    text-decoration:none;
}
.se-menu li .iconS:hover
{
    text-decoration:none;
}
.se-menu li h2
{
    margin-bottom: 20px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.25);
    padding: 0px;
    margin: 0px;
    font-weight: 100;
    font-size: 16pt;
    font-family: 'Oswald' , sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 1.4em;
    text-align: center;
    text-decoration:none;
}
.se-menu li h2:hover
{
    text-decoration:none;
}
.service-boxS .central
{
   text-align:center;
   margin-top:80px;
   margin-left:25px;
}
.servicios-btn
{
    background:#205834;
    color: #fff;
    border: 1px solid #205834;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Open Sans' , sans-serif;
    text-decoration: none;
    border-radius:4px;
    padding: 8px 16px;
}
.servicios-btn:hover
{
    background: #442717;
    border: 1px solid #442717;
    color: #fff;
    text-decoration: none;
}
/* fin servicios */
/* comienza sucursales */
#sucursal
{
    background: rgb(68,39,23); 
    background: -moz-linear-gradient(top, rgba(68,39,23,1) 50%, rgba(7,104,45,1) 100%); 
    background: -webkit-linear-gradient(top, rgba(68,39,23,1) 50%, rgba(7,104,45,1) 100%); 
    background: linear-gradient(to bottom, rgba(68,39,23,1) 50%, rgba(7,104,45,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#442717', endColorstr='#07682d', GradientType=0 );
    color: #ffffff;
    width: 100%;
    display:block;
    float:left;
}
.sucursal-overlay
{
    width: 100%;
    background-image: url("../images/argentina.png");
    background-repeat:no-repeat;
    background-position:30 120;
    height:400px;
}
.sucursal-area
{
    display: block;
    text-align: center;
    width: 100%;
    padding-top:20px;
}
.sucursal-area .spacer
{
    height:20px;
    width:100%;
    display:block;
    float:left;
}
.sucursal-area ul 
{
   width:100%;
   display:block;
   margin-bottom:20px;
   margin-top:30px;
}
.mz-default li
{
   background: rgba(92,107,47,0.5);
   width:100%;
   display:block;
   float:left;
   margin-bottom:10px;
   padding-left:20px;
   text-align:left;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #fff;
    border-color: #444;
      box-shadow: 0 1px 2px rgba(0,120,49,.5);
    -moz-box-shadow: 0 1px 2px rgba(0,120,49,.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,120,49,.5);
}
.mz-default li h3 
{
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-decoration:none;
}
/* fin sucursales */
/* comienza intro */
#intro
{
	background-image: linear-gradient(rgb(68,181,114), rgb(216,232,196));
    background-repeat: repeat-x;
    background-color: rgb(68,181,114);
	width:100%;
	position:relative;
	padding-top:160px;
	padding-bottom:20px;
}
.ca-menu
{
    padding:0;
    margin:0px;
    margin-left:auto;
    margin-right:auto;
    width: 100%;
}
.ca-menu li
{
    width: 48.5%;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom:10px;
    float:left;
    text-align:center;
    background-image: linear-gradient(rgb(68,181,114), rgb(255,255,255));
    background-repeat: repeat-x;
    background-color: rgb(255,255,255);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-right: 4px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-menu li:last-child
{
    margin-right: 0px;
}
.ca-menu li a
{
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    color: #2e2c2b;
    position: relative;
}
.ca-icon
{
    text-shadow: 0px 0px 1px #2e2c2b;
    position: relative;
    text-align: center;
    margin-right:auto;
    margin-left:auto;
    margin-top:20px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.ca-content
{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 60%;
    top:50%;
}
.ca-main
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size:1.5em;
    color:#2e2c2b;
    opacity: 0.7;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    margin-bottom:100px;
}
.ca-sub
{
    margin-top:40px;
    text-align:center;
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size:0.7em;
    color: #666;
    line-height: 40px;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    width: 100%; 
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    text-transform:uppercase;
}
.ca-menu li:hover
{
    background-image: linear-gradient(rgb(0,120,49), rgb(68,181,114));
    background-repeat: repeat-x;
    background-color: rgb(140,140,140);
}
.ca-menu li:hover .ca-icon
{
    color: #FFFFFF;
    filter: invert(0.9);
    -webkit-animation: moveFromBottom 300ms ease;
    -moz-animation: moveFromBottom 300ms ease;
    -ms-animation: moveFromBottom 300ms ease;
}
.ca-menu li:hover .ca-main
{
    color: #FFFFFF;
    -webkit-animation: smallToBig 300ms ease;
    -moz-animation: smallToBig 300ms ease;
    -ms-animation: smallToBig 300ms ease;
}
.ca-menu li:hover .ca-sub
{
    color: #FFFFFF;
    background-color: rgb(0,120,49);
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes smallToBig
{
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
/* fin intro  */
/* comienza extra-footer */
#extra-footer
{
    position: fixed;
    bottom:0;
    left:0;
    width:100%;
    z-index:999;
    height:60px;
    border-top: 4px solid #205834;
    padding-top:5px;
    background: rgb(68,39,23); 
    background: -moz-linear-gradient(top, rgba(68,39,23,1) 50%, rgba(7,104,45,1) 100%); 
    background: -webkit-linear-gradient(top, rgba(68,39,23,1) 50%, rgba(7,104,45,1) 100%); 
    background: linear-gradient(to bottom, rgba(68,39,23,1) 50%, rgba(7,104,45,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#442717', endColorstr='#07682d', GradientType=0 );
}
#extra-footer p
{
	color: #ffffff;
	font-size:0.9em;
	font-weight: normal;
	font-family: Arial,Helvetica;
	text-decoration: none;
	text-transform:none;
	text-align:center;
}
#extra-footer .margin-right
{
   padding-right:40px;
}
#extra-footer a
{
   text-decoration:none;
   color:#FFFFFF;
}
#extra-footer a:hover
{
   text-decoration:none;
   color:#d2d2d2;
}
/* fin extra-footer */
/* comienza paginador */
#inner-headline
{
	background-image: linear-gradient(rgb(68,181,114), rgb(216,232,196));
    background-repeat: repeat-x;
    background-color: rgb(68,181,114);
	position:relative;
	margin:0;
	padding-top:135px;
	width:100%;
	padding-bottom:10px;
}
/* comienza breadcrumbs */
ul.breadcrumb 
{
	margin-top:30px;
	margin-bottom:5px;
	float:left;
	background:#eaf2de;
}
ul.breadcrumb li 
{
	margin-bottom:0;
	padding-bottom:0;
	color:#000000;
}
ul.breadcrumb li 
{
	font-size:13px;
	color:#000000;
	font-weight: 600;
}
ul.breadcrumb li i
{
	color:#000000;
}
ul.breadcrumb li a 
{
	color:#000000;
}
ul.breadcrumb li a:hover 
{
	text-decoration:none;
}
ul.breadcrumb li.active
{
	color:#205834;
}
/* fin breadcrumbs */
/* fin paginador */
/* comienza pagina empresa */
#empresa_pag
{
   background-color: #FFFFFF;
    display: block;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
    float:left;
}
#empresa_pag h3
{
	FONT-FAMILY: 'Oswald', sans-serif; 
	font-weight: 300;
	font-size: 18px;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	line-height: 22px;
    background: url(../images/iso.png) no-repeat left center;
	margin:0px;
	padding-left: 35px; 
	text-align: left; 
	text-transform: uppercase; 
	position: relative;
	COLOR:rgb(0,120,49);
	border-bottom: 2px solid #444;
}
#empresa_pag h4
{
    FONT-FAMILY: 'Oswald', sans-serif; 
	font-weight: 300;
	font-size: 16px;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	line-height: 32px;
	text-align: left; 
	text-transform: uppercase; 
	COLOR:rgb(0,120,49);
}
#empresa_pag .bull
{
	background: none; 
	color:rgb(0,120,49); 
	text-transform: capitalize; 
	line-height: 22px; 
	FONT-FAMILY: 'Oswald', sans-serif; 
	font-size: 18px; 
	font-style: normal; 
	font-weight: 400 !important; 
	margin-top: 22px; 
	text-shadow: none;
	padding-left:6px;
	padding-right:6px;
}
#empresa_pag .about-text 
{
	margin-left: 10px;
	margin-top: 0px;
}
#empresa_pag .margin-bottom
{
	margin-bottom:60px;
}
#empresa_pag img 
{
	display: inline-block;
	border-color: rgb(0,120,49);
	background: rgba(0,120,49,0.6);
	border-radius: 10px;
	padding: 20px;
}
#empresa_pag p 
{
	line-height: 24px;
	margin: 22px 0;
	color:#000000;
	font-size: 16px;
}
#empresa_pag p.first 
{
	line-height: 24px;
	margin: 0px 0;
}
/* fin pagina empresa */
/* comienza pagina servicios */
#servicios_pag
{
   background-color: #FFFFFF;
    display: block;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
    float:left;
}
#servicios_pag .margin-bottom
{
    margin-bottom: 70px;
}
#servicios_pag .about-text h3
{
	FONT-FAMILY: 'Oswald', sans-serif; 
	font-weight: 300;
	font-size: 26px;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	line-height: 32px;
    background: url(../images/iso.png) no-repeat left center;
	margin:0px;
	padding-left: 35px; 
	text-align: left; 
	text-transform: uppercase; 
	position: relative;
	COLOR:rgb(0,120,49);
	border-bottom: 2px solid #444;
}
#servicios_pag .about-text h4
{
    FONT-FAMILY: 'Oswald', sans-serif; 
	font-weight: 300;
	font-size: 26px;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	line-height: 32px;
	text-align: left; 
	text-transform: uppercase; 
	COLOR:rgb(0,120,49);
}
#servicios_pag .about-text 
{
	margin-left: 10px;
	margin-top: 0px;
}
#servicios_pag .box-services-2_top
{
    background-color:transparent;
    padding:15px;
    text-align:center;
    border-bottom:4px solid rgba(32,88,52,0.6);
}
#servicios_pag .box-services-2_top img
{
    text-align:center;
}
#servicios_pag .box-services-2 .icon 
{
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
#servicios_pag .box-services-2:hover .icon 
{
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
#servicios_pag .box-services-2 .icon-2 
{
    font-size:45px;
    display: block;
    margin: 2px 0 0 0;
    color:#444;
}
#servicios_pag .box-services-2:hover .icon-2 
{
    color:rgb(0,120,49);
}
#servicios_pag .box-services-2 .box-left 
{
    float: left;
    text-align: center;
    display:inline;
}
#servicios_pag .box-services-2 .box-right 
{
    margin-left:50px;
    text-align:left;
    display:block;
}
#servicios_pag .box-services-2 .box-right p
{
    text-align:left;
    FONT-FAMILY: 'Oswald', sans-serif; 
    font-weight: 300;
    font-size: 18px;
    line-height:1.6em;
}
#servicios_pag .box-services-2 .box-right span
{
   display:block;
   text-transform:uppercase;
   text-decoration:underline;
   font-weight:bold;
   margin-bottom:15px;
   FONT-FAMILY: 'Oswald', sans-serif;
}
#servicios_pag .box-services-2 .box-right .primero ul
{
    width:30%;
    display:inline-block;
    padding: 0;
    margin: 0;
    text-align:left;
    vertical-align:top;
    margin-bottom:15px;
    list-style-type: square;
    list-style-position: outside;
    list-style-image: none;
    FONT-FAMILY: 'Oswald', sans-serif;
}
#servicios_pag .box-services-2 .box-right .primero ul li
{
    display:block;
    margin: 0;
    background: url(../images/list-arrow.png) no-repeat left center;
    padding-left:16px;
    line-height:2em;
    FONT-FAMILY: 'Oswald', sans-serif; 
    font-weight:300;

}
#servicios_pag .box-services-2 .box-right .segundo ul
{
    width:100%;
    display:block;
    padding: 0;
    margin: 0;
    text-align:left;
    margin-bottom:15px;
    FONT-FAMILY: 'Oswald', sans-serif;
}
#servicios_pag .box-services-2 .box-right .segundo ul li
{
    display:block;
    padding: 0;
    margin: 0;
    background: url(../images/list-arrow.png) no-repeat left center;
    padding-left:16px;
    line-height:2em;
    FONT-FAMILY: 'Oswald', sans-serif;
    font-weight:300; 
}
#servicios_pag .consulte
{
    FONT-FAMILY: 'Oswald', sans-serif; 
	font-weight: 300;
	font-size: 18px;
	background:#ccc;
	color:#444;
	padding:3px;
	text-decoration:none;
}
#servicios_pag .consulte:hover
{
	background:#444;
	color:#FFFFFF;
}
.br-bottom:after 
{
    content: "";
    display: block;
    height: 1px;
    width: 35px;
    border-top: 2px solid rgb(0,120,49);
    margin: 6px 0 10px;
}
.mb50 
{ 
    margin-bottom:50px !important; 
}
.title-uppercased 
{
    FONT-FAMILY: 'Oswald', sans-serif; 
	font-weight: 300;
	font-size: 24px;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	line-height: 32px;
	text-align: left; 
	text-transform: uppercase; 
	COLOR:rgb(0,120,49);
    margin-bottom: 15px;
}
/* fin pagina servicios */
/* comienza pagina ganaderia */
#ganaderia_pag
{
   background-color: #FFFFFF;
    display: block;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
    float:left;
}
#ganaderia_pag2
{
   background-color: #f5f5f5;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    float:left;
}
#ganaderia_pag .margin-bottom
{
    margin-bottom: 40px;
}
#ganaderia_pag .about-text2 h3
{
	FONT-FAMILY: 'Oswald', sans-serif; 
	font-weight: 300;
	font-size: 26px;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	line-height: 32px;
    background: url(../images/iso.png) no-repeat left center;
	margin:0px;
	padding-left: 35px; 
	text-align: left; 
	text-transform: uppercase; 
	position: relative;
	COLOR:rgb(0,120,49);
	border-bottom: 2px solid #444;
}
#ganaderia_pag .about-text2 h4
{
    FONT-FAMILY: 'Oswald', sans-serif; 
	font-weight: 300;
	font-size: 26px;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	line-height: 32px;
	text-align: left; 
	text-transform: uppercase; 
	COLOR:rgb(0,120,49);
}
#ganaderia_pag .about-text2 
{
	margin-left: 10px;
	margin-top: 0px;
}
#ganaderia_pag img 
{
	display: inline-block;
	border-color: rgb(0,120,49);
	background: rgba(0,120,49,0.6);
	border-radius: 10px;
	padding: 20px;
}
#ganaderia_pag .about-text2 p 
{
	line-height: 24px;
	margin: 22px 0;
	color:#000000;
}
#ganaderia_pag2 .lista-text li
{
	display:inline;
	padding-right:5px;
}
#ganaderia_pag2 .lista-text li img
{
	display: inline-block;
	border-radius: 0px;
	padding: 0px;
	width:48%;
}
/* fin pagina ganaderia */
/* comienza pagina clientes */
#widget_text
{
    text-align: center;
    position: relative;
    display: block;
}
.modal-header .modal-title 
{
	color: #000000;
	text-align:center;
}
a.btn-primary2 
{
	border-color:#444; 
	color: #FFFFFF; 
	background-color:#444;
	text-transform:uppercase;
}
a.btn-primary2:hover 
{
	border-color:rgb(0,120,49); 
	color: #FFFFFF; 
	background-color:rgb(0,120,49);
}
a.btn-primary3
{
	border-color:#444; 
	color: #FFFFFF; 
	background-color:#444;
	text-transform:uppercase;
}
a.btn-primary3:hover 
{
	border-color:rgb(0,120,49); 
	color: #FFFFFF; 
	background-color:rgb(0,120,49);
}
#clientes_bg
{
}
.clientes_form
{
  margin-top:70px;
}
.margin-top
{
  margin-top:70px;
}
.loginfrase
{
	width:80%;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	clear:both;
	margin-bottom:70px;
}
.loginfrase p
{
	font-size: 10pt; 
	color: #000000;
	FONT-FAMILY: arial,helvetica;
	text-decoration:none;
	font-weight:normal;
	line-height:20px;
	text-align:center;
}
.login-form 
{
	width: 70%;
	margin: 0 auto;
	position: relative;
	background: #f3f3f3;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.login-form .login_header 
{
	padding: 40px 30px 30px 30px;
}
.login-form .login_header h1 
{
	FONT-FAMILY: 'Oswald', sans-serif; 
	font-weight: 300;
	font-size: 26px;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	line-height: 32px;
    background: url(../images/iso.png) no-repeat left center;
	margin:0px;
	padding-left:30px; 
	text-align: left; 
	text-transform: uppercase; 
	position: relative;
	COLOR: #80c145;
}
.login-form .content 
{
	padding: 16px 30px 25px 30px;
}
.login-form .content .username
{
	width: 100%;
	padding: 15px 25px;
	font-family: Helvetica, Arial;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}
.login-form .content .username:hover 
{
	background: #dfe9ec;
	color: #414848;
}
.login-form .content .username:focus 
{
	background: #dfe9ec;
	color: #414848;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}
.login-form .content .password
{
	width:100%;
	padding: 15px 25px;
	font-family: Helvetica, Arial;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}
.login-form .content .password:hover 
{
	background: #dfe9ec;
	color: #414848;
}
.login-form .content .password:focus 
{
	background: #dfe9ec;
	color: #414848;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}
.login-form .content .password, .login-form .content .pass-icon 
{
	margin-top: 25px;
}
.user-icon, .pass-icon 
{
	width: 46px;
	height: 47px;
	display: block;
	position: absolute;
	left: 0px;
	padding-right: 2px;
	z-index: -1;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.user-icon 
{
	top:118px; 
	background:#80c145 url(../images/user-icon.png) no-repeat center;	
}

.pass-icon 
{
	top:168px;
	background:#80c145 url(../images/pass-icon.png) no-repeat center;
}
.content input:focus + div
{
	left: -46px;
}
.input, .user-icon, .pass-icon, .button, .register 
{
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.login-form .footerform 
{
	padding: 25px 30px 40px 30px;
	overflow: auto;
	background: #d4dcee;
	border-top: 1px solid #fff;
	box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
}
.login-form .footerform .button 
{
	float:right;
	padding: 20px;
	FONT-FAMILY: 'Oswald', sans-serif; 
	font-weight: 300;
	font-size: 14px;
	line-height:0px;
	color:#444;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
	background:#80c145;
	border: 1px solid #80c145;
	border-radius: 5px;
	cursor: pointer;
	text-transform:uppercase;
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}
.login-form .footerform .button:hover 
{
	background:rgb(87, 87, 87);
	color:#FFFFFF;
	border: 1px solid rgb(87, 87, 87);
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}
.login-form .footerform .button:focus 
{
	position: relative;
	bottom: -1px;
	border: 1px solid #d9dadb;
	box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}
/* fin pagina clientes */
/* comienza pagina legal */
#legal
{
    background-color: #FFFFFF;
    display: block;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
    float:left;
    padding:10px;
}
#legal hr 
{
   border: 1px dotted rgb(100,100,100); 
}
.legal p
{
	font-family: Arial, Helvetica;
    font-size: 11pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align:left;
    text-indent:0px;
}
.legal p.strong
{
    font-weight:bold;
    font-family: Arial, Helvetica;
    font-size: 11pt;
    color: #000000;
    font-variant: normal;
    text-decoration: none;
    text-align:left;
    text-indent:0px;
}
.legaltxt p
{
	font-family: 'Open Sans' , sans-serif;
    font-size: 12pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: left;
    text-indent: 0px;
    margin:0px;
    text-transform:uppercase;
}
.title-wrap 
{
	BACKGROUND-IMAGE: url(../images/title-wrap-tail.png);
	BACKGROUND-POSITION: 0px 50%; 
	MARGIN-BOTTOM: 27px; 
	BACKGROUND-REPEAT: repeat-x; 
	TEXT-ALIGN: center;
	width:100%;
}
.title-wrap H3 
{
	PADDING-RIGHT: 30px; 
	BACKGROUND-POSITION: 0px 0px; 
	DISPLAY: inline; 
	PADDING-LEFT: 30px; 
	FONT-SIZE: 16px; 
	text-transform:uppercase;
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	BACKGROUND-REPEAT: repeat; 
	font-family: 'Open Sans' , sans-serif; 
	LETTER-SPACING: -2px;
	BACKGROUND: url(../images/pattern.gif) #f0f2ee;
	color:#444; 
}
/* fin pagina legal */
/* comienza pagina contacto */
#contacto_pag
{
   background-color: #FFFFFF;
    display: block;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
    float:left;
}
#contacto_pag .mapframe
{
  border:2px rgb(0,120,49)solid;
}
#contacto_pag hr 
{
  border-color: #61bb52;
  margin: 0;
  opacity: 0.3;
  margin-top:40px;
  margin-bottom:40px;
}
#contacto_pag h1 
{
	FONT-FAMILY: 'Oswald', sans-serif; 
	font-weight: 300;
	font-size: 26px;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	line-height: 32px;
    background: url(../images/iso.png) no-repeat left center;
	margin:0px;
	padding-left: 35px; 
	text-align: left; 
	text-transform: uppercase; 
	position: relative;
	COLOR:rgb(0,120,49);
	border-bottom: 2px solid #444;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    text-indent: 0.3em;
}
#contacto_pag h3 
{
	FONT-FAMILY: 'Oswald', sans-serif; 
	font-weight: 300;
	font-size: 26px;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	line-height: 32px;
	text-align: left; 
	text-transform: uppercase; 
	COLOR:rgb(0,120,49);
}
.box-services-6 
{
    padding: 15px 15px;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
    margin-bottom:10px;
}
.box-services-6:hover 
{
    border: 1px solid #e0e3e8;
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.box-services-2 .box-left .icon 
{
    font-size: 30px;
    color: #606369;
}
.box-services-2 .box-right 
{
    margin-left:10px;
    display:inline;
}
.box-services-2 .box-left
{
    display:inline;
    font-size: 30px;
}
.box-services-2 .icon-4 
{
    color: #505358;
}
.box-services-2:hover .icon-4 
{
    color: rgb(0,120,49);
}
.box-services-2 .icon 
{
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.box-services-2:hover .icon 
{
    -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.mb0 
{ 
    margin-bottom:0px !important;
}
#contacto_pag .social-icons
{
  padding: 0;
  margin: 0;
}
#contacto_pag .social-icons li 
{
  display: inline-block;
  list-style: none;
}
#contacto_pag .social-icons li a
{
    background: #444;
    color: #ffffff;
    text-decoration: none;
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
#contacto_pag .social-icons li a:hover 
{
  background: rgb(0,120,49);
}
/* comienza formulario de contacto */
#contacto_pag .form-style
{
	width:95%;
	padding:30px;
	margin:40px auto;
	background: #FFF;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
#contacto_pag .form-style .inner-wrap
{
	padding: 30px;
	background: #F8F8F8;
	border-radius: 6px;
	margin-bottom: 15px;
}
#contacto_pag .form-style .tittle 
{
	background:transparent;
	padding: 20px 30px 15px 30px;
	margin: -30px -30px 30px -30px;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	color: #444;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	font: normal 30px 'Bitter', serif;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	border: 0px solid #444;
	FONT-FAMILY: 'Oswald', sans-serif;
	width:100%;
}
#contacto_pag .form-style .tittle > span
{
	display: block;
	margin-top: 2px;
	font: 13px Arial, Helvetica, sans-serif;
	text-transform:none;
}
#contacto_pag .form-style label
{
	display: block;
	font-size: 13px;
	FONT-FAMILY: 'Oswald', sans-serif; 
	color: #888;
	margin-bottom: 25px;
	text-transform:uppercase;
}
#contacto_pag .form-style input[type="text"],
.form-style input[type="date"],
.form-style input[type="datetime"],
.form-style input[type="email"],
.form-style input[type="number"],
.form-style input[type="search"],
.form-style input[type="time"],
.form-style input[type="url"],
.form-style input[type="password"],
.form-style textarea,
.form-style select 
{
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 8px;
	border-radius: 6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border: 2px solid #fff;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33);
}
#contacto_pag .form-style .section
{
	font: normal 20px 'Oswald', sans-serif;
	color:rgb(0,120,49);
	margin-bottom: 5px;
}
#contacto_pag .form-style .section span 
{
	background:rgb(0,120,49);
	padding: 0px;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 4px solid #fff;
	width:35px;
	height:35px;
	font-size: 14px;
	margin-left: -45px;
	margin-top: -3px;
	color: #fff;
	FONT-FAMILY: 'Open Sans', sans-serif; 
	font-weight: 300;
	font-size: 20px;
	text-align:center;
}
#contacto_pag .form-style input[type="button"], 
.form-style input[type="submit"]
{
	background: #444;
	width:180px;
	height:47px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	font: normal 30px 'Bitter', serif;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	border: 1px solid ##444;
	font-size: 15px;
	FONT-FAMILY: 'Oswald', sans-serif;
	text-transform:uppercase;
}
#contacto_pag .form-style input[type="button"]:hover, 
.form-style input[type="submit"]:hover
{
	background:rgb(0,120,49);
	color:#FFFFFF;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
}
#contacto_pag .form-style .privacy-policy
{
	float: right;
	width: 250px;
	font: 12px Arial, Helvetica;
	color: #4D4D4D;
	margin-top: 10px;
	text-align: right;
}
/* comienza caqtcha */
#contacto_pag .Captcha
{
	text-align:left;
	display:block;
	width:100%;
}
#contacto_pag .form-style input[type="text"].fmrinput
{
	width:150px;
}
#contacto_pag .iCaptcha
{
	text-align:left;
	margin-top:20px;
	margin-bottom:0px;
	display:block;
}
#contacto_pag .cchacambiar
{
	FONT-FAMILY: 'Oswald', sans-serif; 
	text-align:left;
    FONT-SIZE: 12px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color:#444;  
    LINE-HEIGHT:22px;
    text-decoration:none;
    font-weight:bold;
    letter-spacing:0.5px;
 } 
#contacto_pag .cchacambiar:hover
{ 
	text-decoration:underline;
	color: #61bb52;  
}   
/* fin caqtcha */
/* fin formulario de contacto */
/* fin pagina contacto */
/* comienza pagina cobertura */
#cobertura_pag
{
   background-color: #FFFFFF;
    display: block;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
    float:left;
}
#cobertura_pag h3
{
	FONT-FAMILY: 'Oswald', sans-serif; 
	font-weight: 300;
	font-size: 18px;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	line-height: 22px;
    background: url(../images/iso.png) no-repeat left center;
	margin:0px;
	padding-left: 35px; 
	text-align: left; 
	text-transform: uppercase; 
	position: relative;
	COLOR:rgb(0,120,49);
	border-bottom: 2px solid #444;
}
#cobertura_pag h4
{
    FONT-FAMILY: 'Oswald', sans-serif; 
	font-weight: 300;
	font-size: 16px;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	line-height: 32px;
	text-align: left; 
	text-transform: uppercase; 
	COLOR:rgb(0,120,49);
}
#cobertura_pag .mz-default li
{
    background: rgb(68,39,23); 
    background: -moz-linear-gradient(top, rgba(68,39,23,1) 50%, rgba(7,104,45,1) 100%); 
    background: -webkit-linear-gradient(top, rgba(68,39,23,1) 50%, rgba(7,104,45,1) 100%); 
    background: linear-gradient(to bottom, rgba(68,39,23,1) 50%, rgba(7,104,45,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#442717', endColorstr='#07682d', GradientType=0 );
   width:100%;
   display:block;
   float:left;
   margin-bottom:10px;
   padding-left:20px;
   text-align:left;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #fff;
    border-color: #444;
      box-shadow: 0 1px 2px rgba(0,120,49,.5);
    -moz-box-shadow: 0 1px 2px rgba(0,120,49,.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,120,49,.5);
}
#cobertura_pag .mz-default li h4 
{
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-decoration:none;
}
.wrapper
{
    display: block;
    width: 350px;
    height: 350px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.text-icon
{
    border: #d8d7d6 5px solid;
    padding: 0px;
    float: left;
    margin: 0px;
    width: 302px;
    height: 302px;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    background: url(../images/argentina.png) no-repeat;
    box-shadow: 2px 2px 5px #999;
    -webkit-box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;
}
/* fin pagina cobertura */
/* comienza pagina noticias */
.tittle 
{
	padding:0px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	color: #FFFFFF; 
	font-size: 18px; 
	LETTER-SPACING: 1px;
	FONT-WEIGHT: bold; 
	TEXT-TRANSFORM: uppercase; 
	font-family: 'Open Sans', sans-serif;
	BACKGROUND: rgb(0,120,49) url(../images/iso.png) no-repeat 0.5em center;
	padding-left:45px;
	text-align:left;
	line-height:45px;
	width:100%;
	text-indent:0.1em;
}
.notitulo
{
    color: #442717;
    font-family: "Lato" ,sans-serif;
    font-size: 16px;
    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;
    width: 100%;
    display: block;
    margin-bottom:10px;
}
.notitulo:hover
{
    text-decoration: none;
    outline: none;
    color: rgb(0,120,49);
}
.notfuente
{
    text-transform: uppercase;
    color:rgb(0,120,49);
    font-size: 10pt; 
}
.notcopete 
{
	font-size: 10pt; 
	color: #000000; 
	font-family: Arial, Helvetica; 
	text-decoration:none;
	line-height:20px;
	text-align:left;
}
.notfecha
{
    text-transform: uppercase;
    color:rgb(0,120,49);
    font-size: 10pt; 
}
.notcopete2 
{
	font-size: 12pt; 
	color: #000000; 
	font-family: Arial, Helvetica; 
	text-decoration:none;
	line-height:22px;
	text-align:left;
}
.nottxt
{
	font-size: 10pt; 
	color: #000000; 
	font-family: Arial, Helvetica; 
	text-decoration:none;
	line-height:22px;
	text-align:left;
}
.blog-more-btn
{
    color: #442717;
    font-size: 14px;
    margin-top: 15px;
    text-decoration: none;
}
.blog-more-btn:hover, .blog-more-btn:focus
{
    text-decoration: none;
    outline: none;
    color: rgb(0,120,49);
}
.blog-more-btn i
{
    margin-left: 5px;
}
#informacion_pag
{
   background-color: #FFFFFF;
    display: block;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 100%;
    float:left;
}
.box_noticias
{
    display: block;
    padding-top: 40px;
    width: 100%;
}
.box_7
{
	max-width:100%;
	padding:30px;
	margin:40px auto;
	background: #FFF;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
}
.box_7 .tittle2 
{
	background:rgb(0,120,49);
	padding: 20px 30px 15px 30px;
	margin: -30px -30px 30px -30px;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	-webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
	border: 1px solid #80c145;
}
.box_7 .tittle3
{
	font-family: 'Open Sans', sans-serif;
	BACKGROUND: url(../images/iso.png) no-repeat left center;
	padding-left:24px;
	text-align:left;
	line-height:45px;
	text-indent:0.3em;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
	font-size:20px; 
}
a.volver
{
	font-family: 'Oswald' , sans-serif;
	text-align:right;
    FONT-SIZE: 12px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #444; 
    LINE-HEIGHT: 20px;
    background: url("../images/marker2.png") no-repeat; 
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:10px;
}
a.volver:hover
{
    text-decoration: underline;
    color:rgb(0,120,49);
    background: url("../images/marker_act2.png");
    background-repeat:no-repeat;
    background-position:left center;
}	
/* fin pagina noticias */
/* comienza pne */
.pne
{
    background: none;
    border-top-color: currentColor;
    border-top-width: medium;
    border-top-style: none;
    z-index: 0;
    width: 100%;
    height: 60px;
    overflow: hidden;
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom:0px;
}
.mnu-txt
{
    overflow: hidden;
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 0px;
}
.nav2
{
    padding-top: 0px;
    padding-left: 0px;
}
.nav2 UL
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 0px;
}
.nav2 UL LI
{
    padding-left: 5px;
    min-height: 26px;
    background: url(../images/menu-marker.gif) no-repeat 0px 0px;
    float: left;
    margin: 0px 0px 0px 5px;
    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:13px;
    color: #666666;
    font-family: 'Open Sans' , sans-serif;
    line-height: 15px;
    padding-top: 0px;
    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: 0px;
}
.nav2 UL LI A:hover
{
    color: #007831;
    text-decoration: underline;
}
.nav2 UL LI.current-object A
{
    color: #007831;
    text-decoration: none;
    font-weight: bold;
}
.nav2 UL LI.menu-object A
{
    color: #666666;
    text-decoration: none;
    font-weight: normal;
}
.nav2 UL LI.menu-object A:hover
{
    color:#007831;
    text-decoration: underline;
    font-weight: normal;
}
/* fin pne */
/* comienza pagina informes */
.blog-inf
{
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 10px;
    box-shadow: 0 1px 2px rgba(0,120,49,.5);
    -moz-box-shadow: 0 1px 2px rgba(0,120,49,.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,120,49,.5);
    margin-top:20px;
}
.blog-inf-title , .blog-inf-title > a
{
    color: #442717;
    font-family: "Lato" ,sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    display: block;
}
.blog-inf-title > a:hover
{
    text-decoration: none;
    outline: none;
    color: rgb(0,120,49);
}
.blog-inf-title i
{
    padding-right: 10px;
}
.inftitulo
{
    font-size: 14pt;
    color: #000000;
    font-family: arial,helvetica;
    text-decoration: none;
    font-weight: bold;
    line-height: 20px;
}
.infcopete
{
    font-size: 12pt;
    color: #000000;
    font-family: arial,helvetica;
    text-decoration: none;
    font-weight: normal;
    line-height: 20px;
}
.inftxt
{
    font-size: 10pt;
    color: #000000;
    font-family: Arial, Helvetica;
    text-decoration: none;
    line-height: 20px;
    text-align: left;
}
.infuente
{
    font-family: 'Oswald' , sans-serif;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
    text-transform: uppercase;
    color: #000000;
    line-height: 20px;
    padding-right: 10px;
}
.infautor
{
    font-family: 'Oswald' , sans-serif;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
    text-transform: uppercase;
    color: #215935;
    line-height: 20px;
}
/* fin pagina informes */
/* comienza paginacion */
.colorgraph 
{
  height: 2px;
  border-top: 0;
  background: #c4e17f;
  margin-top:30px;
  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);
}
a.anterior
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:right;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color:#442717; 
    LINE-HEIGHT: 20px;
    text-decoration:none;
}
a.anterior:hover
{
    text-decoration: underline;
    color:rgb(0,120,49);  
}
a.posterior
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:right;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #442717; 
    LINE-HEIGHT: 20px;
    text-decoration:none;
}
a.posterior:hover
{
    text-decoration: underline;
    color:rgb(0,120,49);
}
.numero
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:left;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #442717; 
    LINE-HEIGHT: 20px;
    text-decoration:none;
    text-align:center;
}
a.numero
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:left;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #442717; 
    LINE-HEIGHT: 20px;
    text-decoration:none;
}
a.numero:hover
{
    color: #536829;
    text-decoration:underline;
}
.numerores
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:left;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color:rgb(0,120,49);
    LINE-HEIGHT: 20px;
    text-decoration:none;
    font-weight:bold;
}
a.numerores
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:left;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color:rgb(0,120,49);
    LINE-HEIGHT: 20px;
    text-decoration:none;
    font-weight:bold;
}
a.numerores:hover
{
    text-decoration:underline;
}
/* fin paginacion */
/* comienza pagina informacion */
.blog
{
    overflow: hidden;
    position: relative;
    width:100%;
    display:block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.blog .margin-bottom
{
   margin-bottom: 30px;
}
.single-table-price
{
    background-color: #fff;
    display:block;
    float: left;
    text-align: center;
    width: 100%;
    border: 1px solid rgb(0,120,49);
}
.price-header
{
    background-color: rgb(0,120,49);
    color: #FFFFFF;
    display: inline;
    float: left;
    width: 100%;
}
.price img
{
    padding-top: 1px;
    margin:0px;
    width: 100%;
    height:auto;
}
.price-article
{
    display: inline;
    float: left;
    padding: 20px;
    width: 100%;
    text-align: left;
}
.blog_content
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    height: auto;
}
.blog_content h3
{
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #442717;
    font-family: 'Open Sans' , sans-serif;
}
.blog_content h3 a
{
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #442717;
    font-family: 'Open Sans' , sans-serif;
    text-decoration:none;
}
.blog_content h3 a:hover
{
   text-decoration:none;
   color: rgb(0,120,49);
}
.price-footer
{
    display: inline;
    float: left;
    width: 100%;
}
.pricing-table-content
{
    display: block;
    width: 100%;
}
.purchase-btn
{
    background-color: #fff;
    border: 1px solid rgb(0,120,49);
    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;
}
.purchase-btn:hover, .purchase-btn2:focus
{
    text-decoration: none;
    outline: none;
    color: #fff;
    background:#442717;
    border: 1px solid #442717;
}
.featured-price .price-title
{
    background-color:rgb(0,120,49);
}
.featured-price .purchase-btn
{
    color: #fff;
}
.expert span.time
{
    padding-right: 10px;
    border-right: 0px solid;
}
.clock
{
    padding-right:0px;
}
.expert
{
    padding-bottom: 10px;
    color:rgb(0,120,49);
}
/* fin pagina informacion */
/* comienza pagina mercados */
#mercados_pag
{
   background-color: #FFFFFF;
    display: block;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 100%;
    float:left;
}
.box_mercados 
{
    display:block;
    width:100%;
    margin-top:30px;
}
.mercado1
{
   margin-bottom:20px;
   display:block;
   width:100%;
}
.tablaD
{
    border-right: #e1dad8 1px solid;
    border-top: #e1dad8 1px solid;
    border-left: #e1dad8 1px solid;
    background-color:#442717;
    width:100%;
    height:28px;
}
.tablaE
{
    border-right: #e1dad8 1px solid;
    border-left: #e1dad8 1px solid;
    border-bottom: #e1dad8 1px solid;
    background-color:#FFFFFF;
    box-shadow: 0 1px 2px rgba(0,120,49,.5);
    -moz-box-shadow: 0 1px 2px rgba(0,120,49,.5);
    -webkit-box-shadow: 0 1px 2px rgba(0,120,49,.5);
    width:100%;
}
.tdfecha
{
    font-family: Arial, Helvetica;
    font-size: 9pt;
    color: #000000;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
}
.tdcab
{
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #000000;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
}
.tdfilaLbl
{
    font-family: Arial, Helvetica;
    font-size: 9pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    padding-left: 6px;
}
.tdfilac
{
    font-family: Arial, Helvetica;
    font-size: 10pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: center;
}
.tdfila2c
{
	 font-family: Arial, Helvetica;
	 font-size: 8pt;
	 color:#000000;
	 TEXT-DECORATION: none;
	 font-weight: normal;
	 text-align:right;
	 padding-right:3px;
	 BORDER:#213629 0px solid;
}
.tdfila2b
{
	 font-family: Arial, Helvetica;
	 font-size:8pt;
	 color:#000000;
	 TEXT-DECORATION: none;
	 font-weight: normal;
	 text-align:left;
	 padding:6px;
}
.tdfila1
{
    font-family: Arial, Helvetica;
    font-size: 10pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: right;
    padding-right: 6px;
}
.fecha
{
    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;
    float: right;
    padding-right:6px;
}
.tittabla
{
    font-family: Arial, Helvetica;
    font-size: 12pt;
    color: #FFFFFF;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    border: 0;
    padding-top: 2px;
    text-transform: uppercase;
    float:left;
    padding-left:6px;
}
/* fin pagina mercados */
/* comienzo arreglos logos */
.navbar-brand img
{
	display: inline-block;
	padding: 0px;
	width:200px;
	height:auto;
}
.pie-brand
{
   display: block;
   width:100%;  
   padding: 0px;
   text-align:center;
}
.pie-brand > img
{
	width:35%;
}
/* fin arreglos logos */