
	BODY
	{
		background-color: #FFFFFF;
	}
		
	.calendario_fila_dia
	{
		background-color: #77A6CE;
		color: #FFFFFF;	
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica; 
		font-size: 10px;
	}
	
	
	#hoteles
	{
		font-family: verdana, arial;
		font-size: 10px;
		margin: 0 auto;
		text-align: center;
	}	
		
	#hoteles .capa_errores
	{
		display: none;
		font-size: 12px;
		font-family: verdana, arial;
		font-weight: bold;
		padding-top: 20px;
		padding-bottom: 20px;
		margin: auto;
		text-align: center;
		border: 1px dashed #000000;
		background-color: #F0F0F0;
	}
	#hoteles .tituloTipoBusqueda {
		margin-left:20px;	
		font-size: 12px;
		color:#666666;
		text-align: center;
		font-family:Arial, georgia, Verdana;
		width:635px;
	}
	
	#hoteles .capa_errores_titulo
	{
		color: #000000;
	}
	
	#hoteles .capa_errores_mensaje
	{
		color: red;
	}	
	
	#hoteles .titulo
	{
		font-size: 18px;
		font-weight: bold;
		font-family: arial, verdana;
		text-align: center;
		color: #696969;
		border-bottom: 1px solid;
		width: 100%;	
	}
	
	#hoteles .titulo_fila
	{
		/*background-color: #FFBB00;*/
		background-color: #77A6CE;
		color: #FFFFFF;
		
		font-weight: bold;
		padding: 5px;
		font-size: 14px;
		font-family: arial, verdana;
		text-align: left;
	}
	#hoteles .titulo_fila_formu
	{
		/*background-color: #FFBB00;*/
		
		color: #B0C4DE;
		font-weight: bold;
		padding: 5px;
		font-size: 14px;
		font-family: arial, verdana;
		text-align: left;
	}
	
	#hoteles .texto_negrita
	{
		font-weight: bold;
	}	
	
	#hoteles .mouseOver
	{
		/*background-color: #C0C0C0;*/
		background-color: #B0C4DE;
	}

	#hoteles .mouseOut
	{
		background-color: none;
	}
	#hoteles .enlace
	{
		font-size:12px;
		cursor: pointer;
		font-weight: bold;
		color: #B0C4DE;
	}
	
	#hoteles A
	{
		font-weight: bold;
		font-family: arial, verdana;
		text-decoration: none;
		color: #000000;
	}
	
	#hoteles A:HOVER
	{
		/*color: #FFBB00;*/
		color: #B0C4DE;
	}
	
	#hoteles INPUT, SELECT
	{
		font-family: verdana, arial;
		font-size: 10px;
	}

	#hoteles LABEL
	{
		cursor: pointer;
	}