.tituloSeccion{
	width:100%;
	height:60px;
}
.reservasOpciones{
	width:976px;
	/*height:548px;*/
	overflow:hidden;
	margin:auto;
	margin-bottom:20px;
	padding-bottom:35px;
	border:1px solid #D7D7D7;
	-moz-border-radius: 12px; /* Firefox */
  -webkit-border-radius: 12px; /* Safari y Chrome */
  border-radius: 12px; /* Opera 10.5 o superior y IE6, 7 y 8 uso CSS3 */
	/*background-image:url(../imagenes/fd_reservasOpciones.png);*/
	padding-top:35px;
	
	/****** Gradient *********************/
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.03, rgb(230,230,230)),
    color-stop(0.52, rgb(250,250,250))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(230,230,230) 3%,
    rgb(250,250,250) 52%
);
}
.reservasOpciones p{
    float: left;
    font-size: 1.05em;
    margin: 9px 0;
    text-align: left;
}
.contenedorReservasInt{
	width:922px;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:0px;
}
.reservasTop{
	width:100%;
	height:22px;
	background-image:url(../img/fd_reservasTop.png);
}
.reservasCuerpo{
	min-height: 210px;
  	height: auto !important;
  	height: 210px;

	width:920px;
	/*height:auto;*/
	overflow:hidden;
	background-color:#FFF;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
}
.reservasBottom{
	width:100%;
	height:32px;
	background-image:url(../img/fd_reservasBottom.png);
}
.tablaReservas{
	width:96%;
	margin:auto;
}
span.local{
	margin-left:20px;
}
tr.tablaActiva td{
	background-color:#8b9bc3;
}
.tablaReservas tr{
	cursor:pointer;
}
.contres{
	width:930px;
	height:auto;
	overflow:hidden;
	margin-left:30px;
}
#reservasBottomHidden{
	width:976px;
	height:18px;
	margin:auto;
	display:none;
	background-image:url(../img/fd_reservas_bottomHidden.png);
}
.localizador{
	float:left;
	width:240px;
}
.localizador.nombre{
	width:200px;
}
.localizador.apellido{
	width:219px;
	margin-left:10px;
}
.contres label{
	float:left;
	font:15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
}
.contres input{
	float:right;
	width:125px;
	color:#31115b;
}
.label2{
	margin-top:13px;
}
.label2.reservas{
	float:left;
	margin-left:-50px;
}
.input2{
	margin-top:10px;
}
.separadorLinea{
	float:left;
	width:1px;
	height:48px;
	margin:7px 15px 0 15px;
	background-image:url(../img/linea.png);
}
input.chkbox{
	float:left;
	margin-left:-55px;
	margin-top:18px;
}
a.buscarRes img{
	float:right;
	margin-right:15px;
}
table.tablaReservas {
	/*border-bottom:1px solid #ADC5E8;*/
}

tr.filaTitulo td {
	padding:2px 0
}
#delegation {
	min-height: 210px;
  	height: auto !important;
  	height: 210px;
    /*height: 220px;*/
    margin-left: 18px;
    position: relative;
    width: 883px;
}
.AGP{
	background: url("../img/img_mapa_malaga.png") no-repeat scroll 40px 40px transparent;
}
.BCN{
	background: url("../img/img_mapa_bcn.png") no-repeat scroll 40px 40px transparent;
}
.MAD{
	background: url("../img/img_mapa_mad.png") no-repeat scroll 40px 40px transparent;
}
.BIO{
	background: url("../img/img_mapa_bilbao.png") no-repeat scroll 40px 40px transparent;
}
.VLC{
	background: url("../img/img_mapa_valencia.png") no-repeat scroll 40px 40px transparent;
}
.TFN{
	background: url("../img/img_mapa_tenerife.png") no-repeat scroll 40px 40px transparent;
}
.LPA{
	background: url("../img/img_mapa_laspalmas.png") no-repeat scroll 40px 40px transparent;
}
.PMI{
	background: url("../img/img-map-baleares.png") no-repeat scroll 40px 40px transparent;
}
#delegation .info {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #CCCCCC;
   /* height: 140px;*/
    margin: 5px 0px 5px 450px;
    padding: 5px;
    /*position: absolute;*/
    top: 51px;
    width: 360px;
}
#delegation .info div {
	clear:both;
	margin-bottom:1px
}
#delegation .info div p {
    color: #9FB7D8;
    font-weight: bold;
    margin: 0;
    width: 110px;
}
#delegation .info div span {
	color:#311159;
	float:left;
}
















