@import url(https://fonts.googleapis.com/css?family=Lato:300);
body{ margin:0px; padding:0px}

@font-face {
  font-family: 'Nadhine';
  src: url('fonts/NadhineScript.eot');
  src: url('fonts/NadhineScript.woff') format('woff'),
    url('fonts/NadhineScript.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}
.center_content {
	background: url('images/bkg.png') 0 bottom #F6F8DC no-repeat;
	margin: 0 auto;
    width: 810px;
    font-family: Nadine;
    padding: 30px 0px 30px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	position:relative;
}

.center_content h1 {
	font-family: Nadhine;
	border-bottom: 1px solid #00A331;
    color: #00A331;
    display: block;
    font-size: 34px;
    font-weight: 300;
    line-height: 34px;
    margin: 0 0 15px;
    padding: 0 0 13px;
    letter-spacing: -1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    clear: both;
    text-align: center;
}

.center_content .video {
	background: url('images/bg-video.png') 0 0 transparent no-repeat;
	width: 100%;
	height: 345px;
	margin-bottom: 40px;
}

.center_content .video iframe {
	display: block;
    left: 30px;
    margin: 0;
    padding: 0;
    position: relative;
    top: 28px;
    background-color: #fff;
}

.center_content .slider {
	display: block;
    position: relative;
    width: 100%;
}

.center_content .box-info {
	background: url("images/box-info.jpg?v=1") no-repeat scroll 0 0 transparent;
    height: 905px;
    margin: 40px 0 40px 0px;
    padding: 0;
    position: relative;
    width: 100%;
}

.center_content .box-info .detGC.endospermo {
    background: url("images/gc-detalles-endospermo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 190px;
    left: 28px;
top: 114px;
    width: 371px;
}

.center_content .box-info .detGC.salvado {
    background: url("images/gc-detalles-salvado.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 170px;
    left: 427px;
top: 103px;
    width: 350px;
}

.center_content .box-info .detGC.germen {
    background: url("images/gc-detalles-germen.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 150px;
    left: 403px;
top: 140px;
    width: 417px;
}

.center_content .box-info .detGC {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
}

.center_content .box-info .detGC.on {
    display: block;
}

.linkGC {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 15px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 15px;
    z-index: 2;
}


.linkGC.primero {
   left: 389px;
	top: 152px;
}

.linkGC.segundo {
    left: 421px;
top: 138px;
}

.linkGC.tercero {
   left: 396px;
top: 224px;
}

.center_content .box-products {
	background: url("images/box-products.png") no-repeat scroll 0 0 transparent;
    height: 358px;
    width: 100%;
}
.boton-informacion-grano-completo {
    display: block;
    margin: 0px auto !important;
    padding: 0px;
    background: url("images/btn-nutritionale.png") no-repeat scroll 0px 0px transparent;
    width: 230px;
    height: 45px;
}

.products {
	margin-top: 40px;
	font-family: 'Calibri', 'Arial', 'Helvetica', sans-serif; 
}

.products .elements {
    width: 270px;
    display: inline-block;
    float: left;
    position: relative;
    height: 700px;
}

.products .elements img{
    width: 250px;
    height: auto;
}

.products .elements h2, .products .elements h3 {
    font-size: 18px;
    margin: 10px 0;
    padding-left: 45px;
    font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
    color: #005329;
}

.products .elements h3 {
	font-size: 16px;
	margin: 0;
}

.products .elements .ingredients {
    font-size: 12px;
    margin-top: 10px;
    padding-left: 45px;
}

.products .elements .ingredients i {
    display: block;
    width: 100%;
    border-bottom: 2px solid #fff; 
    margin: 5px 0;
}
.products .footnote {
    clear: both;
    display: block;
    font-size: 11px;    
    width: 550px;
    padding-left: 45px;
    font-style: italic;
}

