/* CONFIGURAÇÕES BÁSICAS DOS TAGS */
body {
	background-color: #F3F3F3;
	font-family: Tahoma, Geneva, sans-serif;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #BA141A;
	font-size: 160%;
}

h1:first-child {
	margin-top: 1em;
}

p {
	font-size: 90%;
	margin-top: 0.8em;
	line-height: 1.3;
}

p:first-child {
	margin-top: 0;
}

hr {
	border: 0 solid #FDB913;
	border-top-width: 1px;
	height: 0;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #F60;
}

a:hover {
	color: #453E21;
}

/* ESTRUTURA - POSICIONAMENTOS */
#header {
	position: relative;
	text-align: center;
}

#header {
	height: 196px; /* definir */
	width: 100%;
	background: url(imagens/header_fundo.png) repeat-x;
}

#menu {width: 100%;
	height: 45px;
	background: url(imagens/fundo_menu.png) repeat-x;
	border-top: solid 1px #ffe18a;
	border-bottom: solid 1px #e2b124;
	
}
#container_centro{text-align:center;}
#centro {
	clear: both;
}

#footer {width:100%;
	background: #F26522;
	clear: both;
	border-top: 8px solid #a63d0c;
	padding: 1em 0;
	height: 220px;
}

/* MENU */

#menu ul {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

#submenu {
	width: 150px;
	background: #ffcd03;
	border: 1px solid #e2b124;
}

#menu ul li {
	float: left;
}

#menu ul li, #submenu li {
	height: 45px;
}

#menu ul li a, #submenu li a {
	display: block;
	line-height: 45px;
	padding: 0 1.5em;
	font-size: 100%;
	color: #BA141A;
}

#submenu li a {
	border-bottom: 1px solid #e2b124;
}

#menu ul li a:hover, #submenu li a:hover {
	background: #FFF;
}

/* ÁREA CENTRAL */
#centro img {
	border: 5px solid #F26522;
	float: left;
	margin: 0 0.5em 0.5em 0;
}

#centro .mais {
	margin-bottom: 1em;
}

#twitter {float:right;
	width: auto;
	background: #F26522;
	padding: 0.2em;
	border-right: 1px solid #BA141A;
	border-left: 1px solid #BA141A;
	border-bottom: 5px solid #BA141A;
}

#twitter h1, #twitter p a {
	color: #FF0;
}

#twitter p a:hover {
	color: #22E2F2;
}

#twitter img {
	border: 0;
	margin: 0;
}

#twitter p.twitter_link {
	margin-top: 0;
	margin-bottom: 0.5em;
	border-bottom: none;
	padding: 0;
}

#twitter p {
	font-size: 80%;
	padding: 0.3em;
	color: #FFF;
	border-bottom: 1px dotted #fff;
}

#twitter p.ultimo {
	border-bottom: 0;
}

#twitter .post {
	font-size: 80%;
}

#twitter .post a {
	color: #FFF;
	font-weight: normal;
}

#video {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* FOOTER */
#footer h1 {
	color: #FFF;
	font-size: 100%;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 1em;
}

#footer img {
	vertical-align: middle;
	margin-right: 0.2em;
}

#footer a {
	color: #FFF;
	font-weight: normal;
}

#footer a:hover {
	color: #FF0;
}

#footer .creditos {
	text-align: center;
	margin-top: 0.8em;
	font-size: 70%;
	color: #FFF;
}
