@charset "utf-8";
/*TAGS*/
body{
	margin:0px;
	padding:0px;
	background-color: #EAE9E1;
}
/*DIVS*/
#geral {
	width: 100%;
	position: relative;
	height: auto;
}
#video {
	position:absolute;
	left:0px;
	top:25px;
	width:567px;
	height:350px;
	z-index:1;
}
#englobatopo {
	height: auto;
	width: 940px;
	position: relative;
	display: table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#logo {
	float: left;
	height: 114px;
	width: 227px;
	position: relative;
}
#englobabanner {
	height: 355px;
	width: 100%;
	position: relative;
	display: table;
	border-top-width: 3px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E7B300;
	border-bottom-color: #E7B300;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	background-image: url(../img/bg-banner.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#englobaconteudo {
	height: auto;
	width: 940px;
	position: relative;
	margin: auto;
}
#menusuperior {
	float: right;
	height: 114px;
	width: 632px;
	position: relative;
	background-image: url(../img/linha.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#banner {
	height: auto;
	width: 940px;
	position: relative;
	margin: auto;
}
#esquerda {
	float: left;
	height: auto;
	width: 610px;
	position: relative;
	text-align: justify;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #B7B6B0;
	padding: 5px;
}
#boxlateral {
	background-color: #DAD9D1;
	float: right;
	width: 248px;
	position: relative;
	height: auto;
	padding: 20px;
	text-align: justify;
	margin-right: 10px;
}
#tags {
	float: left;
	height: 150px;
	width: 890px;
	position: relative;
	margin-top: 20px;
	background-image: url(../img/bg-tags.jpg);
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 15px;
	text-align: justify;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#tags-es {
	float: left;
	height: 175px;
	width: 890px;
	position: relative;
	margin-top: 20px;
	background-image: url(../img/bg-tags-es.jpg);
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 15px;
	text-align: justify;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#direita {
	float: right;
	height: auto;
	width: 288px;
	position: relative;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #B7B6B0;
	text-align: justify;
	padding-top: 5px;
}
#rodape {
	float: left;
	height: auto;
	width: 920px;
	position: relative;
	margin-top: 20px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B7B6B0;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#versao {
	float: right;
	height: 25px;
	width: 622px;
	position: relative;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
}
#bannermenor {
	float: left;
	height: 238px;
	width: 620px;
	position: relative;
	margin-bottom: 20px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E7B300;
	border-bottom-color: #B7B6B0;
	margin-top: 20px;
}
#bannermaior {
	float: left;
	height: 238px;
	width: 930px;
	position: relative;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E7B300;
	border-bottom-color: #B7B6B0;
}
#englobabannermaior {
	float: left;
	height: 258px;
	width: 930px;
	position: relative;
	padding-top: 20px;
}
#videomenor {
	float: right;
	width: 288px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
}
.titulovinho {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #790000;
	line-height: 30px;
}
#menulateral {
	float: right;
	height: auto;
	width: 350px;
	position: relative;
	padding-top: 15px;
	text-align: right;
	padding-right: 10px;
}
/*CLASSES*/
.textobranco {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	line-height: 35px;
}
.img {
	margin-bottom: 10px;
}
.textos {
	font-family: Arial;
	font-size: 12px;
	color: #555555;
	line-height: 17px;
}
.textoescuro {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	line-height: 17px;
}
.textoespacado {
	font-family: Arial;
	font-size: 11px;
	color: #555555;
	line-height:14px;
}
.textorodape {
	font-family: Arial;
	font-size: 11px;
	color: #919191;
}

/*LINKS*/
	/*textos link*/
.textoslink {
	font-family: Arial;
	font-size: 12px;
	color: #555555;
	text-decoration:underline;
	line-height:30px;
}
.textoslink:link {
	font-family: Arial;
	font-size: 12px;
	color: #555555;
	text-decoration:underline;
	line-height:30px;
}
.textoslink:visited {
	color: #555555;
	text-decoration:underline;
}
.textoslink:hover {
	color: #790000;
	text-decoration:underline;
}
.textoslink:active {
	color: #555555;
	text-decoration:underline;
}

	/*link branco*/
.linkbranco {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	line-height: 35px;
}
.linkbranco:link {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	line-height: 35px;
}
.linkbranco:visited {
	color: #FFF;
	text-decoration: none;
}
.linkbranco:hover {
	color: #E7B300;
	text-decoration: none;
}
.linkbranco:active {
	color: #FFF;
	text-decoration: none;
}
	/*texto branco maior*/
.linkbrancomaior {
	font-family: Arial;
	font-size: 17px;
	color: #FFF;
	font-weight: bold;
	line-height: 35px;
	text-decoration:none;
}
.linkbrancomaior:link {
	font-family: Arial;
	font-size: 17px;
	color: #FFF;
	font-weight: bold;
	line-height: 35px;
	text-decoration:none;
}
.linkbrancomaior:visited {
	color: #FFF;
	text-decoration:none;
}
.linkbrancomaior:hover{
	color: #E7B300;
	text-decoration:none;
}
.linkbrancomaior:active {
	color: #FFF;
	text-decoration:none;
}

	/*link menor*/
.linkmenor {
	font-family: Arial;
	font-size: 11px;
	color: #555555;
	text-decoration:none;
	line-height: 25px;
}
.linkmenor:link {
	font-family: Arial;
	font-size: 11px;
	color: #555555;
	text-decoration:none;
	line-height: 25px;
}
.linkmenor:visited {
	color: #555555;
	text-decoration:none;
}
.linkmenor:hover {
	color: #790000;
	text-decoration:none;
}
.linkmenor:active {
	color: #555555;
	text-decoration:none;
}

	/*link rodape*/
.linkrodape {
	font-family: Arial;
	font-size: 11px;
	color: #919191;
	text-decoration:none;
}
.linkrodape:link {
	font-family: Arial;
	font-size: 11px;
	color: #919191;
	text-decoration:none;
}
.linkrodape:visited {
	color: #919191;
	text-decoration:none;
}
.linkrodape:hover {
	color: #666666;
	text-decoration:none;
}
.linkrodape:active {
	color: #919191;
	text-decoration:none;
}

	/*menu superior*/
.menusuperior{
	font-family:Arial;
	font-size:14px;
	text-decoration:none;
	color: #555555;
	float: left;
	height: 30px;
	width: auto;
	padding-top:6px;
	position: relative;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 12px;
	font-weight: bold;
}
.menusuperior:link{
	font-family:Arial;
	font-size:14px;
	text-decoration:none;
	color: #555555;
	float: left;
	height: 30px;
	width: auto;
	padding-top:6px;
	position: relative;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 12px;
	font-weight: bold;
}
.menusuperior:visited{
	text-decoration:none;
	color: #555555;
}
.menusuperior:hover{
	text-decoration:none;
	color: #790000;
}
.menusuperior:active{
	text-decoration:none;
	color: #555555;
}

