﻿/*LAYOUT*/
/*-----------------------------------------------------------------------*/
/*-----------------------------------------------------------------------*/
*{ 
	padding: 0px;
	margin: 0px;
}

html, body { width: 100%; height: 100%; }
a { text-decoration: none; }

body
{
	margin: 0;
	padding: 0;
	background-color: #031B3F;
	background-image: url('../img/bgBody.png');
	background-repeat: no-repeat;
	font-family: Trebuchet MS;
}

    body a
    {
        text-decoration: none;
    }

    body a:hover
    {
        text-decoration: underline;
    }
    
    body h1
    {
        font-size: 27px;
        font-weight: normal;
    }
    
    body h1 a
    {
        color: #FFFFFF;
    }
    
#divTop
{
   	margin: 0;
	padding: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
}

#divBot
{
    margin: 0;
	padding: 0;
    width: 100%;
    height: 320px;
    clear: both;
    bottom: 0;
}

#cntBody
{
	width: 990px;
	margin: 0 auto;
}

#cntMenuTop
{
	width: 990px;
	margin: 0 auto;
}

    #cntMenu
    {
	    width: 880px;
        float: left;
    }

    #cntSocial
    {
        width: 110px;
        height: 45px;
        line-height: 45px;
        float: left;
    }
    
    #cntSocial img
    {
        margin-top: 6px;
    }

#cntTitle
{
    width: 990px;
    height: 110px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.imgAvatar
{
    margin-left: 170px;
}

#cntPublicidades
{
    position: relative;
    top: -90px;
    left: 0px;
    width: 468px;
    height: 60px;
}

#cntPages
{
    min-height: 1200px;
}

#cntPage
{
    margin: 10px;
    color: #CCCCCC;
}

    #cntPage h1
    {
        margin-top: 20px;
        color: #FFFFFF;
    }

#cntLeft
{
    width: 700px;
    min-height: 1000px;
    margin-bottom: 20px;
    color: #CCCCCC;
    float: left;
}

#cntRight
{
    width: 275px;
    height: 500px;
    margin-top: 10px;
    margin-left: 14px;
    float: left;
}

#cntRodape
{
  	width: 990px;
	margin: 0 auto;  
}

#cntDestaque
{
    margin-top: 10px;
    width: 700px;
    height: 208px;
    background-color: #006699;
}

#cntMap
{
    margin-left: 8px;
    color: #CCCCCC;
}

    #cntMap p
    {
        margin-top: 8px;
    }
    
#cntAppFacebook
{
    margin-left: 8px;
}
