/* CSS BODY */

body {
	background:url(img/background.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	min-height: 100%;
}
html {height: 100%;}
* html body {height: 100%;}
ul li{
	margin:0 0 10px -50px;
	text-decoration:none;
	list-style:none;
}
#parent {
	position: absolute;
	left: 50%;
	width: 926px;
	margin-left: -463px;
	margin-top: 0px;
	height:100%;
}

/* CSS IMAGENS CANTO ESQUERDP*/
.canto_esquerdo {
	width:153px; 
	float:left; 
	background-image: url(img/sombra_esq.jpg); 
	background-repeat: repeat-y; 
	background-position: right;
}
.canto_direito {
	width:153px; 
	float:left; 
	background-image: url(img/sombra_dir.jpg); 
	background-repeat: repeat-y; 
	background-position: left;
}

/* CSS CONTEÚDO*/
#conteudo {
	width:600px;
	display:table;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: 10px;
	border-left-width: 10px;
	background-color:#C4151C;
	float:left;
	background-image:url(img/gradiente.jpg);
	background-repeat:repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.logo {
	width:183px;
	margin-top:41px;
	margin-left:205px;
	margin-bottom:40px;
}
.pontilhado {
	width:540px;
	height:2px;
	margin-left:30px;
	margin-top:15px;
	margin-bottom:15px;
	padding:0;
}
.frase {
	width:392px;
	margin-left:100px;
}
.titulos {
	width:540px;
	margin-left:30px;
}
/* CSS NOTÍCIAS*/

#noticias {
	color:#FFFFFF;
}
/*#noticias {
	position:relative;
	display:table;
	width:330px;
	margin-left:30px;
	height:auto;
	float:left
}*/
#noticias a{
	color:#F7EBD5;
	text-decoration: none;
/*	border:solid 1px #A86A16;
	background:#F7EBD5; 
	padding:1px 3px 1px 3px; */
}
#noticias a:hover{
	color:#A86A16;
/*	background:#F0DBB5;
	border-left:solid 7px #A86A16; */
}
#noticias input {
	width:100%;
	border: solid 1px #A86A16;
	background-color:#F7EBD5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#A86A16;
	padding-left:4px;
}
#noticias input.enviar {
	width:100px;
}
#noticias textarea {
	width:100%;
	border: solid 1px #A86A16;
	background-color:#F7EBD5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#A86A16;
	padding-left:4px;
}



#noticias {
	color:#FFFFFF;
}
/*#noticias {
	position:relative;
	display:table;
	width:330px;
	margin-left:30px;
	height:auto;
	float:left
}*/
#admin a{
	color:#A86A16;
	border:solid 1px #A86A16;
	background:#F7EBD5;
	text-decoration: none;
	padding:1px 3px 1px 3px;
	border-left:solid 7px #F7EBD5;
	border-right:solid 7px #F7EBD5;
}
#admin a:hover{
	background:#F0DBB5;
	border-left:solid 7px #A86A16;
	border-right:solid 7px #A86A16;
}
#admin input {
	width:100%;
	border: solid 1px #A86A16;
	background-color:#F7EBD5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#A86A16;
	padding-left:4px;
}
#admin input.enviar {
	width:100px;
}
#admin textarea {
	width:100%;
	border: solid 1px #A86A16;
	background-color:#F7EBD5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#A86A16;
	padding-left:4px;
}




.txt_bege {
	color:#F7EBD5;
}
.txt_bege a {
	color:#F7EBD5;
	text-decoration: none;
}.txt_rodape {
	color:#DC7377;
	font-size: 9px;
}


