
body,*{    
    margin: 0;
    padding: 0;   
}

img{
    border: 0px;    
}

.facebook-like-container{
    width:300px; 
    max-width: 300px;
    height: auto;
    padding: 2px;      
}

body{
    background: #333 url('../images/layout/background.png');    
}

#container{
    width: 100%;
    max-width: auto;
    min-width: 994px;
    height: auto;
    min-height: 100%;
    margin: 0 auto;    
}

#header{
    width: 100%;
    max-width: 100%;
    min-width: 994px;
    height: auto;
    min-height: 100px;
    margin: 0 auto;
    background: #094d94;    
}

#menu{
    width: 100%;
    max-width: 100%;
    min-width: 994px;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    margin: 0 auto;
    background: #29166f url('../images/layout/menu.png');    
    border-top: 1px solid #05b8ff;
    border-bottom: 1px solid #094d94;    
}

#meio{
    width: 992px;
    max-width: 992px;
    min-width: 992px; 
    margin: 0 auto;
    background: white;    
}

#meio-end{
    clear: both;    
}

#content{
    width: 772px;
    max-width: 772px;
    min-width: 772px;
    height: auto;
    min-height: 200px;
    margin: 5px;
    float: left;   
	padding-bottom: 2em;    
}

#pagina{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

#lateral{
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    height: auto;
    min-height: 100px;
    float: right;   
}

#jornal{
    width: 992px;
    max-width: 992px;
    min-width: 992px; 
    height: auto;        
}

#final{
    width: 992px;
    max-width: 992px;
    min-width: 992px; 
    height: 200px;
    min-height: 200px;
    max-height: 200px;
    margin: 1em auto;
    padding-bottom: 0;
    background: #dbd9d9 url('../images/layout/final.png');
}


#footer{
    width: 100%;
    max-width: 100%;
    min-width: 994px;
    height: auto;
    min-height: 45px;
    max-height: 45px;
    margin: 1em auto;
    background: #094d94;;  
    clear: both;        
    border-bottom: 1px solid #094d94;          
}

#footer-end{  
    width: 100%;
    max-width: 100%;
    min-width: 994px;    
    height: 30px;
    min-height: 30px;
    margin-top: 1em;
    background: #333 url('../images/layout/background-end.png'); 
    border-top: 3px solid #4F5155;    
}

/*Formatações Padão*/

.divisor{
    width: 345px;
    height: auto;
    min-height: 5px;
    max-height: 5px;
    margin: 0 auto;
    margin-top: 1em;
    border: 2px solid #333333;
    border-right: none;
    border-bottom: none;
}

.titulo{
    padding-left: 5px; 
}

h1.erro-pagina{
   font: bold normal 24px "Arial", "Tahoma", "Verdana";
   text-align: left;  
   color: #E50101;	
   padding: 10px;
}

h2.erro-pagina{
   font: bold normal 18px "Arial", "Tahoma", "Verdana";
   text-align: justify;  
   color: #333;	
   padding: 10px;	
}

label.error{
	color: red;
	font: bold normal 12px "Arial", "Tahoma", "Verdana";
	font-weight: bold;
}

a.adm-voltar{	
	font: normal 14px "Arial", "Tahoma", "Verdana";
	padding: 10px;
	display: block;
	width: 60px;
	background: #eaeaea;
	margin-bottom: 15px;
}

a.adm-voltar:hover{	
	font: normal 14px "Arial", "Tahoma", "Verdana";
	background: #cecccc;	
}