/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }
	
/* Propriedades gerais ========================================================== */
* {
	margin: 0;
}

html, body {
	height: 100%;
	margin:0;
	padding:0;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size:12px;
	color:#FFFFFF;
	background: url(../imagens/fundo_linha.png) repeat-x top left #DFD9D1;
}
	
img{
	border:none;}
	
a, input, button, textarea {
	outline: none;
}

a:focus{
	-moz-outline-style: none;
	outline: none;
}

/* Textos ========================================================== */
.cright{
	font-size:10px;
	color:#808080;
}

.cright a{
	font-size:10px;
	color:#808080;
	text-decoration:none;
}

.cright a:hover{
	font-size:10px;
	color:#444444;
	text-decoration:none;
}

.not_data {
	font-size:11px;
	text-transform:uppercase;
	color:#C1272D;
}

.not_data a{
	font-size:11px;
	text-transform:uppercase;
	color:#C1272D;
	text-decoration:none;
}

.not_data a:hover{
	font-size:11px;
	text-transform:uppercase;
	color:#4D4D4D;
	text-decoration:none;
}

.noticia{
	font-size:12px;
	color:#4D4D4D;
}

.noticia a{
	font-size:10px;
	color:#C1272D;
	text-decoration:none;
}

.noticia a:hover{
	font-size:10px;
	color:#4D4D4D;
	text-decoration:none;
}

.noticia h1{
	font-size:11px;
	color:#4D4D4D;
	text-transform:uppercase;
	font-weight:normal;
}

.erro{
	color:#C1272D; 
	font-size:10px;	
}

input, textarea{
	font-family: 'Quattrocento Sans', sans-serif;
	font-size:12px;
	color:#706D69;
	background-color:#ECE8E3;
	border: none;
	vertical-align:middle;
	width:210px;
	padding:2px;
}

textarea {
	resize: none;
	width: 508px;
}


/* Layout ========================================================== */

#container{
	position: absolute;
    width: 100%; 
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: center;
	overflow: hidden;
	background: url(../imagens/fundo_light.png) no-repeat top center; 
	margin:0px;
	padding:0px;
	top:0px;
	z-index:10;
}

#tela{
	position:relative;
	width: 980px;
	margin:auto;
	text-align: left;
	margin-bottom:180px;
}

#menu{
	position:absolute; 
	top:75px; 
	left:300px; 
	text-align:left; 
	font-size:14px; 
	color:#4D4D4D; 
}

#menu a{ 
	font-size:14px; 
	color:#4D4D4D;
	text-decoration:none;
}

#menu a:hover{ 
	font-size:14px; 
	color:#C1272D; 
	text-decoration:none;
}

#idioma{
	position:absolute; 
	top:75px;
	float:right;
	right:0px; 
	text-align:right; 
	font-size:12px; 
	color:#4D4D4D; 
}

#idioma a{ 
	font-size:12px; 
	color:#999999;
	text-decoration:none;
}

#idioma a:hover{ 
	font-size:12px; 
	color:#4D4D4D; 
	text-decoration:none;
}

footer {
	width:100%;
	height: 103px;
	background:url(../imagens/fundo_footer.jpg) repeat-x #FFF;
	position:absolute;
	bottom:0px;
	z-index:100;
	left:0px;
}

#footer_tela{
	position:relative;
	width: 980px;
	margin:auto;
	text-align: left;
	padding-top:20px;
}

#red_box {
	position:absolute; 
	top:65px; 
	left:630px; 
	width:220px; 
	padding:10px; 
	padding-bottom:7px; 
	background-color:#C1272D; 
	color:#FFF;
	font-size:12px;
	z-index:100; 
	text-align:left;
	-webkit-box-shadow: 0px -2px 5px #666; /* Saf3-4 */
    -moz-box-shadow: 0px -2px 5px #666; /* FF3.5 - 3.6 */
    box-shadow: 0px -2px 5px #666; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}

#red_box h3{
	color:#FFF;
	font-size:12px;
	font-weight:normal;
}

#red_box a{
	color:#FFF;
	text-decoration:none;
}

#red_box a:hover{
	color:#DFD9D1;
	text-decoration:none;
}

#red_button{
	position:absolute;
	font-size:13px;
	right:1px;
	top:9px;
	width:20px;
	height:20px;
}

#destaque{
	width:980px; 
	height:380px; 
	position:relative; 
	top:40px; 
	background:#333;	
}
	
#legenda{
	width:960px; 
	height:24px; 
	position:relative; 
	top:6px; 
	padding-left:20px;
	padding-top:11px;
	color:#FFF;
	font-size:12px;
	z-index:90; 
	text-align:left;
	text-transform:uppercase;
	background:url(../imagens/fundo_legenda.png);
}

#legenda a{  
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}

#legenda a:hover{  
	color:#DFD9D1;
	font-size:12px;
	text-decoration:none;
}

.galeria {
	float:left;
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
	width:170px;
	height:145px;
	-webkit-box-shadow: 0px -2px 5px #666; /* Saf3-4 */
    -moz-box-shadow: 0px -2px 5px #666; /* FF3.5 - 3.6 */
    box-shadow: 0px -2px 5px #666; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
}