/*

	-- -- -- -- -- -- --
    v. febrer 2010 by David "Snake" Oliveras
	-- -- -- -- -- -- --
			
*/


/* ESTILS GENERALS */

body {
	margin: 0px;
	font-family: verdana;
	font-size: 12px;
	color: #333333;
	background-color: #abbbdf;
	line-height: normal;
	text-align: justify;
	background-image:url(images/fons.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

a:link { color: #015cb5; text-decoration: underline; }
a:visited { color: #015cb5; text-decoration: underline; }
a:active { color: #015cb5; text-decoration: underline; }
a:hover { color: #015cb5; text-decoration: none; }


.filmina {
	width: 211px;
	height: 122px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.site_Title {
	font-size: 24px;
	font-weight: bold;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida","Lucida Sans", Verdana, Arial, sans-serif;
	color: #015cb5;
	text-transform: uppercase;
	font-style: italic;
	background-image: url(images/titular.png);
	background-repeat: repeat-x;
	height: 41px;
	padding-left: 5px;
}


	
/* IDIOMES */

.idiomes {
	width: 886px;
	margin-top: 10px;
	margin-bottom: 0px;	
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 0px;
	color: #FFFFFF;
	display: none;
}

a:link.LangLink, a:active.LangLink, a:visited.LangLink {
	text-decoration: underline;
	color: #FFFFFF;
    }
a:hover.LangLink {
	text-decoration: none;
    }
	
a:link.LangLink_selected, a:active.LangLink_selected, a:visited.LangLink_selected {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
    }
a:hover.LangLink_selected {
	text-decoration: none;
    }

/* CAPÇALERA */

.capcalera {
	width: 886px;
	height: 107px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
    }
.capcalera img{
	border: 0px;
	}
	
.tit1 {
	background-color: #015cb5;
	padding: 5px;
	width: auto;
	color: #FFFFFF;
	font-size: 35px;
	text-transform: uppercase;
	float: left;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.tit2 {
	background-color: #015cb5;
	padding: 5px;
	margin-top: 5px;
	color: #FFFFFF;
	font-size: 24px;
	text-transform: uppercase;
	width: auto;
	float: left;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
	

/* MENÚ SUPERIOR */

#menusuperior {
	width: 886px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-image:url(images/fons_menu.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: -10px;
    }
	
/* CONTINGUT */

.contingut{
	width: 886px;
	margin-right: auto;
	margin-left: auto;
    }

.data {
	width: 720px;
	background-color: #FFFFFF;
	float: left;
	min-height: 640px;
}


.espaiat {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 0px;
}

.data2 {
	width: 720px;
	background-color: #FFFFFF;
	float: left;
	padding-top: 80px;
	padding-bottom: 10px;
	background-image: url(images/separador.png);
	background-position: top;
	background-repeat: no-repeat;
}

.esquerra{
	width: 166px;
	float: right;
	margin-top: 38px;
}

.menu {
	width: 165px;
	overflow: hidden;
	background-image: url(images/fons_publicidad.png);
	background-repeat: repeat-y;
}

.bannerlateral{
	margin-top: 10px;
	margin-left: 20px;
}
.banners {
	margin-bottom: 25px;
}

.banners img  {
	border: 0px;
	}
	
.bannerinferior  {
	clear: both;
	margin-bottom: 30px;
	margin-top: 10px;
	padding-top: 10px;
	}

.bannerinferior img {
	max-width: 550px;
	}




/* CREDITS */

.credits {
	width: 886px;
	height: 128px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
    }
	
.footer {
	width: 580px; 
	position: absolute;
	top: 15px;
	left: 80px;
	color: #FFFFFF;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida","Lucida Sans", Verdana, Arial, sans-serif;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.logomotorito { 
	position: absolute;
	bottom: 40px;
	left: 272px;
}

/* ESTILS EDITOR HTML */

.titol_blau_gran {
	font-size: 24px;
	font-weight: bold;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida","Lucida Sans", Verdana, Arial, sans-serif;
	color: #015cb5;
	text-transform: uppercase;
	font-style: italic;
	background-image: url(images/titular.png);
	background-repeat: repeat-x;
	height: 41px;
	padding-left: 5px;
	}
	
.titol_blau_mitja {
	font-size: 18px;
	font-weight: bold;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida","Lucida Sans", Verdana, Arial, sans-serif;
	color: #015cb5;
	text-transform: uppercase;
	font-style: italic;
	background-image: url(images/titular.png);
	background-repeat: repeat-x;
	height: 41px;
	padding-left: 5px;
	}
	
.content li {
	list-style: square;
}

.content hr {
color: ##278C8A;
height: 1px solid;
}

