@media only screen and (min-width: 1200px) {/* Desktop grande */
   body{
       font-size: 62.5%
    }
}
body{
	margin:0;      
	background: #FFF;
	background-color: black; 
        position:relative;
        color: #FFF; 
}

#Ptudo { /* corpo central das páginas*/	
	margin: 0 auto;
	width: 960px;	
	min-height:100%; 
        
}
#Ptopo { /* topo das páginas */	
	
	width: auto;
	min-height:100px;
        background-color: #ccccff; 	
	overflow:hidden;
   
}
#Ptopo_tudo {
	margin: 0 auto;
	width:960px;
	height:100px;
        background-color: #276873; 
}
#Ptopo_logo {
        float: left;
	width:150px;
	height:100px;
        background-color: #c2c2fd; 
}
#Ptopo_barra1 {
        float: left;
	width:790px;
	height:20px;
        padding: 10px;
        background-color: #ababfd; 
}
#Ptopo_barra2 {
        float: left;
	width:790px;
	height:40px;
        padding: 10px;
        background-color: #b3b3fd; 
}
#Prodape { /* rodape das paginas */	
	
	
       
       background-color: #ccccff; 	
	height: 100px;
        bottom:0;
        width:100%;
        position: relative;    
        left:0;
        z-index: -1;
        margin-top: 10px;
        
}
#Ptitulo{ /* rodape das paginas */
	
    background-color: #ece9ff; 
        margin-top:10px;
        margin-bottom: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        font-size: 46px;
        color: #991d1d;
        border-radius: 10px;
        font-family: Optima,Segoe,Segoe UI,Candara,Calibri,Arial,sans-serif;
        font-weight: 700;
     
}

/* link que ainda não foi visitado */
a:link {
   color: #FFF;
   font-weight: bold;
}

/* link que foi visitado */
a:visited {
    color: #FFF;
}

/* mouse over */
a:hover {
    color: #cfcfcf;
}

/* link selecionado */
a:active {
    color: #FFF ;
    font-weight: bold;
}
        
