/*PÁGINA DE DETALHES*:::::::::::::::::::::::::::::*/
	#bd{
		display:none
	}
	
	header nav#menu_fundo {
		margin-top:-180px;
	}
	
	#fundo{
		margin-top:180px;
		background-color: #FFF;
		border:none;
		
	}
	
	


	header nav#menu_fundo {
		/*background-image:url(../menu/images/fundo.jpg);*/
	}
	
	#detalhe_e {
		padding:10px;
		float:left;
		width:30%;
		
	}
	#detalhe_d {
		padding:10px;
		float:left;
		width:65%;
		color:#0C2787
	}
	
	#detalhe_d h2 {
		font-weight: bold;
		color:#333;
		font-size:14px
	}
	@media screen and (max-width: 1300px) {
	#detalhe_e {
		padding:10px;
		float:left;
		width:35%
	}
	#detalhe_d {
		padding:10px;
		float:left;
		width:60%
	}
	}
	
	
	
	
	
	.reserva_fe { 
		background-image:url(../images/reserva_fechada.jpg); 
		background-position:top  right; 
		background-repeat:no-repeat
	}
	
	.reserva_ab { 
		background-image:url(../images/reserva_aberta.jpg); 
		background-position:top  right; 
		background-repeat:no-repeat
	}
	
	#reservas_formulario {
		width:97%; height:30px; display:table; 
		padding: 1% ; 
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
		color:#FFF; 
		font-size:25px ;
		background-color:#284480; 
	}
	 
	
	#aviso{ 
		display:none; 
		width:550px; 
		height:150px; 
		text-align:center; 
		font-size:16px; 
		font-family:Verdana, Geneva, sans-serif
	}
	
	.res{
		width:100%;
	}
	.res div{
		width:100%;
		display:table
	}
	
	.res span{
	float:left;
	margin:10px 0px 20px 20px;
	color: #333;
	font-weight:bold;
	width:10%
	}
	
	.res #cap{
		width:250px;
		display:table;
		text-align:center;
		margin:0 auto;
		margin-top:20px
	}
	

	.res .input{
		float:left; 
		width:80%;
		margin:5px 20px 10px 10px;
		line-height: 25px;
		border: 1px solid #c7c7c7;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		padding-left:5px
		
	}
	.res .botao{
		 
		width:70px;
		margin:15px 20px 0 0;
		line-height: 30px;
		background-color: #FF0;
		border: none;
		color:#284480;
		font-weight:bold
		
	}
	
	.res .botao:hover{
		cursor:pointer
	}

	   
	
