/*CSS - Padrão Sites Midia - Renato Bortone */

* {
	margin: 0;
	padding: 0;
}
/*-------TAGS-------*/
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	background-image:url(../images/fundo/fundo-pattern.jpg);
	background-color: #EDECF1;
	background-position: 1px 302px;
	background-repeat: repeat-x;
	text-align: justify;
}
a {
	text-decoration:none;
	outline: none;
}
a img {
	border:none;
}
address {
	font-style:normal;
	color: #CCC;
	padding-top: 12px;
}
/*-------TÍTULOS-------*/

h1 {
	font-size: 18px;
	color: #01376D;
	padding-bottom: 10px;
}
h2 {
	font-size: 14px;
	color: #01376d;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom:10px
}
h3 {
	color: #333;
	font-size: 13px;
	padding-bottom: 2px;
}
/*-------CLASSES-------*/



/*-------IDs-------*/

#container {
	width: 980px;
	margin: 0 auto;
	padding-top: 20px;
}
#rodape {
	text-align:left;
	height: 79px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 11px;
}
#rodape li {
	display:inline;
}
#rodape li a {
	color:#FF9900;
}
#rodape li a:hover {
	color:#6e6e6e;
}
#logo {
	float: left;
	margin-left: 16px;
}
#banner {
	background-image:url(../images/fundo/banner-fundo.jpg);
	width:810px;
	height:292px;
}
#menu {
	height: 36px;
	background-image: url(../images/fundo/topo-caixa.png);
	border-bottom: 1px solid #DDD;
}
#menu ul {
	list-style:none;
	text-align:center;
	padding-top: 6px;
	display: block;
	margin: 0 auto;
	width: 750px;
}
#menu li {
	display:block;
	text-align:center;
	width: 20%;
	float: left;
	margin: 0;
}
.texto {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.texto_pequeno {
	font-family:Verdana, Geneva, sans-serif;
	font-size:09px;
}
.texto_grande {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
}
#geral {
	background-image: url(../images/fundo/fundo-topo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#larg {
	width: 842px;
	margin-right: auto;
	margin-left: auto;
}
#topo #fone {
	color: #FFF;
	float: right;
	font-size: 14px;
	margin-right: 50px;
}
.limpa {
	clear: both;
}
#sombra_esq {
	background-image: url(../images/fundo/sombra-esquerda.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 16px;
}
#sombra_direita {
	background-image: url(../images/fundo/sombra-direita.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 16px;
}
#sombra_topo {
	background-image: url(../images/fundo/sombra-topo.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 16px;
}
#conteudo_base {
	background-color: #EDEEF2;
	padding-top: 21px;
	padding-right: 15px;
	padding-left: 27px;
	padding-bottom: 20px;
	width: 768px;
}
h2 span, h1 span {
	color: #333;
}
.article_direita, .article_metaded {
	float: right;
	width: 209px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333;
	padding:5px 10px 10px 10px;
}
.article_esquerda {
	float: left;
	width: 498px;
}
.article_metadee {
	float: left;
	width: 40%;
}
.article_metaded {
	float: right;
	width: 52%;
}
.article_direita h2 {
	border-top-color: #333;
}
.article_full {
	clear: both;
}
.article_esquerda, .article_full, .article_metadee {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #01376d;
	padding:5px 10px 10px 10px;
}
.title {
	padding:5px 10px;
	clear: both;
}
#menu ul li a {
	font-size: 17px;
	color: #153b50;
	font-family: Tahoma, Geneva, sans-serif;
	display: block;
}
#rodape_fundo {
	background-image: url(../images/fundo/rodape-pattern.jpg);
	background-repeat: repeat-x;
}
address a {
	color: #CCC;
}
li {
	margin-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#img_banner {
	float: left;
	width: 566px;
	height: 292px;
}
#texto_banner {
	padding: 10px 10px 10px 10px;
	float: left;
	font-size: 15px;
	color: #FFF;
	text-align: justify;
	font-family: Tahoma, Geneva, sans-serif;
	width: 224px;
}
#texto_banner h1 {
	color: #FFF;
	font-size: 15px;
}
#texto_banner p {
	color: #FFF;
	padding-top: 5px;
	line-height: 20px;
}
#conteudo_topo {
	width: 810px;
}
.article_peqeno {
	width: 200px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 25px;
}
.logo {
	float: left;
	width: 100px;
	text-align: center;
	border: 2px solid #DDDCE1;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #DDDCE1;
	display: block;
	list-style:none;
	padding: 0;
}
#contato {
	width: 300px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}
#contato label {
	display: block;
	padding: 5px;
}
#contato label input, #contato label textarea {
	width: 185px;
}
#rodape small {
	color: #2C2857;
	font-size: 9px;
	clear: both;
	display: block;
	text-align: center;
	padding-top: 30px;
}
#endereco {
	float: left;
}
#email {
	float: right;
}
small a {
	color: #201D41;
}
small a:hover {
	text-decoration: underline;
}
a:hover {

}
#fone span {
	font-size: 24px;
}
#menu ul li a:hover {
	padding-bottom: 3px;
	margin-top: -3px;


}
small {
	font-size: 9px;
}
#portfolio img {
	border: 5px solid #D6D6D6;
	-moz-border-radius:5px;
	border-radius:5px;
	margin: 5px;
}
#portfolio {
	text-align: center;
}
.imagem{
	border:1px solid #CCC;
}
