/*******************************************************************************
* Home JuanBravo (layout)
*******************************************************************************/

.wrapper {
  float: none;
  clear: both;
  width: 760px;
  padding: 0px;
  margin: 0px auto;
  text-align: left;
  background-color: #EDECDA;
  border: 1px solid #C9CABA;
}

.header {
  float: none;
  clear: both;
  background-color: #FFFFFF;
  background-image: url('../../images/juanbravo/fondosala.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

.headcontent {
  float: right;
  clear: right;
  padding: 4px;
  width: 330px;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  font-family: Verdana, Helvetica, Geneva, Arial;
  text-align: center;
  overflow: visible;
}

.headmenu {

}

.bodier {
  float: none;
  clear: both;
  height: 460px;
  background-color: #282B30;
  background-image: url('../../images/juanbravo/fondoteatro.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}

.bodymenu {
  float: left;
  clear: none;
  padding: 20px;
  height: 262px;
  width: 300px;
  line-height: 3em;
  color: #FFFFFF;
  font-size: 14px;
	font-family: Verdana, Helvetica, Geneva, Arial;
  overflow: hidden;
}

.bodycontent {
  float: none;
  clear: both;
  height: 164px;
  overflow: hidden;
}

.maincontent {
  float: left;
  clear: none;
  padding-top: 4px;
  height: 164px;
  width: 225px;
  background-color: #000000;
}

.subcontent {
  float: left;
  clear: none;
  padding-top: 20px;
  width: 220px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  font-family: AvantGarde Medium BT;
  text-align: center;
  line-height: 1,5 em;
}

.footer {
  float: none;
  clear: both;
  background-color: #F0F0F0;
  overflow: hidden;
}

.footcontent {
  float: none;
  clear: both;
  padding: 8px;
  text-align: center;
}