@charset "utf-8";
/* CSS Document */
/****************************
---------DIVISOES------------
****************************/

/*CONTAINER*/
div.container
{
width: 750px;
position: absolute;
background-color: #FFF;
top: 0px;
bottom: 0px;
}

/*HEADER*/
div.header
{
height: 200px;
}

/*MENU*/
div.menu
{
height: 37px;
background-color: #FFF;
}

/*CENTRO*/
div.centro
{
/*height: 100%;*/
background-color: #FFF;
padding: 0 50px 30px 80px;
overflow: visible;
}

/*FOOTER*/
div.footer
{
height: 30px;
}

/****************************
----------VISUAL-------------
****************************/

/*General*/
body
{
font-family: "Times New Roman", Times, serif;
color:#666;
background-image: url(pics/bg1.gif);
background-repeat: repeat;
text-align: justify;
}

/*Titulo 1 - Principal*/
h1
{
font-family: "Times New Roman", Times, serif;
text-transform: capitalize;
color: #333;
margin-left: -30px;
margin-bottom: 0px;
font-size: 24px;
}

/*Titulo 2 - SubTitulo*/
h2
{
font-family: "Times New Roman", Times, serif;
font-style: italic;
text-transform: capitalize;
font-size: 18px;
line-height: 80%;
margin-left: -15px;
margin-top: 10px;
margin-bottom: 10px;
color:#660000;
}

/*Negrito*/
strong
{
color:#330000;
}

/*Links*/
a{
text-decoration:none;
}

a:link{
color: #900;
}

a:visited{
color: #600;
}

a:active{
color: #FC0;
}

a:hover{
text-decoration: underline;
}