*{
padding:0;
margin:0;
}

#noalt{
width:100%;
height:100px;
line-height:100px;
position:absolute;	
z-index:500;
background-color:#FFF;
font-family:Tahoma, Geneva, sans-serif;			
font-size:22px;
display:none;
background: rgb(250,238,112); /* Old browsers */
background: #fefcea; /* Old browsers */
background: -moz-linear-gradient(top,  #fefcea 0%, #f1da36 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* IE10+ */
background: linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
}

#geral{
width:100%;
height:400px;
position:absolute;
background-image:url(images/pr/fundo_login.jpg);
}
	#cabec{
	height:100px;
	width:100%;
	}
	
		#logo{	
		width:230px;
		height:80px;	
		margin:10px 0 0 10px;
		background:url(images/pr/logo_portal_transp.png) no-repeat;
		}

	#center{
	position:relative;
	height:300px;
	width:800px;
	left:50%;
	margin-left:-400px;
	}

		#cima{
		width:800px;
		height:70px;
		margin-top:40px;
		float:left;	
		}
			
			#titulo-01{
			font-family:Tahoma, Geneva, sans-serif;			
			font-size:33px;
			color:#FFF;
			text-shadow: 0.1em 0.1em 0.2em #333;
			}
			
			#titulo-02{
			font-family:Tahoma, Geneva, sans-serif;
			font-size:18px;
			color:#FFF;
			text-shadow: 0.1em 0.1em 0.5em #333;
			}
			
		
		#baixo{
		width:805px;
		height:230px;
		margin: auto;
		float:left;
		}
			.navegadores{			
			width:200px;
			height:200px;
			margin: auto;
			float:left;			
			font-family:Tahoma, Geneva, sans-serif;
			font-size:18px;
			color:#FFF;
			text-shadow: 0.1em 0.1em 0.5em #333;
			}
			
				#chrome{
				width:150px;
				height:150px;
				background-image:url(images/pr/chrome.png);			
				cursor:pointer;
				}
				
				#labelchrome{
				width:150px;
				height:50px;
				text-align:center;
				}
				
				#fire{
				width:150px;
				height:150px;
				background-image:url(images/pr/firefox.png);
				cursor:pointer;
				}
				
				#labelfire{
				width:150px;
				height:50px;
				text-align:center;
				}
				
				#opera{
				width:150px;
				height:150px;
				background-image:url(images/pr/opera.png);
				cursor:pointer;
				}
				
				#labelopera{
				width:150px;
				height:50px;
				text-align:center;
				}
				
				#safari{
				width:150px;
				height:150px;
				background-image:url(images/pr/safari.png);
				cursor:pointer;
				}
				
				#labelsafari{
				width:150px;
				height:50px;
				text-align:center;
				}						
	