@charset "utf-8";
/* CSS Document */

		#BodyBanner
			{
				margin-bottom:5px;
 			}
		
		#BodyContainerStructure
			{
				float:left;
			}
		
		
		#LeftBody
			{
				float:left;
				margin-right:5px;
			}
			
					#FormReserva
						{
						 
							height:168px;
							background-color:#fd5d00;
							float:left;
						}
		
		#RightBody
			{
				float:left;
			}
			
					#Descricao
						{
							margin-top:22px;
							float:left;
						}
					
					#BodyMenu
						{
							margin-top:10px;
							margin-bottom:10px;
							float:left;
						}
		
		/* Listado */
		
		#TopListado
			{
				margin-top:10px;
				margin-bottom:10px;
				width:990px;
				float:left;
 			}
		
		#Line
			{
				height:1px;
				width:990px;
				border-bottom:solid 1px #b2b2b2;
				clear:both;
				margin-bottom:20px;
			}
			
			
