/*PRINCIPALES*/
h1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	height: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	display: compact;
	color: #990000;
	text-align: left;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-indent: 0pt;
	vertical-align: middle;
	white-space: normal;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
}
h2,h3,h4,h5 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	display: inline;
	
}
hr {
	height: 1px;
}
/*CLASES*/
/*CONTENEDOR DEL CUERPO, DONDE ESTA EL TEXTO*/
.contenedor{
	background-image: url(img/fondopagina.jpg);
}

/*TEXTO PRINCIPAL DE LA PÁGINA*/

/*texto que no tiene H1,H2...*/
.texto {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #666666;
}
/*texto con H1,H2...*/
.texto2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #666666;
	display: inline;
}
A.texto:link{
	text-decoration: none;
	color: #0000FF;
}
A.texto:visited{
	text-decoration: none;
	color: #0000FF;
}
A.texto:hover{
	text-decoration: underline;
}
A.texto2:link{
	text-decoration: none;
	color: #0000FF;
}
A.texto2:visited{
	text-decoration: none;
	color: #0000FF;
}
A.texto2:hover{
	text-decoration: underline;
}


/*MENU HORIZONTAL*/
.menu {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #666666;
	height: 18px;
	vertical-align: middle;
	font-weight: bold;
}
A.menu:link{
	text-decoration: none;
}
A.menu:visited{
	text-decoration: none;
}
A.menu:hover{
	text-decoration: underline;
}

.menu2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #999999;
	vertical-align: middle;
	text-decoration: none;

}
.categorias {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #F2F2F2;
}


/*PIE DE PÁGINA*/
.pie {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #999999;
	text-align: center;
	text-decoration: none;
}
A.pie:link{
	text-decoration: none;
}
A.pie:visited{
	text-decoration: none;
}
A.pie:hover{
	text-decoration: underline;
}


/*ALINEACION CENTRAL EN LA TABLA DE LAS TARIFAS*/
.fila{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CC3300; 
}
.alineado-tabla{
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #666666;
}
/*Texto descriptivo de las habitaciones*/
.texto-habitaciones {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #666666;
	font-style: italic;
	text-align: center;
	
}
.texto-habitaciones2 {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #666666;
	font-style: italic;
	text-align: right;
}
