/* Structure to make footer on bottom */
* 
{ 
    margin: 0; 
}

html, body 
{ 
    height: 100%; 
}

.wrapper 
{ 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -2.1em; 
}

.footer, .push 
{ 
    height: 2.1em; 
}

/* CSS Document */
body {
	background-color: #F9F9F9;
}

img {
	border: 0;
}

/* Div's */
div.todo {
	min-width: 700px;
}

div.header {
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

div.banner {
	text-align: center;
	margin-top: 15px;
}

div.division {
	text-align: center;
	margin-top: 15px;
}

div.content {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto; 
	margin-right: auto; 
	width: 600px;
}

div.surpreenda-se {
	background-image: url(../images/surpreenda-se_background.jpg);
	width: 340px;
	height: 150px;
	margin-bottom: 48px;
}

div.newsletter {
	background-image: url(../images/newsletter-background.jpg);
	width: 340px;
	height: 90px;
}

div.surpreenda-se, div.newsletter {
	font-family: Trebuchet MS, Verdana;
	font-size: .75em;
	color: #777777;
	text-align: left;
	padding: 20px;
	padding-top: 55px;
	background-repeat: no-repeat;
}

div.news 
{
    font-family: Trebuchet MS, Verdana;
	font-size: .75em;
	color: #777777;
	text-align: left;
	background-image: url(../images/news-background.jpg);
	width: 200px;
	height: 438px;
	margin-left: 15px;
}

div.footer-content1 {
	background-color: #4D4948;
	text-align: center;
	font-family: Trebuchet MS, Verdana;
	font-size: .75em;
	color: #FFF;
}

div.footer-content2 {
	background-color: #F8C301;
	text-align: center;
	font-family: Trebuchet MS, Verdana;
	font-size: .7em;
}

/* P's */
div.news p
{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}

p.title
{
    font-family: Trebuchet MS, Verdana;
    color: #777777;
    margin: 10px;
    margin-left: 15px;
}

p.sub-title
{
	color: #666;
	font-weight: bold;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: .75em;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.text
{
    font-family: Verdana, Arial;
    font-size: .7em;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

/* Link's */
div.surpreenda-se a, div.newsletter a, div.news p a {
	color: #777777;
	text-decoration: underline;
}

div.footer-content1 a {
	color: #FFF;
	text-decoration: none;
}

div.footer-content1 a:hover {
	text-decoration: underline;
}

/* Img's */
img.logo {
	margin-right: 10px;
}

img.menu-acessed {
	margin-bottom: 4px;
}

img.menu-link {
	margin-bottom: 35px;
}

/* Modal Popup */
.ModalPopup 
{
	margin-left: auto; 
	margin-right: auto;
    background-color: #F9F9F9; 
    border: dashed 1px #000;
}

.modalBackground {
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* Panel's */
.content-information
{
    background-color: #FFFACD;
    padding: 5px;
	border: 1px solid #F5DEB3;
}