/*-- Básico ----------------------------------------------------------*/
/*ul li { margin: 0; padding: 0 ; list-style: none; } li,ul,*/
ol,h1,h2,h3,h4,h5,h6,pre,form,body,td,html,p,blockquote,fieldset,input{ margin: 0; padding: 0; }
img { border: none; }
a img,:link img,:visited img { border: none; }

body {
	margin: 0px;
	/*color: #46A5DB;*/
  /*color: #003399;	*/
	color: #004C9A;
  font: .8em Tahoma, Verdana, Arial, Helvetica, sans-serif;
  background: #6DB8E0 url(images/background.jpg) no-repeat;
}

br { line-height: .5em; }
.clear { clear: both; }

/*------------------------------- Layout --------------------------------------*/
#wrapper {
  /*text-align:  center; */
  /*width: 90%;*/
  margin: 0 auto;
  max-width: 816px;
  width: expression(document.body.clientWidth > 817 ? "816px" : "auto");
  background: #FFF;
  padding: 7px 0px;  /*For rounded corners*/
}
#header #language {
  margin: 0px 20px;
  text-align: right;
  padding: 6px 0px;
}
#header #menu {
  height: 44px;
  background:  url(images/background_menu.jpg) no-repeat;
  padding: 0px 0px 0px 350px;
}
#content {
    margin: 0px 10px 15px 10px;
    clear: both;
}
#footer {
  text-align: center;
  padding: 10px 0px 5px 0px;
  clear: both;
}
/* Para colocar la imagen del candado hasta abajo */
#down_footer {
	margin: 0 15px 0 15px;
	padding: 0 0 0 0;
  clear: both;
}
/*------------------------------- Pages  --------------------------------------*/
#content #index #sidebar_left{
  width: 441px;
  float: left;
  text-align: justify;
}
#content #index #sidebar_right{
  width: 355px;
  float: right;
  height: 474px;
}
.sidebar_left{
  width: 301px;
  float: left;
}
.sidebar_left img{
  margin: 10px 10px
}
.sidebar_right{
  width: 455px;
  float: right;
  /*height: 474px;*/
  margin: 0 40px 0 0;
  padding: 20px 0 0 0;
  text-align: justify;
}

#content #reservation_date {
  width: 280px;
  margin: 0 auto;
  text-align: center;  
}
#content #availability {
  width: 600px;
  margin: 0 auto;
  /*text-align: center;  
  background: #00F;*/
}

#dateinput {
  margin: 0 auto;
  padding: 15px 0px 5px 0px;
  width: 206px;
}

.disabled {
  color: #CCC;
}

.bold_orange {
  font-weight: bold;
	color: #FF6600 !important; 
}
a:link, a:visited {
  /*color: #46A5DB; AZULITO ;-) */
	color: #004C9A;
  text-decoration: none;
}
a:hover  {
  color: #FF6600;
  text-decoration: underline;
}

.feature , .observation {
	margin: 0px 40px;
	padding-left: 20px; 	
}
.feature{
	background:url(images/icon_feature.png) no-repeat 0 50%;
  cursor: pointer;
}
.observation{
	background:url(images/icon_observation.png) no-repeat 0 50%;
  cursor: pointer;
}

.activity{
  margin: 10px 0px;
}
.activity table thead, .activity table thead a{
  color: #FFF;
  background: #FFAA2A;
  font-size: 1em;
}

.activity table .tfoot{
  font-weight: bold;
  text-align: center; 
  padding: 5px;
  background: #FFF9DF;
}

#total{
  font-size: 1.3em;
  font-weight: bold;
  padding: 5px;
  margin: 10px 0 0 0;
  text-align: right;
  color: #FFF;
  background: #FF6600; 
}

#confirm #total {
  font-size: 1em;
  font-weight: bold;
  padding: 5px;
  margin: 10px 0 0 0;
  text-align: right;
  color: #FF6600;
  background: #FFF9DF; 
}
#profile, #confirm{
  margin: 0 10px
}
#confirm #orderitems tbody th {
  /*border: solid 1px #46A5DB;*/
  text-align: center;
  background: #FFF9DF; 
}
#confirm #orderitems tbody td {
  text-align: center;
}

#profile div, #confirm div{
  padding: 0 0 10px 0;
}
#profile table, #confirm table  {
  width: 100%;
  padding: 10px;
}
#profile table  td{
  padding: 5px 0px;
}
#profile table thead th, #confirm table thead th{
  color: #FFF;
  background:url(images/header_orange.png) no-repeat 0 50%;
  font-size: 1.3em;
  height: 50px;
  background-position: center;
}
#profile table tbody th{
  text-align: right;
}
#confirm table tbody th{
  text-align: left;
  background: #FFF9DF;
}

#profile table tbody td{
  color: #F00;
}
#profile input.error,  select.error{
  background-color: #FFFFD5;
  color: #F00;
  border: 1px dashed red;
}
#profile input[type="text"]{
  color: #46A5DB;
  padding: 2px 4px;
  /*border: 1px solid blue;*/
}

select{
  color: #46A5DB;
}

.required{
  color: #F00;
}


#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #FF6600;
	background-color: #FFF6CF;
	padding: 5px;
	opacity: 0.85;
  font-weight: bold;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 310px;
	padding:20px;
	height: 135px;
	opacity: 0.9;
	background: url('../js/tooltip/shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 320px; text-align: left; }
