@charset "utf-8";
/* CSS Document */

body {
	font-family: "Cambria";
	font-style:italic
	font-size:14px;
	color:#999;
}
#geral_home{
	width: 940px;
	height:970px;
	margin:auto;
}
.topo_home {
	width:940px;
	height:270px;
	background:url(../imagens/banner_001.jpg);
	margin:auto;
	position:relative;]
}
.menu {
	width:940px;
	margin:auto;
	height:40px;
	font-size:18px;
	background:url(../imagens/barra_menu.jpg)
}
.menu ul li {
	position:relative;
	display:inline;
	padding:0 0 0 20px;
	top:10px;
}
.menu ul li a {
	text-decoration:none;
	color:#F60;
}
.menu ul li a:hover {
	text-decoration:none;
	color:#C30
}
.menu ul li a.active {
	color:#960;
	text-decoration:none
}
.caixa_texto {
	width:340px;
	height:330px;
	float:left;
	font-style: inherit
	margin:2px 0 0 2px;
	text-align:justify;
	line-height:20px;
}
.caixa_texto h1 {
	font-family: Cambria;
	font-style:italic;
	font-size:18px;
	color:#666;
}
.foto_home {
	width: 590px;
	height:360px;
	float: right;
	margin: 2px 0 0 2px;
	position: relative;
}
.slider {
	width:100%;
	margin:auto;
	overflow:hidden;
}
.slider ul {
	display:flex;
	padding:0;
	width:1300%;
	animation: cambio 40s infinite alternate linear;
	}
.slider li {
	width: 100%;
	list-style: none;
}
.slider img {
	width: 100%;
}
@keyframes cambio {
	0% {margin-left: 0;}
	5% {margin-left: 0;}
	
	8% {margin-left: -100%;}
	13% {margin-left: -100%;}
	
	16% {margin-left: -200%;}
	21% {margin-left: -200%;}
	
	24% {margin-left: -300%;}
	29% {margin-left: -300%;}
	
	32% {margin-left: -400%;}
	37% {margin-left: -400%;}
	
	40% {margin-left: -500%;}
	45% {margin-left: -500%;}
	
	48% {margin-left: -600%;}
	53% {margin-left: -600%;}
	
	56% {margin-left: -700%;}
	61% {margin-left: -700%;}
	
	64% {margin-left: -800%;}
	69% {margin-left: -800%;}
	
	72% {margin-left: -900%;}
	77% {margin-left: -900%;}
	
	80% {margin-left: -1000%;}
	85% {margin-left: -1000%;}
	
	88% {margin-left: -1100%;}
	93% {margin-left: -1100%;}
	
	96% {margin-left: -1200%;}
	100% {margin-left: -1200%;}		
}
.footer {
	width: 940px;
	height: 110px;
	margin-top: 1px;
	background:url(../imagens/footer.jpg);
	margin: auto;
	position: relative;
	top: auto;
	bottom: auto;
}
/*End_of_Home*/
/*Stratr_of_Sobre*/


#geral_douro{
	width: 940px;
	height:970px;
	margin:auto;
}
.topo_douro {
	width:940px;
	height:270px;
	background:url(../imagens/banner_002.jpg);
	margin:auto;
	position:relative;]
}
.foto_douro {
	width: 590px;
	height:360px;
	float:right;
	margin:2px 0 0 2px;
	position:relative;
}
/*End_of_dwd*/
/*Start_of_produtos*/

#geral_produtos{
	width: 940px;
	height:970px;
	margin:auto;
}
.topo_produtos {
	width:940px;
	height:270px;
	background:url(../imagens/banner_003.jpg);
	margin:auto;
	position:relative;]
}
.foto_produtos {
	width: 590px;
	height:360px;
	float:right;
	margin:2px 0 0 2px;
	position:relative;
}
/*End_of_produtos*/
/*Stratr_of_azeite*/

#geral_azeite{
	width: 940px;
	height:970px;
	margin:auto;
}
.topo_azeite {
	width:940px;
	height:270px;
	background:url(../imagens/banner_004.jpg);
	margin:auto;
	position:relative;]
}
.foto_azeite {
	width: 590px;
	height:360px;
	float:right;
	margin:2px 0 0 2px;
	position:relative;
}
/*End_of_produtos*/
/*Stratr_of_contactos*/

#geral_contactos{
	width: 940px;
	height:970px;
	margin:auto;
}
.topo_contactos {
	width:940px;
	height:270px;
	background:url(../imagens/banner_005.jpg);
	margin:auto;
	position:relative;]
}
.foto_contactos {
	width: 590px;
	height:360px;
	float:right;
	margin:2px 0 0 2px;
	position:relative;
}
