/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
.Boton
{
	border-right: #FFFFFF thin solid;
	border-top: #FFFFFF thin solid;
	font-weight: bold;
	font-size: x-small;
	border-left: #FFFFFF thin solid;
	color: #FFFFFF;
	border-bottom: #FFFFFF thin solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #006699;
        cursor: hand; cursor: pointer;
}
.BotonLetraPetita
{
	border-right: #FFFFFF thin solid;
	border-top: #FFFFFF thin solid;
	font-weight: bold;
	font-size: xx-small;
	border-left: #FFFFFF thin solid;
	color: #FFFFFF;
	border-bottom: #FFFFFF thin solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #006699;
        cursor: hand; cursor: pointer;
}

.BotonOtros
{
	border-right: #006699 4px outset;
	border-top: #006699 4px outset;
	font-weight: bold;
	font-size: x-small;
	border-left: #006699 4px outset;
	color: #006699;
	border-bottom: #006699 4px outset;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
        cursor: hand; cursor: pointer;
}
.BotonOtrosLetraPetita
{
	border-right: #006699 4px outset;
	border-top: #006699 4px outset;
	font-weight: bold;
	font-size: xx-small;
	border-left: #006699 4px outset;
	color: #006699;
	border-bottom: #006699 4px outset;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
        cursor: hand; cursor: pointer;
}
.BotonDisponible
{
	border-right: #D3D3D3 thin solid;
	border-top: #D3D3D3 thin solid;
	font-weight: normal;
	font-size: x-small;
	border-left: #D3D3D3 thin solid;
	color: #ffffff;
	border-bottom: #D3D3D3 thin solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #009900;
        cursor: hand; cursor: pointer;
}
.BotonNoDisponible
{
	border-right: #D3D3D3 thin solid;
	border-top: #D3D3D3 thin solid;
	font-weight: normal;
	font-size: x-small;
	border-left: #D3D3D3 thin solid;
	color: #ffffff;
	border-bottom: #D3D3D3 thin solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #ff0000;
        cursor: hand; cursor: pointer;
}
.Calendario
{
	color: white;
	font-family: Verdana;
	background-color: #006699;
	border: solid, 1px, #D3D3D3;
}
.CalendarioNomDias
{
	color: #012887;
	font-family: Verdana;
	background-color: #D3D3D3;
	border: solid, 1px, #D3D3D3;
}
.CalendarioNumDias
{
	color: #012887;
	font-family: Verdana;
	background-color: #EBEBEB;
	border: solid, 1px, #D3D3D3;
	}
.CalendarioNextMes
{
	color: white;
	font-family: Verdana;
	background-color: #006699;
	border: solid, 1px, #D3D3D3;
	}
.CalendarioOtroMes
{
	color: #9F9F9F;
	font-family: Verdana;
	background-color: #EBEBEB;
	border: solid, 1px, #D3D3D3;
}
.CalendarioSelecDia
{
	color: white;
	font-family: Verdana;
	background-color: #012887;
	border: solid, 1px, #D3D3D3;
}
.CalendarioSelector
{
	color: white;
	font-family: Verdana;
	background-color: #0085E4;
	border: solid, 1px, #D3D3D3;
}
.CalendarioHoy
{
	color: white;
	font-family: Verdana;
	background-color: #D3D3D3;
	border: solid, 1px, #D3D3D3;
}


.Titulo
{
	font-weight: bolder;
	font-size: x-large;
	color: #006699;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
}
.Subtitulo
{
	font-weight: normal;
	font-size: small;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Pie
{
	font-weight: normal;
	font-size: xx-small;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.CeldaHabitacion
{
	font-weight: normal;
	font-size: 9pt;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D3D3D3;
}
.CeldaNomHabitacion
{
	font-weight: bold;
	font-size: 8pt;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D3D3D3;
}
.CeldaHabitacionCursiva
{
	font-weight: normal;
	font-size: 8pt;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D3D3D3;
}
.Cabecera
{
	font-weight: normal;
	font-size: x-small;
	color: white;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #006699;
}
.LetraNormal
{
	font-weight: normal;
	font-size: x-small;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.LetraNegrita
{
	font-weight: bold;
	font-size: x-small;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.LetraPetitaNegrita
{
	font-weight: bold;
	font-size: 8pt;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-decoration: underline;
}

.CajaTextoOfertas
{
	font-size: 10px;
	color: #012887;
	font-family: Verdana;
	background-color: #99CCFF;
}

.CajaTextoObs
{
	font-size: 10px;
	color: #9F9F9F;
	font-family: Verdana;
	background-color: #EBEBEB;
}
.CabeceraOtros
{
	font-weight: normal;
	font-size: 9pt;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.LineaCabecera
{
	background-color: #ffff00
}
.TablaOtrosHoteles
{
	font-size: 10px;
	color: #383838;
	font-family: Verdana;
	background-color: #E3E3E3;
}



H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	HR
	{
		color:#990000;
		}
		
/*LABELS*/

.label_x_small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style:normal;
	font-weight: bold;
	color: black;
	text-decoration:none;
}

.label_x_small_italic
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style:italic;
	font-weight: bold;
	color: black;
	text-decoration:none;
}

.label_xx_small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style:normal;
	font-weight: bold;
	color: black;
	text-decoration:none;
}

.label_xx_small_italic
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style:italic;
	font-weight: bold;
	color: black;
	text-decoration:none;
}

.label_x_small_color
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style:normal;
	font-weight: bold;
	color: #89B73F;
	text-decoration:none;
}

.label_x_small_fcolor
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: white;
	text-decoration: none;
	background-color: #1e90ff;
}
.label_small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style:normal;
	font-weight: bold;
	color: black;
	text-decoration:none;
}

.label_special_calendar
{
	color: #fff;
	background-color: #1e90ff;
	font-weight: bold;
}

.label_x_small_color_red
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: red;
	text-decoration: none;
}

.label_large
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-style:normal;
	font-weight: bold;
	color: black;
	text-decoration:none;
}


/*TEXTBOXES*/
.textbox_x_small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style:normal;
	font-weight: normal;
	color: black;
	text-decoration:none;
}

.textbox_x_small_italic
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
	color: black;
	text-decoration:none;
}

.textbox_xx_small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style:normal;
	font-weight: normal;
	color: black;
	text-decoration:none;
}

.textbox_xx_small_italic
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: italic;
	font-weight: normal;
	color: black;
	text-decoration:none;
}

/*BOTONES*/

.button_x_small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style:normal;
	font-weight: bold;
	color: black;
	text-decoration:none;
        cursor: hand; cursor: pointer;
}

.button_x_small_red
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style:normal;
	font-weight: bold;
	color: red;
	text-decoration:none;
        cursor: hand; cursor: pointer;
}

.button_x_small_color
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style:normal;
	font-weight: bold;
	color: #89B73F;
	text-decoration:none;
        cursor: hand; cursor: pointer;
}

.button_small_color
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style:normal;
	font-weight: bold;
	color: #89B73F;
	text-decoration:none;
        cursor: hand; cursor: pointer;
}

/* CALENDARIOS */
.calendario_general
{
	border: 1px solid #555566;
	font-size: 11px;
	font-family: verdana;
	background-color: #EBEBEB;
	color: #000099;
}

.calendario_fila_semana
{
	font-weight: bold;
	text-align: center;
	background: #C1DAFF;
	color: #552787;
	padding: 2px;
}

.calendario_dias_otro_mes
{
	font-size: xx-small;
	cursor: text;
	background: #EBEBEB;
	font-family: Verdana;
}

.calendario_titulo
{
	border: 8px solid #006699;
	font-weight: bold;
	text-align: center;
	background: #006699;
	color: white;
		font-size: 10px;
}

.calendario_dias_seleccionados
{
	background-color: #1E90FF;
	color: #fff;
	font-weight: bold;
}

.calendario_dia_oferta
{
	background-color: #009900;
	color: #FFFFFF;
	font-weight: bold;
}



		
		

