
   html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;

   }
	div.titulo{background: #F0F6F9;border-radius: 0px 10px 0px 10px; -moz-border-radius: 0px 10px 0px 10px; -webkit-border-radius: 0px 0px 10px 10px;margin-right:10px;position:relative;text-align:left;border:1px solid #66A3C2;}
	div.contenido{background: #F0F6F9;border-radius: 0px 10px 0px 10px; -moz-border-radius: 0px 10px 0px 10px; -webkit-border-radius: 0px 0px 10px 10px;border:1px solid #66A3C2;margin-right:10px;margin-top:10px;}
	div.pie{background: #F5F5F5;}
	h1{  font-size: 1px; }
	h2{  font-family:Trebuchet MS;font-size: 12px; font-weight: bold; color: #756675;text-align: left; }
	h3{font-family:Trebuchet MS;font-size:12px;}
   object{
   		outline:none;
   }
	div#cabecera{
		margin: 0 auto;
	}
	div.contingut{
		font-size:12px;
		font-family:Trebuchet MS;
		color:#756675;
		text-align:left;
	}
	span.titulo{
		font-size:16px;
		font-family:Trebuchet MS;
		color:#756675;
		text-align:left;
	}
	span.noticias a:link{
		text-decoration:none;
		font-size:12px;
		font-family:Trebuchet MS;
		color:#333333;
		text-align:left;
	}
	span.noticias a:visited{
		text-decoration:none;	
		font-size:12px;
		font-family:Trebuchet MS;
		color:#333333;	
		text-align:left;
	}
	span.noticias a:hover{
		text-decoration:underline;		
		font-size:12px;
		font-family:Trebuchet MS;
		color:#756675;
		text-align:left;
	}
	span.noticias a:active{
		text-decoration:none;		
		font-size:12px;
		font-family:Trebuchet MS;
		color:#333333;
		text-align:left;
	}
	span.idiomes_seleccio{
		font-size:12px;
		font-family:Trebuchet MS;
		color:#000000;
		text-align:left;
	}
	a:link{
		text-decoration:none;
		font-size:12px;
		font-family:Trebuchet MS;
		color:#66a3c2;
		text-align:left;
	}
	a:visited{
		text-decoration:none;	
		font-size:12px;
		font-family:Trebuchet MS;
		color:#66a3c2;	
		text-align:left;
	}
	a:hover{
		text-decoration:underline;		
		font-size:12px;
		font-family:Trebuchet MS;
		color:#66a3c2;
		text-align:left;
	}
	a:active{
		text-decoration:none;		
		font-size:12px;
		font-family:Trebuchet MS;
		color:#66a3c2;
		text-align:left;
	}
	span.titulo a:link{
		text-decoration:none;
		font-size:12px;
		font-family:Trebuchet MS;
		color:#333333;
		text-align:left;
	}
	span.titulo a:visited{
		text-decoration:none;	
		font-size:12px;
		font-family:Trebuchet MS;
		color:#333333;	
		text-align:left;
	}
	span.titulo a:hover{
		text-decoration:none;		
		font-size:12px;
		font-family:Trebuchet MS;
		color:#756675;
		text-align:left;
	}
	span.titulo a:active{
		text-decoration:none;		
		font-size:12px;
		font-family:Trebuchet MS;
		color:#333333;
		text-align:left;
	}
	.empresa{
		text-decoration:none;		
		font-size:12px;
		font-family:Trebuchet MS;
		color:#333333;
		text-align:left;
	}
	
	body{
		background-image: url(../imagenes/fondo.gif);
		background-repeat: repeat-x; 
		/*background-attachment:fixed;*/
		background-color:#FFFFFF;
	}
	
	.mensaje{
		font-size:13px;
		font-family:Trebuchet MS;
		color:#ae0000;
	}
	.error{
		color:#ae0000;
		font-size:12px;
		font-family:Arial;
		padding:10px;
	}	

	/* Para formularios*/
	.Label{
		font-family:Trebuchet MS;
		font-size:12px;
		padding-right:5px;
		text-align:right;
	}
	.campoTexto{
		font-family:Trebuchet MS;
		font-size:12px;
		color:#000;
		border:1px solid #CCCCCC;
		width:200px;
	}
	.botonsSelect {
		font-family: Trebuchet MS;
		font-size: 12px;
		color: #3C3C3C;
		height: 23px;
		cursor:pointer;
	}

