body {
 
    font-family: Arial, Tahoma, sans-serif;
    background:Black;
    margin: 0px 0px 0px 0px;
    clear: left;
    
}
#geral {
    
    background-size: 1280px 900px;
    background-image: url(../imagens/site/JPMAQ.jpg);
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 1200px; 
    height: 820px;
   
  
}



#menu {
    
    height: 30px;
    border-radius: 15px;
    text-align:center;
    
}


#sociais{
    float: right;
    border-radius: 20px;  
   
    text-align:justify;
    padding: 2px 2px 2px 2px  ;
    margin: 30px 120px 2px 2px;
    width: 260px;
    height: 160px;
     color: white;
     font-size: 20px;
    
}

#contato{
   
    float: right;
    border-radius: 15px;  
    text-align:justify;
    padding: 2px 2px 2px 2px  ;
    margin: -260px 68px 2px 20px;
    width: 200px;
    height: 240px;
    color: white;
    font-size: 15px;
    
}

#tabela {
    margin-right:auto;
    margin-left:auto;
   padding: 2px 0px 0px 0px ; 
}

#td {
    width: 120px;
    height: 10px;
    margin-right:auto;
    margin-left:auto;
    border-radius: 20px;  
    border: 1px solid black;
    background: #FFD800;
}




#conteudo-1 {

       width: 960px; 
    /* diminuimos a largura para não quebrar o layout. 
	 * valor antigo 220
	*/
	height: 320px;  
	padding: 5px 5px 5px 5px  ;
	margin: 330px 5px 5px 120px;
	font-size: 20px;
	
        border-radius: 15px;

}

#conteudo-2 {

       width: 920px; 
    /* diminuimos a largura para não quebrar o layout. 
	 * valor antigo 220
	*/
	height: 320px;  
	padding: 5px 30px 30px 30px  ;
	margin: 280px 5px 5px 120px;
	font-size: 20px;
	border: 1px solid yellow;
        background: black;
        border-radius: 15px;
        color: white;
        text-align: justify;
        

}

#conteudo-g {

       width: 920px; 
	height: 320px;  
	padding: 5px 30px 30px 30px  ;
	margin: 20px 5px 5px 110px;
	
        border-radius: 15px;
        
        

}

#conteudo-3{

        width: 910px; 
    /* diminuimos a largura para não quebrar o layout. 
	 * valor antigo 220
	*/
	height: 460px;  
	padding: 5px 30px 30px 30px  ;
	margin: 232px 5px 5px 120px;
	font-size: 20px;
        border-radius: 15px;
        color: white;
        text-align: justify;
        

}

#c-2-1 {
    float: left;
    border-radius: 15px;
   
    padding: 5px 30px 30px 30px  ;
    width: 220px;
    height: 180px;
    position: relative;
    margin: 5px 5px 5px 100px;
    
}

#c-2-2 {
    float: right;
    border-radius: 15px;
    
    padding: 5px 30px 30px 30px  ;
    width: 220px;
    height: 180px;
    position: relative;
    margin: 5px 100px 5px 5px;
    
}


#rodape {
    clear: both;
    margin: 120px 0px 0px 0px;
    padding:10px;
    color: white;
    border-radius: 15px;
    height: 170px;
    
}


#rod1 {
    float: left;
    border-radius: 15px;
    margin: 0px 10px 0px 112px;
    padding: 5px;
    width: 960px;
    height: 120px;
  
    
}

#rod2 {
    float: left;
    border-radius: 15px;
   text-align:justify;
    padding: 10px;
    width: 300px;
    height: 120px;
    position: relative;
    
}

a:link, a:visited , a:active{
	text-decoration: none
	
	}
a:hover {
	text-decoration: underline; 
	color: #000;
	background:white;
	border-radius: 25px;
	}
a:active {
	text-decoration: none
	
	}
