@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../image/htmlbg2.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#5ECEDC;
	margin:0px;
}

#container {
	width:1010px ;
	position:relative;
	z-index:1;
	margin:0px auto;
}

#contentbox {
	background-color:#FFF;
	opacity:70%;
	width:1010px ;
	height:710px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}

#apcontainer_flash {
	position:absolute;
	left:5px;
	top:0px;
	z-index:2;
	width:1000px ;
	height:700px;
} 

#apsticker {
	position:absolute;
	left:950px;
	top:-22px;
	z-index:11;
	width:173px;
} 

#reservasbox {
	background-image:url(../images/reservasbg.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:1000px;
	height:54px;
	position:absolute;
	left:8px;
	top:613px;
	z-index:1;
}

#textbox_left {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	font-size:14px;
	line-height:20px;
	width:200px;
	height:300px;
	position:absolute;
	left:5px;
	top:740px;
	z-index:3;
	text-align:right;
}
#textbox_left a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#F4F4F4;
	font-size:14px;
	text-decoration:none;
}

#textbox {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#E5E5E5;
	font-size:14px;
	line-height:20px;
	text-align:justify;
	width:535px;
	position:absolute;
	left:470px;
	top:740px;
	z-index:2;
}
.textbox_titulo {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:18px;
	text-align:justify;
	text-transform:uppercase;
}
#destacado {
	background-color:#fff;
	border:#666;
	border:medium;
	padding:5px;
	width:200px;
	height:166;
	position:absolute;
	left:243px;
	top:740px;
	z-index:1;
}

/* BUT */
.awesome, .awesome:visited {
	background: #222; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }
	
.intro  {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.intro a {color:#FFF;
text-decoration:none;}
		</style>

