﻿@charset "utf-8";

/* PRINCIPAIS */

body {
	margin: 0;
	text-align: center;
	background: url(images/patternFundo.gif) top repeat-x #283d75;
}

p {
	font-family: Tahoma;
	text-align: center;
	color: #000;
	font-size: 14px;
	padding-left: 00px;
}


#main {
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 20px;
}

/* TOPO / HEAD */

#topo {
	width: 1200px;
	height: 150px;
	position: relative;
	background-attachment: scroll;
	background-color: #121A3F;
	background-image: url(images/topo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#head {
	background: url(images/head.jpg);
	width: 1200px;
	height: 150px;
	position: relative;
}

/* LÍNGUAS */

#brasil {
	width: 23px;
	height: 16px;
	position: absolute;
	top: 5px;
	right: 220px;
}

#brasil a {
	background-position: 0px 0px;
	text-indent: -999em;
	text-decoration: none;
	display: block;
	width: 23px;
	height: 16px;
	background-image: url(images/brasilF.gif);
	background-repeat: no-repeat;
}

#brasil a:hover {
	background-position: -23px 0px;
}
	
#eua {
	width: 23px;
	height: 16px;
	position: absolute;
	top: 5px;
	right: 187px;
}

#eua a {
	background: url(images/euaF.gif) no-repeat;
	background-position: 0px 0px;
	text-indent: -999em;
	display: block;
	width: 23px;
	height: 16px;
}

#eua a:hover {background-position: -23px 0px;}

/* CONTEÃDO */

#sombra {
	background: url(images/sombra.gif) no-repeat;
	text-align: center;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

#conteudo {
	width: 1200px;
	padding-right: 0px;
	padding-left: 0px;
	left: 0px;
	top: 0px;
	background-color: #FFF;
}

/* RODAPÉ */

#rodape {
	width: 1200px;
	height: 30px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:  #FFFFFF;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/rodape.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
}

/* SIMPLES */

#conteudo #aviso {
	font-family: Tahoma;
	color: #FF0000;
	font-size: 13px;
	padding: 20px;
}

#conteudo #avisoLight {
	font-family: Tahoma;
	color: #676767;
	font-size: 14px;
	height: 300px;
	width: 1160px;
	text-align:center;
	padding-top: 200px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFF;
}
#Linkcategoria {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #06F;
	text-align: justify;
	vertical-align: top;
	white-space: normal;
	height: 200px;
	width: 360px;
	padding-top: 5px;
	padding-left: 30px;
	list-style-position: inside;
	list-style-type: square;
	position: relative;
	clip: rect(0px,auto,auto,auto);
	top: 0px;
	right: 0px;
}
