﻿body 
{
    background-color:Black;
    color: Silver;
    font-family: Corbel, Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Bitstream Vera Sans, Liberation Sans, Verdana ;

}

#Contingut{
		margin: 0 auto; /*con este valor quedará centrado,
						 no hace falta repetir otra vez 0 
						 auto porque ahora mismo el 0 se refire
						 a arriba y abajo, y el auto a los lados*/
		width: 1100px;
		height:635px;
		/*border: solid 1px blue;*/
		overflow: hidden;
}

.Idiomes{
	text-transform:uppercase;
	font-weight:bold;
	font-size: 8pt;
}

#Text
{
    text-align: left;
    font-size: 20pt;
    width: 577px;
    top: 0px;
    left: -39px;
    color: white;
    letter-spacing: 1pt;
}

.Signatura{

	color: gray ;
	font-size: 12pt;
	letter-spacing:normal;
}

#Fons
{
	text-align:center;
	position:relative;
	top: -170px;
	z-index: 0;
}

#Fons img{
	border-style: none;
}

#Expos{
	width: 290px;
	position: relative;
	left: 600px;
	top: -280px;
}

.TitolExpo
{
   text-transform:uppercase;
   text-decoration:underline;
   font-size: 14pt;
   font-weight:bold;  
}

a.idioma
{
    text-decoration:none;
    color: Silver;
}

a:hover.idioma
{
    text-decoration:underline;
}

