.construction {
	font-size: 40pt;
	margin-left: auto;
	margin-right: auto;
}

body {
	padding: 0 0 0 0;
	color: rgb(50, 50, 50);
	font-family: "Lucida Sans Unicode", arial, sans-serif;

	background-color: rgb(202, 179, 145);
	text-align: center;
}

/*----------------------------Body (Banner+Main)----------------------------*/
#banner,
#main,
#main-salao,
#main-exterior,
#main-local,
#main-home {
	width: 85%;
	min-width: 720px;
	
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid rgb(150, 150, 150);
	margin-left: auto;
	margin-right: auto;
}

#main,
#main-salao,
#main-exterior,
#main-local,
#main-home {
	background-color: rgb(255, 240, 220);
	background-repeat: no-repeat;
	background-position: right bottom;
	
	text-align: left;

	padding-top: 10px;
}

#banner {
	background-image:  url(../ui/banner.jpg);
	background-color: rgb(235, 210, 170);
	background-repeat: no-repeat;
	background-position: left top;
	
	border-bottom-width: 0;
	
	height: 200px;
	text-align: right;
	
	margin-top: 40px;
}

#main {
	background-image: url(../ui/background.jpg);
}

#main-salao {
	background-image: url(../ui/bg-salao.jpg);
}

#main-exterior {
	background-image: url(../ui/bg-desport.jpg);
}

#main-home {
	background-image: url(../ui/background.jpg);
}

#main-local {
	background-image: url(../ui/bg-local.jpg);
}

.main-text {
	width: 68%;
	float: left;
}

.main-pictures {
	float: right;
	width: 30%;
}

.main-pictures img {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 30px;
	border: 1px solid rgb(150, 150, 150);
	display: block;
}

#footer {	
	margin-top: 40px;
	padding-bottom: 10px;
	
	font-size: x-small;
	
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: rgb(0, 0, 0);
	
	text-align: left;
}

#banner h1,
#picBanner h1 {
	color: rgb(104, 104, 104);
	font-size: 250%;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-weight: bolder;
	margin-top: 25px;
}

/*----------------------------Menu Sections----------------------------*/
#menuSheet {
	margin-left: 15px;
	
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu {
	padding-top: 10px;
	
	font-size: 20px;
	font-weight: bold;
	
	width: 700px;
	padding-bottom: 2px;
}

#menu a,
#menu strong {
	border: solid 1px rgb(0, 0, 0);
	border-top-width: 0;
	border-left-width: 0;
	
	padding-left: 3px;
	padding-right: 3px;
}

#menu a {
	border-color: rgb(80, 60, 20);
	color: rgb(80, 60, 20);
	border-style: solid;
}

#menu a:hover {
	text-decoration: none;
	color: rgb(245, 220, 200);
	border-color: rgb(245, 220, 200);
}

#menu strong {
	color: rgb(0, 0, 0);
	border-style: solid;
}

#casaSubMenu,
#localSubMenu {	
	font-size: 15px;
	font-weight: bold;
}

#casaSubMenu {
	margin-left: 14em;
}

#localSubMenu {
	margin-left: 9em;
}

#localSubMenu a,
#casaSubMenu a {
	color: rgb(80, 60, 20);
	display: block;
	width: 11em;
}

#localSubMenu a:hover,
#casaSubMenu a:hover {
	color: rgb(245, 220, 200);
}

#localSubMenu strong,
#casaSubMenu strong {
	color: rgb(0, 0, 0);
}

a {
	color: rgb(0, 0, 255);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(150,0,150);
}

p.textBlock:first-letter {
	font-size: 150%;
}

.pic,
.mapPic,
.picLeft,
.picRight {
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	margin: 10px;
}

.mapPic {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.picLeft {
	float: left;
}

.picRight {
	float: right;
}

.block {
	border: dashed 1px rgb(150, 150, 150);
	border-left-width: 0;
	border-bottom-width: 0;
	
	padding-top: 5px;
	margin-bottom: 40px;
}

.block h3 {
	color: rgb(80, 80, 80);
}

.clr {
	clear: both;
}

.logo {
	border-width: 0;
	vertical-align: middle;
}

/*-----------------------------Reservas-----------------------------*/

.reservas {
	margin-left: 30px;
	padding: 10px;
	border-left: 1px solid rgb(200, 200, 200);
}

.normalInput {
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(150, 150, 150);
}

.errorInput {
	background-color: rgb(255, 180, 180);
	border: 1px solid rgb(150, 150, 150);
}

.group {
	border-left: 1px dashed rgb(150, 150, 150);
	padding-left: 10px;
}

/*-------------------------------Fotos-------------------------------*/

#picBanner,
#picMain {
	width: 800px;
	
	padding-left: 10px;
	padding-right: 10px;
	border-color: rgb(150, 150, 150);
	border-width: 1px;
	border-style: solid;
	margin-left: auto;
	margin-right: auto;
}

#picBanner {
	background-image:  url(../ui/banner-foto.jpg);
	background-color: rgb(235, 210, 170);
	background-repeat: no-repeat;
	background-position: left top;
	
	border-bottom-width: 0;
	
	height: 100px;
	text-align: right;
	
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 40px;

}

#picMain {
	text-align: center;

	background-color: rgb(255, 240, 220);
	background-repeat: no-repeat;
	background-position: right bottom;


	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.container {
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
}

#bigPic {
	border: solid 2px rgb(80, 80, 80);
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

#lowerPicNavBar, #upperPicNavBar {
	border: dashed 1px rgb(0, 0, 0);
	
	width: 110px;
	padding: 5px;
	
	margin-left: auto;
	margin-right: auto;
}

#upperPicNavBar {
	border-top-width: 0;
	border-right-width: 0;
}

#lowerPicNavBar {
	border-bottom-width: 0;
	border-left-width: 0;
}

#upperPicNavBar a,
#lowerPicNavBar a {
	border: solid 1px #606060;
	background-color: #acaa84;
	font-size: 11pt;
	color: #444444;
	
	display: block;
}

#upperPicNavBar a:hover,
#lowerPicNavBar a:hover {
	border: solid 1px #8c8c6a;
	background-color: #cccaa4;
	text-decoration: none;
}

.standards {
	float: right;
}

.standards img {
	border-width: 0;
	margin: 2px;
}

/*---------------------------Deal with IE bugs----------------------------*/
#banner h1,
#picBanner h1 {
	width: 720px;
	text-align: right;
	
	margin-right: 0px;
	margin-left: auto;
}

.dbg {
	float: left;
}

.spacer {
  width: 720px;
}

#precario h3 {
  margin-bottom: 0;
}
#precario p.small {
  margin: 0;
  font-size: 75%;
  font-style: italic;
}
#precario table {
  font-size: 80%;
  margin: 0.5em 0;
}
#precario table th {
  width: 14em;
  padding: 2px 0;
}
#precario .notes {
  margin: 1em 0;
}
#precario .notes p {
  font-size: 75%;
  margin: 0.2em 0;
}
