/* Documento css */

#caja_principal {
	width: 808px;
      height: 1500px;
	border: 1px solid #cccccc;
	padding: 3px;
	background: #ffffff;
	font-family: Arial;
	font-size: 13px;
}  /* 12px --> size="2" */


#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_submenu {
      padding-top: 3px;
	padding-left: 14px;
      padding-bottom: 3px;
      font-family: Arial, Helvetica, "Sans Serif";
	font-size: 11px;
      font-weight: bold;
      color: #001A82;
}

#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;
}

p.cursivapeq {
	font-family: Arial, Helvetica, "Sans Serif";
	text-align: center;
	font-style: italic;
	font-size: 11px;
margin-top: 0;
}

table.tablas123 {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.noticias {
      font-family: Arial, Helvetica, "Sans Serif";
      font-size: 11px;
}

a { 
        text-decoration: none; 
}       /*fa que tots els links estiguin sense subratllar */ 

a:visited {
	color: #000000;   /*Para el submenu*/
}

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;
}




