@charset "utf-8";
/* CSS Document */
img { behavior:	url("pngbehavior.htc"); }
body { background-color:#2B211F; }

.header { background-image: url(img/header.jpg); height:111px; }
.line { background-image: url(img/line.jpg); }

/* Menu */
#menuh { font: 9px "Tahoma"; margin-top: 0px; }
#menuh ul, li { list-style-type: none; }
#menuh ul { margin: 0; padding: 0; }
#menuh li { float: left; }
#menuh a { text-decoration: none; 
    color: #000000;
	display: block;
	padding: 9px 12px;
	text-align: center;
	border: 1px solid #BBBBBC;
	border-width: 1px 1px 0px 1px;
}
#menuh a:hover {
	background: #06263B;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-width: 1px 1px 0px 1px; }
	
.destinos { font-family:"Tahoma"; font-size:11px; color:#000000; text-decoration:none; }
a.destinos:hover { color:#FF0000; }

.txt, .sts, .cms { font-family:"Tahoma"; font-size:11px; color:#000000; }
.sts { color:#FFFFFF; }
.cms { color:#FF0000; }

.bs { font-family:"Tahoma"; font-size:11px; color:#000000; text-decoration:none; font-weight:bold; }
a.bs:hover { color:#456C92; }

.top { border: 2px solid #0B4877;
 border-top-width: 2px;
 border-right-width: 2px;
 border-bottom-width: 2px;
 border-left-width: 2px; }
 
.hotels { color:#000000; font-family:"Tahoma"; font-size:11px; }
a.hotels:link, a.hotels:active, a.hotels:visited{ text-decoration:none; color:#000000; }
a.hotels:hover { color:#ff0000; } 
