/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;
} 

/* fonte */
p {
	font-size: 16px;
	color: #000000;
	text-align: justify;
	margin-top: 3px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-left: 1px;
	font-family: 'Cabin Condensed',  sans-serif;
	line-height: 24px;
}

span {
	font-size: 17px;
	color: #3A454B;
	margin-left: 20px;
	font-weight: bold;
}

/* h2 */ 
#h2 {
	background-image: url(../img/h2.png);
	background-repeat: no-repeat;
	font-size: 17px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	height: 42px;
	width: 315px;
	line-height: 40px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/* h1 */ 
#h1 {
	background-image: url(../img/h1.png);
	background-repeat: no-repeat;
	font-size: 17px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	height: 42px;
	width: 648px;
	line-height: 40px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

h1 {
    font-family: 'Cabin Condensed',  sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 10px;
	padding-right: 10px;
}

h2 {
	font-family: 'Cabin Condensed',  sans-serif;
	font-size: 25px;
	color: #DA3835;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-bottom: 1px;
	text-align: left;
	margin-right: 1px;
	padding-right: 1px;
	margin-left: 1px;
	padding-left: 1px;
}

h3 {
font-family: 'Cabin Condensed',  sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 1px;
	padding-top: 0px;
	padding-bottom: 1px;
	text-align: left;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

h4 {
	font-family: 'Cabin Condensed',  sans-serif;
	font-size: 17px;
	color: #FF0000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 1px;
	padding-top: 0px;
	padding-bottom: 1px;
	text-align: left;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;
}

/* Input Textarea */
.input{
	-webkit-border-radius:10px;
	border-radius: 10px;
	behavior:url(border-radius.htc);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	color: #000000;
	font-family: 'Cabin Condensed',  sans-serif;
	font-weight:normal;
	background-color: #FFF;
	margin: 2px;
	padding: 2px;
}

/* Input Textarea */
.textarea{
	-webkit-border-radius:10px;
	border-radius: 10px;
	behavior:url(border-radius.htc);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	color: #000000;
	font-family: 'Cabin Condensed',  sans-serif;
	font-weight:bold;
	background-color: #FFF;
	margin: 2px;
	padding: 2px;
}

/* Fieldset */
fieldset{
	float: left;
	width: 900px;
	margin-top: 2px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 3px;
	border: 1px solid #666666;
}

a:link {
	font-size: 16px;
	font-family: 'Cabin Condensed',  sans-serif;
	font-style:inherit;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:visited   {
	font-size: 16px;
	font-family: 'Cabin Condensed',  sans-serif;
	font-style:inherit;
	color: #000000;
	text-decoration: none;
}
a:hover  {
	font-size: 16px;
	font-family: 'Cabin Condensed',  sans-serif;
	font-style:inherit;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* Botões */
#botao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #FF0000;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

html, body {
	height: 100%;
	background-color: #E6E6E6;
	background-image: url(../img/fatia_body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#geral {
	min-height: 100%;
}

#conteudo {
	overflow:auto;
	padding-bottom: 120px;
	width:1050px;
	clear:both;
	padding-right:0px;
	padding-left:0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}  /* must be same height as the footer */

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
/* IMPORTANT
You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

[if !IE 7]>
	<style type="text/css">
		#geral {display:table;height:100%}
	</style>
<![endif]
*/

/* IE8 hack to get it to apply margin auto centering to element inside this one */
#geral {width:100%}

/* Topo */
#topo{
	height:595px;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0px;
	padding-bottom: 0px;
}

#logo {
	background-image: url(../img/logo.png);
	width:430px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 179px;
	float: left;
	z-index: 999;
	position: absolute;
	background-repeat: no-repeat;
}

#rede_social {
	width:140px;
	margin-right: 25px;
	margin-bottom: 10;
	padding-right: 25px;
	padding-bottom: 10;
	height: 55px;
	float: right;
}

/* Menu */
#menu{
	float:right;
	width:650px;
	margin-right: 0px;
	padding-right: 0px;
	margin-top: 33px;
	padding-top: 33px;
}

/* Central */
#central {
	width:1050px;
	float:left;
	padding: 0px;
}

#central_conteudo {
	width:1050px;
	float: left;
}
#texto_noticia {
	width:580px;
	float:left;
	padding-left: 27px;
	padding-bottom: 8px;
	padding-top: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 27px;
}

#texto_ {
	width:850px;
	float:left;
	padding-bottom: 8px;
	padding-top: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 100px;
}

#texto {
	width:955px;
	float:left;
	padding-bottom: 8px;
	padding-top: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 50px;
	margin-left: 50px;
}

#projeto_texto {
	width:450px;
	float:left;
}

#projeto_imagem {
	width:450px;
	float: right;
}

#titulo_ {
	float:left;
	margin-left: -57px;
}

#titulo_projeto {
	float:left;
	margin-left: -17px;
}

#direita {
	width:330px;
	float:right;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 0px;
}

#titulo_patrocinador {
	float:right;
	margin-right: -50px;
}

#menu1 {
	float:left;
	margin-left: -2px;
	padding-left: -2px;
}

/* Footer */
#rodape {
	color:#ffffff;
	position: relative;
	margin-top: -120px; /* negative value of footer height */
	height: 120px;
	clear:both;
	background-color: #191919;
	margin-bottom: 0px;
	padding-bottom: 0px;
} 

#rodape p {
	font-family: 'Cabin Condensed',  sans-serif;
	color:#ffffff;
	position: relative;
	margin-top: 1px;
	background-color: #191919;
	margin-bottom: 1px;
	padding-bottom: 1px;
	font-size: 14px;
	padding-top: 1px;
	font-weight: normal;
	line-height: 18px;
} 

#rodape #p {
	font-family: 'Cabin Condensed',  sans-serif;
	color:#ffffff;
	position: relative;
	margin-top: 1px;
	background-color: #191919;
	margin-bottom: 1px;
	padding-bottom: 1px;
	font-size: 16px;
	padding-top: 1px;
	font-weight: normal;
	text-decoration: underline;
	text-align: right;
} 

#rodape_conteudo {
	width:980px;
	height:120px;
	background-image: url(../img/rodape.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0;
}
