/* 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;
}
.Titulo
{
	font-weight: normal;
	font-size: x-large;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.CeldaHabitacion
{
	font-weight: normal;
	font-size: 9pt;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEE586;
}
.CeldaNomHabitacion
{
	font-weight: bold;
	font-size: 8pt;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEE586;
}
.CeldaHabitacionCursiva
{
	font-weight: normal;
	font-size: 8pt;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEE586;
}
.Cabecera
{
	font-weight: normal;
	font-size: x-small;
	color: white;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #B69601;
}
.Imagen
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.LineaCabecera
{
	background-color: #9B0100
}
.Pie
{
	font-weight: normal;
	font-size: xx-small;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.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;
	}	
	
/*SUBTITULOS*/

.subtitulo_small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
}

.subtitulo_small_color
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: white;
	background-color: #89B73F;
	text-decoration: none;
}

.subtitulo_small_fcolor
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #89B73F;
	text-decoration: none;
}

.subtitulo_x_small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

.subtitulo_x_small_color
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: white;
	background-color: #89B73F;
	text-decoration: none;
}

.subtitulo_x_small_fcolor
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #89B73F;
	text-decoration: none;
}	

/*LABELS*/

.label_x_small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	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: #D3D3D3;
}

.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: #10BC28;
	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;
}

.textbox_xx_small_fcolor
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: bold;
	color: #9b0100;
	text-decoration: none;
	background-color: #eee58b;
}

.textbox_green
{
	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;
}

.textbox_red
{
	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;
}

/*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_x_small_fcolor
{
	border-right: #9B0100 thin solid;
	border-top: #9B0100 thin solid;
	font-weight: bold;
	font-size: x-small;
	border-left: #9B0100 thin solid;
	color: white;
	border-bottom: #9B0100 thin solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #B69601;
        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;
}

.button_xx_small_fcolor
{
	border-right: #9B0100 thin solid;
	border-top: #9B0100 thin solid;
	font-weight: bold;
	font-size: xx-small;
	border-left: #9B0100 thin solid;
	color: #9B0100;
	border-bottom: #9B0100 thin solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #B69601;
        cursor: hand; cursor: pointer;
}

.button_x_small_reverse
{
	border-right: #9B0100 thin solid;
	border-top: #9B0100 thin solid;
	font-weight: bold;
	font-size: x-small;
	border-left: #9B0100 thin solid;
	color: white;
	border-bottom: #9B0100 thin solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #B69601;
        cursor: hand; cursor: pointer;
}

.button_xx_small_reverse
{
	border-right: #B69601 thin solid;
	border-top: #B69601 thin solid;
	font-weight: bold;
	font-size: xx-small;
	border-left: #B69601 thin solid;
	color: white;
	border-bottom: #B69601 thin solid;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #9B0100;
        cursor: hand; cursor: pointer;
}

/* PANEL */

.panel_fcolor
{
	border-right: #999900 2px solid;
	border-top: #999900 2px solid;
	border-left: #999900 2px solid;
	border-bottom: #999900 2px solid;
	background-color: #cccc99;
}
	
/* CALENDARIOS */
.calendario_general
{
	border: 1px solid #B39E21;
	font-size: 11px;
	font-family: verdana;
	background-color: #EEE586;
	color: #000099;
}

.calendario_fila_semana
{
	font-weight: bold;
	text-align: center;
	background: #D0C62D;
	color: #313131;
	padding: 2px;
}

.calendario_dias_otro_mes
{
	font-size: xx-small;
	cursor: text;
	background: #EEE586;
	font-family: Verdana;
}

.calendario_titulo
{
	border: 8px solid #B69601;
	font-weight: bold;
	text-align: center;
	background: #B69601;
	color: white;
		font-size: 10px;
}

.calendario_dias_seleccionados
{
	background-color: #CFBD47;
	color: #fff;
	font-weight: bold;
}

.calendario_dia_oferta
{
	background-color: #009900;
	color: #FFFFFF;
	font-weight: bold;
}
	


