body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, table, th, td, embed, object {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, p {
	font-size: 1em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img, abbr {
	border: 0;
}

address, caption, cite, code, dfn, em, 
h1, h2, h3, h4, h5, h6, strong, th, var {
	font-weight: normal;
	font-style: normal;
}

ul, ol {
	list-style-image: none;
	list-style-type: none;
	display: block;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
}

q:before, q:after {
	content: '';
}

a, ins {
	text-decoration: none;
}

/*
a img, :link img, :visited img, :hover img {
	border: none;
}
*/

address {
	font-style: normal;
}

html { min-height: 100%; margin-bottom: 1px; }

* {
	/* [disabled]padding-bottom: 0px; */
	padding-left: 0;
	/* [disabled]padding-right: 0; */
	/* [disabled]padding-top: 0; */
	margin-bottom: auto;
	margin-left: 0px;
	margin-right: auto;
	margin-top: auto;
}
body {
  background-color: #b1b1b1;
  background-image: linear-gradient(45deg, #b1b1b1 0%, #e6e5dd 22%, #ffffff 53%, #e0dcdc 100%);
}

div.clear { 
	clear: both;
}

#container {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
#logo {
	height: 125px;
	width: 200px;
	float: left;
}
#langs {
	height: 60px;
	width: 824px;
	float:right;
}

#languages_tab ul 
{
	list-style:none;
	float:right;
	margin:0;
	padding:0;
}
#languages_tab li 
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#languages_tab a 
{
	text-decoration:none;
	border:0;
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#languages_tab a span 
{
	display:block;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-right: 15px;
	padding-left: 10px;
}
#languages_tab a:hover,#languages_tab li.item_active a 
{
	color: #666;
}
#languages_tab a:hover span,#languages_tab li.item_active a span 
{
	color:#8DC639;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#menu {
	xwidth: 820px;
	xheight: 25px;
	xfloat: right;
	padding-top: 20px;
}

nav ul ul {
	display: none;
}

nav ul li:hover > ul {
	display: block;
}

nav ul {
  background: #efefef;
  background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%);
  background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
  box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
  border-radius: 7px;
  list-style: none;
  position: relative;
  display: inline-table;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

nav ul:after {
  content: ""; clear: both; display: block;
}

nav ul li {
  float: left;
  font-family: 'Flamenco';
  font-size:12px;
}

nav ul li:hover {
  background: #4b545f;
  background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
  background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
  background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
}

nav ul li:hover a {
  color: #fff;
}

nav ul li a {
  display: block;
  color: #757575;
  text-decoration: none;
  padding-bottom: 15px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 15px;
}

nav ul ul {
  background: #5f6975; 
  border-radius: 0 0 4px 4px; padding: 0;
  position: absolute; top: 100%;
  z-index:9999;
}

nav ul ul li {
  float: none; 
  border-top: 1px solid #6b727c;
  border-bottom: 0px solid #575f6a;
  position: relative;
}
nav ul ul li a {
  color: #fff;
  padding-bottom: 5px;
  padding-left: 12px;
  padding-right: 120px;
}

nav ul ul li a:hover {
  background: #4b545f;
}

nav ul ul ul {
  position: absolute; left: 100%; top:0;
}

#header {
	margin-left: auto;
	margin-right: auto;
	with: 40px;
	height: 125px;
	text-align: left;
	width: 1024px;
	background-color: #FFF;
}

#centro {
	background-color: #FFF;
	width: 1024px;
	height: auto !important;
	height: 460px;
}

#historia {
	background-color: #FFF;
	width: 924px;
	height: auto !important;
	height: 460px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 40px;
}
#informacion {
	background-color: #FFF;
	background-image: url(images/informacion.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 924px;
	height: auto !important;
	height: 460px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
}
#industria {
	background-color: #FFF;
	background-image: url(images/industria.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 924px;
	height: auto !important;
	height: 460px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 200px;
}
#produccion {
	background-color: #FFF;
	background-image: url(images/produccion.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 924px;
	height: auto !important;
	height: 460px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 200px;
}
#contacto {
	width: 924px;
	height: auto !important;
	height: 460px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	background-color:#FFF;
}
#fotos {
	width: 904px;
	height: auto !important;
	height: 460px;
	padding-bottom: 20px;
	padding-left: 100px;
	padding-right: 20px;
	padding-top: 20px;
	background-color: #FFF;
}

#fotos ul {
	display:block;
	height: auto;
	width: 700px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 100px;
}
#fotos li {
	display:inline;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#nononocertificaciones {
	background-color: #FFF;
	background-image: url(images/certificaciones.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 924px;
	height: auto !important;
	height: 460px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 200px;
}
#valores {
	background-color: #FFF;
	background-image: url(images/valores-mision-vision.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	width: 924px;
	height: 700px !important;
	height: 460px;
	padding-bottom: 40px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 40px;
}
#organigrama {
	background-color: #FFF;
	background-image: url(images/organigrama.jpg);
	background-repeat: no-repeat;
	height: 800px !important;
	height: 800px;
}
#slidy-container { 
  width: 100%; margin: 0 auto; overflow: hidden;
}

#footer {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	background-color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #666;
	font-family: 'Flamenco';
	font-size: 16px;
	color: #666;
	padding-top: 10px;
	padding-left: 150px;
}
.footer a:link, .footer a:visited{
		color: #666;
}
.footer a:hover, .footer a:active{
	color: #8DC639;
}
.footer ul li {
   display: inline;  
   padding:10px; 
}

.footer {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

.footer-right {
   float: right; // float to the right
}

.dropcap {
	font-size: 500%;
	float: left;
	line-height: 0.7em;
	padding: 0 2px 0 0;
	color: #8DC639;
	font-family: Serif;
	font-weight: bold;
	position: relative;
	left: -3px;
}
.dropcap-right {
font-size: 600%;
float: right;   
line-height: 0.8em;
padding: 0 2px 0 0;       
color: #8DC639;         
font-family: Serif;    
font-weight: bold;
position: relative;
left: -3px;
}
.titles_text {
	font-family: 'Lora';
	font-size: 20px;
	font-weight:bold;
	text-align:left;
	color: #8DC639;
}

.body_text_bold {
	font-family: 'Lora';
	font-size: 14px;
	font-weight: 700;
	color: #666;
	text-align:left;	
}
.body_text_bold_italic {
	font-family: 'Lora';
	font-size: 14px;
	font-style:italic;
	font-weight: 700;
	color: #666;
	text-align:left;	
}
.copetes {
	font-family: 'Lora';
	font-size: 16px;
	font-style:italic;
	font-weight: 700;
	color: #666;
	text-align:left;	
}
.subtitulos {
	font-family: 'Lora';
	font-size: 18px;
	font-weight: 700;
	color: #666;
	text-align:left;	
}
.textos_grandes {
	font-family: 'Lora';
	font-size: 30px;
	font-style:italic;
	font-weight: 700;
	color: #666;
	text-align:center;	
}

.green_text {
	color: #8DC639;
	text-align:left;	
}
.body_text {
	font-family: 'Lora';
	font-size: 14px;
	font-weight: 300;
	color: #666;
	text-align: left;
}
.body_text ul{
	margin-top:10px;
}
.body_text li{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
	}

.column {
    width:33.33333333%;
    float:left;
}
.column2 {
	width: 55%;
	float: left;
	padding-right: 5%;
}
.column3 {
    width:40%;
    float:left;
}

.column2 img {
    width:100%;
    height:auto;
}
.column3 img {
    width:100%;
    height:auto;
}
 .cols3 {
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;

  -moz-column-count: 3;
  -moz-column-gap: 20px;

  column-count: 3;
  column-gap: 20px;
 }

 .cols3 h1 {
  -webkit-column-span:all;
  -moz-column-span:all;
  column-span:all;
 }


.cols3 {
 	column-count: 3;
 	column-gap: 20px;
	column-rule-width: 1px;
}
.cols3 header1{
  column-span: all;
}
.center {
	text-align:center;
}
img.left {
	display: block;
	float: left;
	clear: right;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
img.right {
	display: block;
	padding-left:20px;
	float: right;
	clear: left;
}
.vida {
	background-image:url(images/foto-amalita-amoedo.jpg);
	background-repeat:no-repeat;
	background-position: center;
}
.padding_top {
	padding-top:430px;
}

.cert_container {
  display: flex;
  gap: 1em;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 2em;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  flex-wrap: wrap;
  position: relative;
  background-color: #f6f5f5;
}

.cert_container::before {
  content: attr(title);
  text-align: left;
  flex-basis: 100%;
  font-family: 'Lora';
  margin-top: 1em;
}

img.certificate {
  width: 25em;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
/*######## Smart Green ########*/
.smart-green {
    margin-left:auto;
    margin-right:auto;

    max-width: 500px;
    background: #F8F8F8;
    padding: 30px 30px 20px 30px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.smart-green h1 {
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 20px 0px 20px 40px;
    display: block;
    margin: -30px -30px 10px -30px;
    color: #FFF;
    background: #9DC45F;
    text-shadow: 1px 1px 1px #949494;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-bottom:1px solid #8DC639;

}
.smart-green h1>span {
    display: block;
    font-size: 11px;
    color: #FFF;
}

.smart-green label {
    display: block;
    margin: 0px 0px 5px;
}
.smart-green label>span {
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
}
.smart-green input[type="text"], .smart-green input[type="email"], .smart-green textarea, .smart-green select {
    color: #555;
    height: 30px;
    line-height:15px;
    width: 100%;
    padding: 0px 0px 0px 10px;
    margin-top: 2px;
    border: 1px solid #E5E5E5;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    font: normal 14px/14px Arial, Helvetica, sans-serif;
}
.smart-green textarea{
    height:100px;
    padding-top: 10px;
}
.smart-green select {
    background: url('down-arrow.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('down-arrow.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none;
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width:100%;
    height:30px;
}
.smart-green .button {
    background-color: #9DC45F;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-border-radius: 5px;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    text-shadow: 1px 1px 1px #949494;
}
.smart-green .button:hover {
    background-color:#80A24A;
}



.or-spacer {
	margin-top:20px;
 	margin-left: auto;
 	margin-right:auto;
 	width: 800px;
  
  position: relative;
}
.or-spacer .mask {
  overflow: hidden;
  height: 20px;
}
.or-spacer .mask:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px / 12px;
  box-shadow: 0 0 8px black;
}
.or-spacer span {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -25px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #999;
  background: white;
}
.or-spacer span i {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 100%;
  border: 1px dashed #aaa;
  text-align: center;
  line-height: 40px;
  font-style: normal;
  color: #999;
}

.or-spacer-vertical {
  display: inline-block;
  margin-top: 100px;
  margin-left: 100px;
  width: 100px;
  position: relative;
}
.or-spacer-vertical .mask {
  overflow: hidden;
  width: 20px;
  height: 200px;
}
.or-spacer-vertical.left .mask:after {
  content: '';
  display: block;
  margin-left: -20px;
  width: 20px;
  height: 100%;
  border-radius: 12px / 125px;
  box-shadow: 0 0 8px black;
}
.or-spacer-vertical.right .mask:before {
  content: '';
  display: block;
  margin-left: 20px;
  width: 20px;
  height: 100%;
  border-radius: 12px / 125px;
  box-shadow: 0 0 8px black;
}

.post{
	clear:both;
	min-height:70px;
	padding-bottom:5px;
	margin-top: 10px;
	border-bottom: 1px dashed #aaa;
}
.post img{
	float:left;
	margin-right:4px;
	background-color: #ccc;
}
.post h3{
	font-size:20px;
	color: #8DC639;
	margin-bottom:4px;
}
.post p{
	color: #aaa;
}

