

#order #content {
	background: url('../images/content_bg/about_content.jpg') top right no-repeat #fff;
}

#contact #content {
	background: url('../images/content_bg/contact_content.jpg') top right no-repeat #fff;
}

#instalaciones #content {
	background: url('../images/content_bg/instalaciones_content.jpg') top right no-repeat #fff;
}

#reservas #content {
	background: url('../images/content_bg/reservas_content.jpg') top right no-repeat #fff;
}
#situacion #content {
	background: url('../images/content_bg/situacion_content.jpg') top right no-repeat #fff;
}

#default #content {
	background: url('../images/content_bg/default_content.jpg') top right no-repeat #fff;
}

#none #content {
	background-color: White;
}

#burbuja #content {
	background:  #fff;
	width:500px;
}

#order_header {
	
	border: none;
	display: block;
	height: 43px;
	text-indent: -9999px;
	width: 318px;
	color: Black;
}

#block1 {
	margin-bottom: 50px;
}

#block1h {
	background: url('../images/page_sprites/order2_sprite.gif') 0 -47px no-repeat;
	border: none;
	display: block;
	float: left;
	height: 40px;
	margin: -2px 0 0 -40px;
	position: relative;
	text-indent: -9999px;
	width: 110px;
}

##block1h {
	margin: -2px 0 0 -20px;
}

#block1p {
	display: block;
	margin-left: 100px;
	width: 395px;
}

#block2h {
	background: url('../images/page_sprites/order2_sprite.gif') 0 -96px no-repeat;
	border: none;
	display: block;
	float: left;
	height: 60px;
	margin: -2px 0 0 -40px;
	position: relative;
	text-indent: -9999px;
	width: 110px;
}

##block2h {
	margin: -2px 0 0 -20px;
}

#block2-1h {
	background: url('../images/page_sprites/order2_sprite.gif') 0 -175px no-repeat;
	display: block;
	height: 23px;
	margin-left: 100px;
	text-indent: -9999px;
	width: 260px;
}

#block2p {
	display: block;
 text-align: justify;
	width: 495px;
}

#block2 {
	display: block;
 text-align: justify;
	width: 495px;
}

#block3 {
	display: block;
	margin: -300px 0 0 550px;
	position: absolute;
	width: 360px;
}

#block3-1h {
	background: url('../images/page_sprites/order2_sprite.gif') 0 -203px no-repeat;
	display: block;
	height: 23px;
	text-indent: -9999px;
	width: 237px;
}

#excerpt{
	background: url('../images/page_sprites/order2_sprite.gif') 0 -233px no-repeat;
	display: block;
	height: 23px;
	margin-left: 100px;
	text-indent: -9999px;
	width: 362px;
}

#italic {
	display: block;
	font-size: 1.1em !important;
	font-style: italic;
	width: 495px;
}

#vincios{
	display: block;
	height: 150px;
	margin-left: 530px;
	margin-top: -150px;
	width: 150px;
}

#blockder {
	display: block;
	margin: -410px 0 0 550px;
	position: absolute;
	width: 400px;
	font-size: 12px;
}


.news {
	text-decoration: none;
	font-weight: bold;
	color: #005E7D;
	padding-bottom: 8px;
  
	
}

.news a {
	color: #005E7D;
	text-decoration: none;
	 font-size: 12px;
}

.news a:hover {
	color: #8FD302;
	text-decoration: underline;
}

/* BUTTONS */
.awesome, .awesome:visited {
	background: #222 url(alert-overlay.png) repeat-x; 
	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: 12px; 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: #002260; }
	.blue.awesome:hover							{ background-color: #6C6969; text-decoration: none; }
	.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; }

