@charset "UTF-8";

html{
height:100%;
}

img{
border:none;
}

.idiomes{
	color: #ffffff;
	text-align:right;
	font-size: 14px;
	text-decoration: none;
	font-family: Candara;
}
.invisible{
color:#000000;
font-size:10px;
}

body{
background-color:#000000;
height:100%;
}

#inner{
margin-left:auto;
margin-right:auto;
text-align:center;
width:900px;
font-family:Candara, Verdana;
}

#header{
width:900px;
height:180px;
}

#menu{
width:900px;
height:30px;
text-align:center;
}

#cont{
width:840px;
padding:30px;
padding-bottom:10px;
background-image:url(img/fons.jpg);
text-align:left;
}

#titol{
width:800px;
height:15px;
padding:5px;
margin-left:10px;
border-width:thin;
border-color:#000000;
border-style:dotted;
background-color:#333333;
opacity:0.5;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
margin-bottom:10px;
}

#info{
width:840px;
text-align:justify;
}

#info1{
width:840px;
height:215px;
text-align:left;
border-bottom-width:thin;
border-bottom-color:#333333;
border-bottom-style:solid;
}

#info2{
margin-top:20px;
width:840px;
height:275px;
text-align:left;
border-bottom-width:thin;
border-bottom-color:#333333;
border-bottom-style:solid;
}

#info3{
width:840px;
height:380px;
text-align:center;
}

#info4{
width:840px;
height:300px;
margin-top:50px;
}

#info4_txt{
width:370px;
float:left;
}

#info4_img{
float:left;
width:440px;
padding-left:30px;
}

#taula{
width:330px;
height:90px;
margin-left:50px;
float:left;
}

#formulari{
margin-top:10px;
width:840px;
height:150px;
border-bottom-width:thin;
border-bottom-color:#333333;
border-bottom-style:solid;
}

#news_cont{
width:840px;
height:350px;
text-align:left;
}


#news{
width:210px;
height:270px;
float:left;
margin-left:10px;
border-width:thin;
border-color:#333333;
border-style:dotted;
padding:20px;
padding-top:0px;
}


#peu{
width:900px;
text-align:center;
}

#peu a{
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 2em;
	}
	
#peu a:hover{
	text-decoration: underline;
	}


/*TEXT*/

.txt{
font-family:Candara, Verdana;
font-size:12px;
color:#CCCCCC;
line-height: 16px;
}

.txt a{
color:#666666;
}

.txt a:hover{
color:#e78301;
}

