﻿HTML { overflow: hidden; }

BODY
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	
	color: #FFFFFF;
	background-color: #222222;

	font-family: Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
}
	
DIV, UL, LI
{
	margin: 0px;
	padding: 0px;
	
	text-align: left;
}

IMG { border-style: none; }

A { font-weight: bold; text-decoration: none; }
A:hover { text-decoration: none; }
A:active { text-decoration: none; }

/********************************************************PORTADA*********/

#centre-ver
{
	position: absolute;
	top: 50%;
	width: 100%;
}

#espai-ver
{
	position: absolute;
	top: -262px;
	width: 100%;
	height: 525px;
	
	text-align: center;
}

#centre-hor
{
	position: relative;
	width: 700px;
	height: 100%;
	margin: auto;
	
	color: #FFFFFF;
	background-color: #FF0000;
}

/************************************************************************/

/************************************************************CONTINGUT****/

#retol
{
	position: absolute;
	top: 0px;		left: 0px;
	width: 100%;
	height: 100%;
}

#noticies
{
	position: absolute;
	top: 90px;		right: 0px;
	width: 40%;
	height: 435px;
	
	overflow: auto;
	
	color: #000000;
	background-color: #FF6600;
}

.not_titol{ margin: 0.6em; }

.not_article
{	
	margin: 1em;
	
	color: #FFFFFF;
	background-color: #FF6600;
	
	font-size: 0.8em;
	line-height: 1.2em;
}

.not_article A
{
	color: #FFFFFF;
	background-color: #FF6600;
}

.menu
{
	position: absolute;
	top: 90px;		left: 0px;
	width: 30%;
	height: 435px;
	
	overflow: auto;
	list-style: none;
	
	color: #000000;
	background-color: #FF9933;
}

#menu_info { left: 0%; }
#menu_soci { left: 30%; }

.submenu{ list-style: none; }

.nivell1 { margin: 1em 0.8em; }

.nivell1 A
{
	color: #000000;
	background-color: #FF9933;
}

.nivell2
{ 
	margin: 0.5em;
	font-size: 0.9em;
	line-height: 1em;
}

.nivell2 A
{
	color: #FFFFFF;
	background-color: #FF9933;
}

/************************************************************************/

/************************************************************PEU*********/

#peu
{
	position: absolute;
	bottom: 0%;		left: 0%;
	padding: 0.2em 1em;
	z-index: 3;
	
	color: #666666;
	
	font-size: 0.6em;
	text-align: center;
}

#peu A { color: #666666; font-weight: normal; }
#peu A:hover { color: #FF0000; }

/************************************************************************/
