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

body{
	background-image:url(imagens/bg-daf.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#016f92;
}

.holder{
	width:966px;
	height:auto;
	float: none;
	margin:0 auto;
	padding:0;
	text-align:center;
	display:table;
}
.idioma{
	text-align:center;
}
.menu{
	background-image:url(imagens/bg-menu.jpg);
	background-repeat:repeat-x;
	height:40px;
	padding-top:15px;
}
.menu ul{
	display:inline;
	list-style:none;
	margin:auto;
}
.menu ul li{
	list-style:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFF;
	text-transform:uppercase;
	padding: 20px 25px 0 25px;
	display:inline;
}
.menu ul li a{
	color:#FFF;
	text-decoration:none;
}
.menu ul li a:hover{
	text-decoration:underline;
}
.body{
	background-image:url(imagens/bg-body.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#f8fafa;
	padding:30px;
	display:block;
	height:550px;
	width:906px;
}
.titulo{
	background-color:#006d90;
	width:100px;
	height:170px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	float:left;
	text-align: right;
	color:#FFF;
	display:block;
	padding: 5px;
}
.texto{
	background-color:#bad5dd;
	width:300px;
	height:170px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	float:left;
	text-align: left;
	color:#000;
	display:block;
	margin-left:10px;
	padding:5px;
	line-height:18px;
	text-align:justify;
}	
.more{
	width:300px;
	margin-top:8px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#006d90;	
}
.more a{
	color:#00465E;
	text-decoration:none;
}
.more a:hover{
	color:#006d90;
	text-decoration:underline;
}
.fotos{
	float:left;
	border:medium;
	border-color:#069;
	border-style:solid;
}
.holder-esquerdo{
	width:430px;
	float:left;
	margin-bottom:20px;
}
.holder-direito{
	width:430px;
	float:right;
	margin-left:35px;
	margin-bottom:20px;	
}
.titulo-inferior{
	width:420px;
	height:30px;
	padding-top:8px;
	padding-left:10px;
	float:left;
	background-color:#006d90;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: left;
	color:#FFF;
	margin-top:20px;
}
.box-texto-inferior{
	width:410px;
	height:90px;
	padding:10px;
	float:left;
	display:block;
	background-color:#bad5dd;
}
.texto-inferior{
	width:230px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	color:#000;
	float:left;
}
.texto-inferior a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	color:#000;
	text-decoration:underline;
}
.texto-inferior a:hover{
	text-decoration:underline;
	color:#000;
}
.rodape{
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	width:auto;
	height:40px;
	float: none;
	margin: auto;
	padding:15px;
	clear:both;
	border-top-color:#C1D8E3;
	border-top-width:medium;
	border-top-style:solid;
	display:block;
	line-height:20px;
}
.rodape a{
	color:#666;
	text-decoration:none;
}
.rodape a:hover{
	color:#006d90;
	text-decoration:underline;
}