/*

COLORS

@variables {
  ColorDeFons: #010066;
}
/*

PÀGINA GENERAL

*/
BODY  {
   background: #f7f3f7 ; 
   /* background-image: url("Imatges/CEB3.png");*/
   /*   background: #E6E6FA ;*/
   /* background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom right;*/
    border-style:hidden;
    font-family: Verdana ;
    font-size: 10pt;
    color: black;  
    margin-top: 2em;    
}
h1{
    font-size: 2em;
    text-align: center;
    font-family: Verdana;
    color: #000060;
}
h2{
    font-size:2em;
    text-align: center;
    margin-left: 3em;
}
h3{
    font-size: 1.5em;
    text-align:center;
    margin-left: 3em;
	 margin-right: 3em;
}

/* Links                     */
A {
	text-decoration: none;
	color: blue;
}
a:hover {
	text-decoration: underline;
	color: red;
}

/* Links dins d'una taula blau fosc */

A.DinsTD {
	text-decoration: none;
	color: blue;
}
a.DinsTD:hover {
	text-decoration: underline;
	color: red;
}


TH {
vertical-align: top;
background: #73737D;
color: black;
font-size: 8pt;  
}


TD {
vertical-align: top;
text-align: Center;
font-family: Verdana;
font-size: 8pt;
background: #f7f3f7;  
}

.Text {
text-align: justify;
margin-left: 3em;
margin-right: 3em;
clear: right;
}



TABLE.temes {
/*   left: 0px;   */
	padding: 0px;
   margin: 0px;
	border-style:none;
	border-width: 0px;
	border-color: cyan ;
/*	border-width: thin ;*/
/*	border-color: #010066;*/
/*	border-spacing: 0px;*/
	background: #010066; 
}


/*

ESPECIAL PER LA PORTADA

*/

TD.portada {
background:  #f7f3f7; 
width: 50%;
border-style: solid;
border-width: 1px ;
border-color: black;
font-size: 10pt;
-moz-border-radius: 10px;
}
/*

Altres estils

*/
/*
SELECT {
		background:  #0165ff;
		color: blue;
		font-family: "MS Arial";
		font-size: 0.8em;
		text-align: left;
	}
*/

TD.Esq {
vertical-align: top;
text-align: Left;
font-family: Verdana;
font-size: 8pt;
/*background: #0165ff;
/*color: #f7f3f7;*/
background: #E6E6FA;
color: black;
}

TD.Cel_texte {
vertical-align: top;
text-align: justify;
font-family: Verdana;
font-size: 8pt;
background:  #E6E6FA; 
color: black;
}

TD.Xifra {
vertical-align: top;
text-align: right;
font-family: Verdana;
font-size: 8pt;
background:  #E6E6FA; 
color: black;
}

.Tatxat {
/*  text-decoration: line-through;*/
  vertical-align: top;
  text-align: Left;
  font-family: Verdana;
  font-size: 8pt;
  background:  #E6E6FA;
  color: white;

}

.Intermitent {
	text-decoration: blink;
}
.subratllat{
  text-decoration: underline;
}



.Noticia {
text-align: left;
margin-left: 3em;
margin-right: 3em;
clear:right;
background:  #f7f3f7;
}
P.Noticia_esq {
text-align: left;
}

P.Esq {
text-align: left;
margin-left: 3em;
margin-right: 3em;
}
HR {
margin-left: 3em;
margin-right: 3em; 
}

.Ress  {
/* Format número 19
*/
float: right;
position: relative;
margin-left:2em;
margin-top: 1.5em;
margin-bottom:1.5em;
clear:right;
}

TD.BotoCamp {
	background: #f7f3f7; 
	margin: 0px;
	padding: 0px;
	border-style:none;
}	
.frontis {	
	display: block;   
	margin-left: auto;  
	margin-right: auto;
}
.perferample {
	color: #f7f3f7;
}	


