/**
* CSS : Búsqueda Calendario
* reservas binter
* html : b_busquedaCalendario.htm
*
* creado Julio 2008 (jjr)
**/
/* info ventas */
div#info_ventas{
	margin : 0em 0em 0.3em 0em ;
}
	div#info_ventas div.bloque{
		background-color: #f4f4f4;
		float : left ;
		border-bottom : 1px solid #B6BBAF ;
		width : 100%;
		padding : 0 0 0.3em 0 ;
	}
	div#info_ventas div.bloque p.alerta{
		color:#FF6600;
		font-weight:bold;
		padding:0;
	}
	div#info_ventas div.bloque p.mensajealerta{
		color:#999999;
		padding:0 0 0 2em;
	}
	div#info_ventas div.bloqueadvertencia{
		background-color: #ffffff!important;
	}
	
div.advertencia{
	float:left;
	clear:left;
	padding:0;
	margin:0 0 0 2em;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #CB0010;
}
div.preciosTrayecto{
	clear:left;
	float:left;
	width: 5%;
	margin-left: 1%;
	font-size: 0.7em;
}
* html div.preciosTrayecto{
	margin-left: 0.5%;
}
div.preciosTrayecto div.precio{
	position: relative;
}
div.preciosTrayecto div.precio div{
	text-align: right;
	position:absolute;
	bottom: 0px;
	width: 28px;
}
div.preciosTrayecto div.precioTope div{
	text-align: right;
	width: 28px;
}

div.datosTrayecto{
	float:left;
	width: 93%;
}
	div.titulo_trayecto{
		float:left;
		margin: 1em;
	}
	* html div.titulo_taryecto{
		margin: 1em 0.5em;
	}
	div.mes{
		float:left;
		width: 100%;
		border-bottom: 1px solid black;
		margin-top: 1em;
		border-left: 1px solid black;
		background-image:url(../../images/fondoGrafico.gif);
	}
	div.diasMes{
		float: left;
		width: 100%;
		border-left: 1px solid transparent;
		
	}
		div.dia, div.barra, div.barraTCI{
			float:left;
			margin: 0 2px 0 1px;
			width: 13px;		
			border-width: 0px 1px 0 1px;
			border-color: black;
			border-style: solid;
		}

		div.barra{
			background-color: #C9EB8A;
			border-top-width: 1px;
			font-size: 0.1em;
		}

		div.barraTCI{
			background-color: #cccccc;
			border-top-width: 1px;
			font-size: 0.1em;
		}

		div.eliminado{
			visibility: hidden;
		}
			div.barra.maximoBarra{
				background-image: url(../../images/topeBarra.jpg);
				background-position: top;
				background-repeat: no-repeat;
			}
			div.barraTCI.maximoBarraTCI{
				background-image: url(../../images/topeBarraTCI.gif);
				background-position: top;
				background-repeat: no-repeat;
			}
				div.barra.maximoBarra:hover{
					background-image: url(../../images/topeBarraHover.jpg);
					background-position: top;
					background-repeat: no-repeat;
				}
				div.barraTCI.maximoBarraTCI:hover{
					background-image: url(../../images/topeBarraTCIHover.gif);
					background-position: top;
					background-repeat: no-repeat;
				}
				div.barra.maximoBarra.seleccionado{
					background-image: url(../../images/topeBarraSelected.jpg);
				}
				div.barraTCI.maximoBarraTCI.seleccionadoTCI{
					background-image: url(../../images/topeBarraTCISelected.gif);
				}
				* html div.barraTCI.maximoBarraTCI.seleccionado{
					background-image: none;
				}
/*Descomentando volvemos las fechas inhabilitadas en color gris*/				
/*				div.barra.maximoBarra.bloqueo{
					background-image: url(../../images/topeBarraBloqueo.gif);
				}
				* html div.barra.maximoBarra.bloqueo{
					background-image: none;
				}
			div.barra.bloqueo, div.barra.bloqueo:hover{
				background-color: transparent;
			}*/

			div.barra:hover, div.sobresaltado{
				background-color: #5C7F1F!important;
			}

			div.barraTCI:hover, div.sobresaltadoTCI{
				background-color: #999999!important;
			}

			div.seleccionado{
				background-color: #4b6e0e!important;
				border-width: 2px 2px 0 2px;
				width:11px;
			}
			
			div.seleccionadoTCI{
				background-color: #888888 !important;
				border-width: 2px 2px 0 2px;
				width:11px;
			}
		div.dia{
			text-align:center;
			font-size: 0.7em;
			border-bottom-width: 1px;
		}
			div.dia.Laboral{
				background-color: #cccccc;		
			}
			div.dia.finSemana{
				background-color: #ff6666;
				color: #000000;	
			}
			div.dia.diaSeleccionado{
				width:11px;
				border-width: 0 2px 2px 2px;		
				background-color: #4b6e0e;
				color:#ffffff;		
			}
		div#lineaMeses{
			float:left;
			margin-top: 2px;
			width:100%;
		}
			div.mesBajo{
				text-align:center;
				font-size: 0.7em;
				background-color: #cccccc;	
				float:left;
				margin: 0 1px;
			}
div#formulario{
	float: left;
	width: 100%;
}

div.cuadradoLeyenda{
	float: left;
	border:1px solid black;
	width: 12px;
	height: 12px;
	font-size: 1px;
	margin-right: 5px;						
}

div.bgNormal{
	background-color: #C9EB8A;
}

div.bgTCI{
	background-color: #cccccc;
}

div#formulario>div{
	float: left;
	margin: 1em 4em 1em 1em;
}
* html div#formulario>div{
	margin: 1em 2em 1em 0.5em; 
}
div#capaPrecio{
	position:absolute;
	visibility: hidden;
	z-index: 99;
	
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	
	padding: 3px;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	
	border: 1px solid orange;
	background-color: #FFE4B5;
	color: black;
}
* html div#capaPrecio{
	width: 200px;
}
div#bloqueAdvertencia{
	float: left;
	width: 92%;
	font-size: 0.7em;
	text-align: justify;
	margin: 1em 2% 0.5em 6%;
}
* html div#bloqueAdvertencia{
	margin: 1em 1% 0.5em 3%;
}
div.advertenciaCalendario{
	float: left;
	width: 92%;
	font-size: 0.7em;
	margin: 1em 2% 0.5em 6%;
	font-weight: bold;
}
* html div.advertenciaCalendario{
	margin: 1em 1% 0.5em 3%;
}

