/*******************************************************************************
* full d'estils principal per a la web de l'EAP de Pooble Sec                  *
*******************************************************************************/



/*******************************************************************************
* inici definició elements HTML                                                *
*******************************************************************************/
body {
  margin: 0px 0px 0px 0px;
  padding: 0;
  text-align: center;
  font: 7.5pt Arial, Verdana, Helvetica, sans-serif;
  background-color: white;
}

h1 {
  font: 11pt "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 12px;
  color: #555555;
}

h2 {
  font: 8.5pt "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  margin-top: 7px;
  margin-bottom: 0px;
  color: #0067c6;
  text-align: justify;
}

p {
  font: 7.5pt Arial, Verdana, Helvetica, sans-serif;
  margin-top: 7px;
  margin-bottom: 0px;
  text-align: justify;
  line-height: 130%;
}

img {
  display: block;
  border-style: none;
}

form {
  margin: 0px;
}
/*******************************************************************************
* fi definició elements HTML                                                   *
*******************************************************************************/

/*******************************************************************************
* inici definició zones del document                                           *
*******************************************************************************/
/* Quadre per ombra */
#zonaOmbra {
  position: relative;
  top: 0px;
  width: 748px;
  height: 590px;
  margin: 0px auto;
  clear: both;
  visibility: hidden;
}

/* Quadre principal */
#zonaPresentacio {
  position: relative;
  width: 725px;
  height: 540px;
  margin: 0px auto;
  text-align: left;
  float: left;
}

/* Quadre logo i banner */
#zonaSuperior {
  width: 725px;
  height: 94px;
  clear: both;
}

/* Quadre menú superior */
#zonaMenuSuperior {
  clear: both;
}

/* Quadre presentació document */
#zonaDades {
  position: relative;
  width: 547px;
  height: 395px;
  background-color: white;
	overflow: hidden;
  float: left;
}

/* Quadre menú lateral */
#zonaMenuLateral {
  position: relative;
  width: 177px;
  height: 395px;
  background-color: white;
	overflow: hidden;
  float: left;
}
/*******************************************************************************
* fi definició zones del document                                              *
*******************************************************************************/

/*******************************************************************************
* inici definició barres d'scroll                                              *
*******************************************************************************/
.scrollBar {
  position: relative;
	height: 350px;
	width: 5px;
	border: 1px solid #0067c6;
  float: left;
}

.scrollBox {
	position: absolute;
	top: 0px;
	width: 5px;
	/*background: #cad9ea;*/
	background: #0067c6;
}
/*******************************************************************************
* fi definició barres d'scroll                                                 *
*******************************************************************************/

/*******************************************************************************
* inici definició elements de la part superior                                 *
*******************************************************************************/
#logo {
  width: 136px;
  height: 94px;
  float: left;
}

.separadorPartSuperior {
  width: 1px;
  height: 94px;
  background-color: #dddddd;
  float: left;
}

#banner {
  float: left;
}
/*******************************************************************************
* fi definició elements de la part superior                                    *
*******************************************************************************/

/*******************************************************************************
* inici definició elements de menú                                             *
*******************************************************************************/
.opcioMenu {
  float: left;
}

.imgMenuSuperior {
  width: 136px;
  height: 51px;
  float: left;
}

#imgLesHortes {
  width: 177px;
  height: 51px;
  float: left;
}

.separadorMenu {
  width: 1px;
  height: 51px;
  background-color: #dddddd;
  float: left;
}

.imgMenuLateral {
  width: 177px;
  height: 57px;
  clear: both;
}

.subMenu {
  position: absolute;
  left: 0px;
  height: 55px;
  width: 116px;
  font: 7.5pt Arial, Verdana, Helvetica, sans-serif;
  color: white;
  background-color: #0067c6;
  border: 10px;
  border-style: solid;
  border-color: #0067c6;
  visibility: hidden;
  z-index: 5;
  float: left;
}

.subMenu a {
  display: block;
  width: 116px;
  color: white;
  text-decoration: none;
  border-top: 1px;
  border-right: 0px;
  border-bottom: 1px;
  border-left: 0px;
  border-style: solid;
  border-color: #0067c6;
}

.subMenu a:hover {
  color: yellow;
  text-decoration: none;
}
/*******************************************************************************
* fi definició elements de menú                                                *
*******************************************************************************/

/*******************************************************************************
* inici definició elements del formulari del cercador                          *
*******************************************************************************/
#cercador {
  width: 169px;
  height: 40px;
  background-color: #cad9ea;
  border-top: 5px;
  border-right: 0px;
  border-bottom: 8px;
  border-left: 8px;
  border-style: solid;
  border-color: #cad9ea;
  clear: both;
}

#inputCercador {
  width: 133px;
  height: 15px;
  font-size: 7pt;
  border-style: solid;
  border-width: 1px;
  border-left-color: #0067c6;
  border-top-color: #0067c6;
  border-right-color: white;
  border-bottom-color: white;
  float: left;
}

#imgLupa {
  border-style: solid;
  border-left-width: 3px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-color: #cad9ea;
}
/*******************************************************************************
* fi definició elements del formulari del cercador                             *
*******************************************************************************/

/*******************************************************************************
* inici definició area titol pàgina                                            *
*******************************************************************************/
#zonaCapcalera {
  width: 505px;
  height: 15px;
  font-family: Arial, Verdana, Helvetica , sans-serif;
  font-size: 9pt;
  text-transform: uppercase;
  color: #0067c6;
  background-color: #cad9ea;
  border-top: 3px;
  border-right: 8px;
  border-bottom: 3px;
  border-left: 8px;
  border-style: solid;
  border-color: #cad9ea;
  margin: 10px 13px 5px 13px;
  clear: both;
}

#zonaCapcaleraInt {
  width: 505px;
  height: 15px;
  font-family: Arial, Verdana, Helvetica , sans-serif;
  font-size: 9pt;
  text-transform: uppercase;
  color: #0067c6;
  background-color: #cad9ea;
  border-top: 3px;
  border-right: 8px;
  border-bottom: 3px;
  border-left: 8px;
  border-style: solid;
  border-color: #cad9ea;
  margin: 10px 13px 5px 0px;
  clear: both;
}


/* imatges dins el text */
.imgEsquerra {
  margin: 3px 10px 3px 0px;
  border: 1px solid #dddddd;
  float: left;
}

.imgDreta {
  margin: 3px 0px 3px 10px;
  border: 1px solid #dddddd;
  float: right;
}
/*******************************************************************************
* fi definició area titol pàgina                                               *
*******************************************************************************/

/*******************************************************************************
* inici definició elements ombra                                               *
*******************************************************************************/
.ombra {
  font-size: 0px;
	filter:alpha(Opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
  float: left;
}

#ombra1 {
  width: 10px;
  height: 10px;
  background: url('images/ombra/ombra1.gif') repeat;
}

#ombra2 {
  width: 725px;
  height: 10px;
  background: url('images/ombra/ombra2.gif') repeat;
}

#ombra3 {
  width: 10px;
  height: 10px;
  background: url('images/ombra/ombra3.gif') repeat;
}

#ombra4 {
  width: 10px;
  height: 540px;
  background: url('images/ombra/ombra4.gif') repeat;
}

#ombra5 {
  width: 10px;
  height: 540px;
  background: url('images/ombra/ombra5.gif') repeat;
}

#ombra6 {
  width: 10px;
  height: 10px;
  background: url('images/ombra/ombra6.gif') repeat;
}

#ombra7 {
  width: 725px;
  height: 10px;
  background: url('images/ombra/ombra7.gif') repeat;
}

#ombra8 {
  width: 10px;
  height: 10px;
  background: url('images/ombra/ombra8.gif') repeat;
}
/*******************************************************************************
* fi definició elements ombra                                                  *
*******************************************************************************/
