/** {literal} **/
/******************************************************************/
/* Page layout                                                    */
/******************************************************************/
body,html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  background-color: #FFF8F8;
}

#info_escola {
	font-weight: bold;
	font-size: 140%;
	text-align: center;
	padding: 10px 0 10px 0;
	white-space: nowrap;
}

#banner1 {
  position: absolute;
  right: 5px;
  border: 2px solid #00377C;
}
#banner2 {
  position: absolute;
  right: 140px;
  border: 2px solid #00377C;
}
#page, #page2 {
  width: 100%;
}

#content {
  width: 100%;
  position: relative;
}

h1 {
	font-size: 150%;
	margin: 5px 0px 0px 0px;
}

#banner_principal {
	background-image: url(../img/header.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	height: 150px;
}

.banners {
	background-image: url(img/celfirep.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

.nom_escola {
	font-size: 120%;
	font-weight: bold;
}

.mesinfo {
	width: 100%;
	display: block;
	text-align: right;
	text-decoration: none;
}
.mesinfo:hover {
	width: 100%;
	display: block;
	text-align: right;
	text-decoration: underline;
}

.producte_img {
	display: block;
	margin-top: 5px;
}

#paginador {
	background-color: #efefef;
}

/******************************************************************/
/* Menu
/******************************************************************/
#mainLeft {
	background-color: #efefef;
	width: 160px;
}

.apartatMenu {
	display: block;
	margin: 5px 5px 0px 5px;
	background-color: #bcbcbc;
	padding: 0;
	font-variant: small-caps;
}

.apartatMenu a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dashed #fff;
	display: block;
	padding: 5px 5px 5px 15px;
}
.apartatMenu a.mnuttl {
	padding-left: 5px;
}

.menuItem1 {
	font-size: 80%;
	color: #000000;
	margin-left: 10px;
	font-weight: bold;
	font-variant: normal;
}

#galeria {
	text-align: center;
}
#galeria img {
	float: none;
	display: inline;
}

/** {/literal} **/


.tbl2 th {color:#000;}