/**
*** A Free Template by noseasidiota.com
*** @version 1.0
*** @copyright (C) 2009 by - Jordi Rispa
*** @web http://www.fumh.cat
**/
/***This css file is usually used by Joomla,
however we structure our templates a little
differently for optimized use, for example:
We have seperated the template into 2 main css docs,

**For STRUCTURAL CSS, please see, layout.css 
(this contains the dimensions and main page
layout, only to be edited if you want to change
the page structure)
**For all graphical elements, typography, colors,
fonts and main joomla styles, edit this document
***/

/*TIP
**Use this (template_css.css) css document to add 
styles that will be used in the backend editor when
adding or editing content, this will help you maintain
a consistent look and feel throughout your website 
for more information, please email info@joomlajunkie.com*/

* { /* Totes les fonts del lloc*/
	font-family: Arial, Helvetica, sans-serif;
}

Body { /* La mida de la lletra si no �s diu el contrari*/
font-size:12px;
}

.Esquema1 { /* fa ref�rencia als punts Precedits per un cuadrat*/
	list-style-type:none;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 5px;
	padding-left: 15px;
	}
	
.Esquema2 { /* De moment no utilitzat*/
	list-style-type:none;
	padding-left: 13px;
	margin-left: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
.TitolTemplate { /* Mida i color del titular del article*/
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D5CB12;
	width: 705px;
	visibility: visible;
	position: static;
	font-variant: normal;
	text-transform: uppercase;
	padding: 2px;
	}
.Subtitol{ /*Nom�s en el cas de que hagi un aclaratori del t�tol*/
font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;}
	
.seccio{ /*Cada  apartat dins el text*/
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.subseccio{/*Cada  subapartat dins el text*/
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.Entradeta{ /* El primer par�graf de cada art�cle (si es aconsellat)*/
	font-size: 12px;
	font-weight: bold;
}

.Destacat1{ /* Quan es vulgui rersaltar signuficativament una frase, aconsellable posar-ho en una taula*/
	font-size: 16px;
	color: #959500;
	font-weight: bold;
}
.Destacat2{ /* igual qu� l'anterior per� Negre*/
font-size: 16px;
	color: #000000;
	font-weight: bold;
}	
.imatge1{ /* Per defecte les imatges horitzontals de 150x100 px afageig una ombra*/
	background-color: #FFFFFF;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	background-image: url(../images/ombra1H.png);
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 2;
}
/* .imatgeFons { No utilitzat
	overflow: visible;
	position: static;
	visibility: visible;
	z-index: 0;
	width: 705px;
	/*left: 265px;
	top: 220px;
}*/
.Imatge2{ /* Nomes proporciona un filet negre al voltan de la imatge*/
	border: medium solid #FFFFFF;	
}
/*.TextSobreposat1 {  No utilitzat
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 5;
	width: 705px;
	left: 265px;
	top: 220px;
	
}*/
.persabermes { /* Secci� al acabar l'art�cle, fons gris filet (acabar de polir)*/
	background-color: #DDDDDD;
	float: left;
	width: 100%;
	border: thin solid #000000;
	padding: 5px;
}
.persabermes:First-line { /* Secci� al acabar l'art�cle, fons gris filet negre Proimera l�nea negreta)*/
	font-weight: bold;	
}
a.persabermes:link { /* Haurie de ser els vincles en la secci� anterior*/
	color: #000099;
}
	
a.persabermes:hover { /* Haurie de ser els vincles en la secci� anterior*/
	color: #000033;
}
pre {
    background: #fff;
    color: #333;
    padding: 10px;
    border: 1px solid #bbbbbb;
    border-left: 5px solid #bbbbbb;
}

hr {
    /*many components use this as a seperator line */
    background: transparent;
    height: 1px;
    border: 1px solid #999999;
}	

.seccio1 { /* Possible utilitzaci� quan es parla de la UE*/
	font-size: 16px;
	font-weight: bold;
	color: #D5CB12;
	background-color: #004C99;
	height: 16px;
	width: 100%;
	padding: 2px;
}
.colaboradores {
	font-size: 10px;
	color: #004c99;
	background-color: #FFFFFF;
	text-align: center;
}
a.colaboradores:link {
	font-size: 10px;
	color: #004c99;
	text-align: center;
}
a.colaboradores:hover {
	font-size: 10px;
	color: #004c99;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}
