@charset "utf-8";
/* CSS Document */

body {
margin:0 auto;
padding:0 auto;
background-image:url(../img/bg_site.png);
background-attachment:fixed;
background-position:top;
background-repeat:no-repeat;
background-color:#AB1F22;
text-align:center; /* hack para o IE */
}

#site{
width:760px;
padding:0 auto;
margin:0 auto;
}

#geral{
width:760px;
height:740px;
background-image:url(../img/bg_site.jpg);
background-repeat:repeat-x;
color:#AB1F22;
float:left;
}

#menu{
width:720px;
height:auto;
float:right;
margin-top:5px;
text-align:right;
padding-right:20px;
}

.img{float: left;}

.bflash{margin-top:5px;}

.borda{border:4px solid #FFFFFF;}

#flash{
width:720px;
height:210px;
background-image:url(../img/bg_flash.gif);
background-repeat:no-repeat;
float:left;
margin-top:15px;
margin-left:20px;
*margin-left:10px; /* hack para o IE */
}

#conteudo{
width:720px;
float:right;
margin-top:30px;
margin-right:10px;
}

#cadastro{
width:225px;
height:230px;
float:left;
text-align:left;
border-right:1px solid #C05759;
}

#destaques{
width:220px;
height:auto;
float:left;
text-align:left;
padding:0 0 20px 20px;

}

#noticias{
width:230px;
height:230px;
float: right;
text-align:left;
padding:0px 0px 0px 15px;
border-left:1px solid #C05759;
}

#rodape{
width:750px;
height:30px;
text-align:right;
float:left;
border-top:1px dotted #C05759;
margin-top:15px;
}


p{
font-family: "Trebuchet MS", Arial, Geneva, sans-serif;
font-size:11px;
color:#FFFFFF;
}

/* links */

a:link{
color:#FFF;
text-decoration:none;}

a:hover{
color:#CF8183;
text-decoration:none;}

a:visited{
text-decoration:none;
color:#FFF;}

/* Formulario */

input.campo_texto{
font-family: "Trebuchet MS", Arial, Geneva, sans-serif;
color:#AB1F22;
font-size:11px;
border:2px solid #C05759;
}