
@font-face {
    font-family: 'bebas_neuebook';
    src: url('fonts/bebasneue_book-webfont.woff2') format('woff2'),
         url('fonts/bebasneue_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;}
	
.nuestros-productos {
	font-family:'bebas_neuebook';
	font-size:40px;
	color:#176031;}
	
.slider { width:986; margin:auto; overflow:hidden;}
.slider ul {
	padding:0px;
	display:flex;
	width:200%;
	animation: cambio 8s infinite;
	animation-direction:alternate;}

.slider li { list-style:none; width:100%;}
.slider img {width:100%;}

@keyframes cambio {
	0% {margin-left: 0;}
	47% {margin-left:0;}
	
	52% {margin-left:-100%;}
	100% {margin-left:-100%;}
	}

body {
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	background-image:url(images/background.jpg); background-repeat:repeat;
}

img { border:0px;}

.slogan { font-family: 'bebas_neuebook'; text-transform:uppercase; color:#346733; font-size:25px; font-weight:bold;}
.email a {color:#346733; font-size:18px; font-weight:bold; float:right; z-index:100; position:absolute; right:20px; margin:20px; text-decoration:none;}
.rrss {color:#346733; font-size:18px; font-weight:bold; float:left; z-index:90; position:absolute; left:20px; margin:20px;}

.flotante {
    display:scroll;
    position:fixed;
    top:60px;
    left:20px;
	z-index:2;
}
.flotante2 {
    display:scroll;
    position:fixed;
    top:110px;
    left:20px;
	z-index:3;
}


.titulos_home {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #a7a6a6;
	text-decoration: none;
	font-weight: bold;
}
.titulos_home a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #a7a6a6;
	text-decoration: none;
	font-weight: bold;
}
.titulos_home a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #a7a6a6;
	text-decoration: none;
	font-weight: bold;
}
.titulos_home a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #a7a6a6;
	text-decoration: none;
	font-weight: bold;
}
.titulos_home a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #8c9bb0;
	text-decoration: none;
	font-weight: bold;
}
.textos_home {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #3c2a15;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999999;
}

.titulos_grandes {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #3c2a14;
}
.titulos_grandes_azul {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #392015;
}
.textos {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #4c4c4c;
	text-decoration:none;
}

.textos_azules {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #1d140a;
}

.textos_azules a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #426dae;
	text-decoration:none;
}
.textos_azules a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #426dae;
	text-decoration:none;
}
.textos_azules a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #426dae;
	text-decoration:none;
}
.textos_azules a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000;
	text-decoration:none;
}