/*******************************************************************************
* Main Diputación (layout)
*******************************************************************************/

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

.header {
  float: none;
  clear: both;
  background-color: #F0F0F0;
}

.headcontent {
  float: none;
  clear: both;
  height: 110px;
}

.headimages {
  height: 110px;
  overflow:hidden;
}

.headmenu {
  float: none;
  clear: both;
  height: 46px;
  padding: 2px;
  background-color: #223555;
  background-image: url('../../images/diputacion/fondomenu.jpg');
	background-position: center;
	background-repeat: repeat-x;
}

.bodier {
  float: none;
  clear: both;
  height: 100%;
  background-color: #EDECDA;
  background-image: url('../../images/diputacion/fondobody.jpg');
	background-position: top;
	background-repeat: repeat-x;
	overflow: hidden;
}

.bodycontent {
  float: none;
  clear: both;
  height: 100%;
  padding: 18px;
  padding-bottom: 0px;
  overflow: hidden;
}


.bodymenu {
  float: left;
  clear: none;
  width: 120px;
  color: #2C3254;
  padding-right: 16px;
  overflow: hidden;
}

.maincontent {
  float: right;
  clear: none;
  margin-left:16px;
  padding: 8px;
  width: 750px;
  min-height: 300px;
  background-color: #E1DCC8;
  border: 2px solid #C9CABA;
  overflow: hidden;
}

.maincontenthome {
  float: left;
  width: 616px;
}

.subcontent {
  float: right;
  clear: none;
  width: 120px;
  margin-left: 16px;
  overflow: hidden;
}

.footer {
  float: none;
  clear: both;
  margin-top: 15px;
  border-top: 1px solid #C9CABA;
}

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