/* Documento css */

#caja_principal {
	width: 808px;
      height: 1060px;
	border: 1px solid #cccccc;
	padding: 3px;
	background: #ffffff;
}  /* cccccc es el gris claro */


#logo_cabezera {
      border: 00px solid #cccccc;
	padding: 0px;
	margin: 1px;
	width: 800px;
	height: 69px;
	background: url(../images/Logocabezera.jpg) no-repeat;
      background-position:  top left
}     /*no-repeat es para que no salga tiled */  
      /*800 es la ancura de la div */  
/*top left --- top center --- top right --- center left --- center center 
center right --- bottom left --- bottom center --- bottom right*/

#idioma {
      width: 800px;
      height: 20px;
	background: url(../images/EN1.gif) no-repeat;
      background-position:  bottom right
}     

#caja_menu {
	margin-top: 2px;
	border: 1px solid #cccccc;
      /*border-style: groove;*/
	padding: 2px;
	float: left;
	width: 125px;
}

#caja_centro {
	width: 540px;
	border: 1px solid #cccccc;
	padding: 1px;
	background: #ffffff;
      float: left;
      margin-top: 2px;
      margin-left: 2px;
}  

#caja_novetats {
	margin-top: 2px;
      margin-left: 2px;
	border: 1px solid #cccccc;
      /*border-style: groove;*/
	padding: 1px;
	float: left;
	width: 125px;
}

a { 
        text-decoration: none; 
}       /*fa que tots els links estiguin sense subratllar */ 

table.tablas123 {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

h1 {
      font-size: 10px;
	font-weight: normal;
	margin-bottom: 3px;
}

.cabezeradefault {
	width: 100%;
      font-family: Arial, Helvetica, "Sans Serif";
      color: #1E3A0F;
}

table.noticias {
      font-family: Arial, Helvetica, "Sans Serif";
      font-size: 11px;
}

a.nivelprincipal:link, a.nivelprincipal:visited {
	display: block;
	background: url(../images/butMenus.jpg) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
      font-family: Arial, Helvetica, "Sans Serif";
	padding-top: 5px;
	padding-left: 18px;
	height: 19px !important;
	height: 24px;
	width: 125;   /* Ojo, mismo tamaņo q caja_menu.width, sino en firefox peta*/
	text-decoration: none;
}

a.nivelprincipal:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #000000;
}


/*#pathway {
	float: right;
	padding: 4px 3px 3px 5px;
}*/    /* Esto situa CASA en un lado u otro */
     /* Le he puesto float: right */

/*#buttons {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 50%;
} */    /* Se podra quitar, no se si utilizar */


