﻿@charset "utf-8";
/* CSS Document */

a:link {
	color:#4d4d4d;
	text-decoration:none;
}
a:visited {
	color:#4d4d4d;
	text-decoration:none;
}
a:hover {
	color:#1f4783;
	text-decoration:underline;
}
a:active {
	color:#4d4d4d;
	text-decoration:none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
}

#Principal{
	border: 1px solid #CCCCCC;
	width: 770px;
	height: auto;
	margin: 0 auto;
	padding: 5px;
}

#Header{
	border: 0px solid #0000FF;
	width: 770px;
	height: 90px;
	background: url('../images/bkg_header.jpg');
	background-repeat: no-repeat;
}

#Logo{
	border: 0px solid #0000FF;
	width: 130px;
	height: 66px;
	padding: 12px;
}

#Flash{
	width: 765px;
	height: 295px;
	border: 1px solid #666666;
}

#Conteudo{
	border: 0px solid #FFF000;
	width: 770px;
	height: 250px;
}


#Contato{
	border: 0px solid #FF0000;
	width: 220px;
	height: 120px;
	padding: 10px;
}

#Logo_matriz{
	border: 0px solid #0000FF;
	width: 150px;
	height: 86px;
	margin-left: 600px;
	margin-top: -120px;
	text-align: center;
}

#Imagens_Rodape{
	border: 0px solid #FF0000;
	width: 770px;
	height: 90px;
	margin-top: 49px;
}

#Rodape{
	border: 0px solid #0000FF;
	width: 770px;
	height: 20px;
	background: url('../images/bkg_rodape.jpg');
	background-repeat: no-repeat;
}
