#titBusReserva{
	color: #666666;
	font: 30px Helvetica,Arial,sans-serif;
	margin-bottom: 20px;
	margin-left: 80px;
	margin-top: 25px;
	text-align: left;
}

.filaCamposBusReserva div.campo{
 	float: left;
 	width: 33%;
 }
 .filaCamposBusReserva div.campo p{
 	margin-top: 5px;
 	margin-bottom: 5px;
 }
 
 .filaCamposBusReserva div.campo p label{
 	display: inline-block;
 	width: 120px;
 	text-align: right;
 	font-size: 13px;
 	color: #666666;
 	padding-right: 5px;
 }
 
 #pBotonBusReserva{
	 margin-right: 30px;
    text-align: right;
   }
   
   #busReservaRes{
   	min-height: 300px;
   }
   
   #loadingBusReserva{
   	margin-top: 20px;
   	display: none;
   }
   
   #loadingBusReserva img{
   	margin-top: 30px;
   }
   
   #resultadosBusReserva{
   	height: 300px;
   	overflow-y: scroll;
   	overflow-x: hidden;
   	margin-top: 20px;
   	display: none;
   }
   
   #resultadosBusReserva p.busReservaMasResultados{
   	text-align: center;
   	color: #DF1F0E;
   	font-weight: bold;
   }
   
   #tableBusReserva{
   		margin: auto;
   }
   
   #tableBusReserva th{
   	background: url("/sltwww/st/img/bkCabeceraAgencias.png") repeat scroll center top transparent;
   	color: #666666;
   }
   
   #tableBusReserva th p{
	   	margin-bottom: 5px;
	    margin-top: 5px;
	    margin-left: 3px;
	   	margin-right: 3px;
	   	text-align: left;
	   	font-weight: bold;
   }
   
   #tableBusReserva tr td{
   	cursor: pointer;
   }
   
   #tableBusReserva tr.filaReserva td p{
   	margin-top: 6px;
   	margin-bottom: 6px;
   	margin-left: 3px;
   	margin-right: 3px;
   	color: #333333;
   	font-size: 11px;
   }
   
   #tableBusReserva tr.filaReserva.par td{
   	background-color: #F2F2F2; 
   }
   
   
   
 /*Estilos para elementos del colorbox*/
 
 #panelBusReserva{
 	display:none;
 	background-color: #FFFFFF;
 	margin-top: 24px;
 	width: 940px;
 	height: 560px;
 	border: 1px solid #CCCCCC;
 	overflow: visible;
 }
 
 #panelBusReserva a.btnCerrarBusReserva{
 	float: right;
    margin-right: -1px;
    margin-top: -20px;
    position: relative;
    z-index: 40;
  }