
body {
	background-color: #81cacd;
	font-family: Arial, Tahoma, Verda, serif;
	font-size: 14px;
	margin: 0px;
}

hr {
	color: black;
	background-color: black;
	height: 2px;
}

a {text-decoration: none; color:#81cacd;}
a:hover { font-weight: bold;}

img {border: none;}

.small { font-size: 10px; }
.medium { font-size: 12px; }
.big { font-size: 14px; }

li {margin-left:-20px;}
#container {
	margin: 40px auto 0px auto;
	width: 942px;
	height: 686px;
	background-image: url('/pfw_files/tpl/MDA/img/background.png');
}


#header {
	width: 868px;
	height: 105px;
	margin: 0px auto 0px auto;
}

#logo {
	width: 212px;
	height: 105px;
	float: left;
	background-image: url('/pfw_files/tpl/MDA/img/logoA.png');
}

#animation {
	width: 654px;
	height: 105px;
	float: left;
}

#switches {
	width: 864px;
	height: 20px;
	margin: 0px auto 0px auto;
	font-size: 10px;
	font-weight: bold;
	color: #75b5b8;
	text-align: right;
	margin-bottom:5px;
	padding: 2px 0px 2px 2px;
}

#rss {
	width: 60px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-valign: center;
	float: left;
	color: #81cacd;
}

#menuBar {
	width: 868px;
	height: 75px;
	margin: 0px auto 0px auto;
}

.menuBox {
	width: 116px;
	height: 33px;
	background-image: url('/pfw_files/tpl/MDA/img/button.png');
	margin-right: 3px;
	float: left;
	font-size: 14px;
	color: #81cacd;
	padding: 13px;
}

.menuSearchBox {
	width: 114px;
	height: 42px;
	background-image: url('/pfw_files/tpl/MDA/img/buttonS.png');
	float: left;
	font-size: 14px;
	color: #81cacd;
	padding: 14px;
}

.cercador {
	width: 80px;
	height: 16px;
	margin-top: 0px;
	border: 1px solid #bec4c4;
	font-size: 12px;
}

#displayArea {
	width: 868px;
	height: 431px;
	margin: 0px auto 0px auto;
	margin-top: 15px;
}

#leftCol {
	width: 176px;
	height: 395px;
	float: left;
	color: white;
	padding: 18px;
}


.normalleftCol {
	background-image: url('/pfw_files/tpl/MDA/img/blueCol.png');
}

.greenleftCol {
	background-image: url('/pfw_files/tpl/MDA/img/greenCol.png');
}

.orangeleftCol {
	background-image: url('/pfw_files/tpl/MDA/img/orangeCol.png');
}

#homeBT {
	position: relative;
	left: 10px;
	top: 10px;
	float:right;
	margin-right: 10px;
}

#goBack {
	margin-top: 10px;
	height: 16px;
	min-width: 90px;
	text-align: right;
	/*background-color: #ff0f87;*/
	float: right;
	margin-right: 10px;
}
#centerCol {
	width: 522px;
	height: 331px;
	background-image: url('/pfw_files/tpl/MDA/img/bgContents.png');
	margin-left: 34px;
	float: left;
	padding: 50px;
}

#centerColData {
	width: 500px;
	height: 320px;
	padding-right:10px;
	overflow: auto;
	float: left;
	text-align: justify;
}

#bottomLine {
	margin: 15px auto 15px auto;
	width: 900px;
	height: 15px;
	text-align: right;
	font-size: 12px;
	color: #ffffff;
}


.smallLnk {text-decoration: none; color: white;}
.smallLnk:hover { font-weight: bold;}

.smallLnkBlue {text-decoration: none; color: #75b5b8;}
.smallLnkBlue:hover { font-weight: bold;}



/* Estils propis del llistat */
.containerLlistat{
	width: 100%;
	float: left;
	margin-top: 20px;
}

.line1Llistat{
	width: 100%;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 10px;
	float: left;
}

.titleLlistat{
	font-size: 16px;
	font-weight: bold;
	float: left;
	width:100%;
}

.dateLlistat{
	width: 100px;
	font-size: 10px;
	text-align: right;
	float: right;
	color: #c1c1c1;
}

.imageLlistat{
	margin: 0px 10px 10px 0px;
	display: inline;
	border: 1px solid #c1c1c1;
	float: left;
}

.textLlistat{
	text-align: justify;
	width: 100%;
	float: left;
}

.line2Llistat{
	width: 100%;
	height: 40px;
	border-bottom: 1px dashed #c1c1c1;
	margin-bottom: 50px;
	float: left;
}

.readMoreLlistat{
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

.sourceLlistat{
	margin-top: 10px;
	float: right;
}

/* FI estils propis del llistat */


/* Estils propis de la pàgina informativa */
#menuOption{
	border-bottom: 1px dashed #c1c1c1;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 40px;
	float:left;
}

.containerInfo{
	width: 98%;
	float: left;
	margin-bottom: 50px;
}

.titleInfo{
	width: 98%;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 10px;
	float: left;
}

.textInfo{
	text-align: justify;
	float: left;
	margin: 0px 5px 0px 5px;
	width: 98%;
}

.imageInfo{
	margin: 0px 10px 10px 10px;
	display: inline;
}

.left{
	float: left;	
}

.right{
	float: right;
}

.center{
	margin: 0px auto 0px auto;
	text-align: center;
}

#zona_flash{
	text-align: center;
}

/* FI Estils propis de la pàgina informativa */