@charset "UTF-8";
/* CSS Document */

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* estils de texte */
.not-textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	
}

.textepetit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align:center;
}

.not-titular {
	color: #840901;
	text-align: left;
	font: bold 22px Arial, Helvetica, sans-serif;
}

.not-subtitols {
	color: #000000;
	font: bold 14px Arial, Helvetica, sans-serif;
}

.textedata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* per fer el requadre de la dreta */
.marcesqsup {
	width: 5px;
	height: 5px;
	background: url(imatges/barrasupesq.gif) no-repeat;
}

.marcesqver {
	width: 5px;
	background: url(imatges/barraveresq.gif) repeat-y;
}

.marcesqmig {
	width: 5px;
	height: 5px;
	background: url(imatges/barramigesq.gif) no-repeat;
}

.marcesqinf {
	width: 5px;
	height: 5px;
	background: url(imatges/barrainfesq.gif) no-repeat;
}

.marcbarhor {
	height: 5px;
	background: url(imatges/barrahor.gif) repeat-x;
}

.marcdrever {
	width: 5px;
	background: url(imatges/barraverdre.gif) repeat-y;
}

.marcdresup {
	width: 5px;
	height: 5px;
	background: url(imatges/barrasupdre.gif) no-repeat;
}

.marcdremig {
	width: 5px;
	height: 5px;
	background: url(imatges/barramigdre.gif) no-repeat;
}

.marcdreinf {
	width: 5px;
	height:5px;
	background: url(imatges/barrainfdre.gif) no-repeat;
}

/* barra que va al final de la pagina */
.barrainferior {
	width: 10px;
	height: 15px;
	background: url(imatges/barrainferior.gif) repeat-x;
}

/* estils per les taules de resultats */
.resultatstitol {
	color: #840901;
	text-align:center;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.resultatsequip {
	color: black;
	text-align: left;
	font: bold 10px Arial, Helvetica, sans-serif;
}

.resultatspartit {
	color: black;
	text-align: left;
	font: 10px Arial, Helvetica, sans-serif;
}


.subs {
	height: 20px;
	background: url(http://www.gestiomatica.es/WEB/ESCAPARATES/BASE/subs.jpg) repeat-x;
}
.rec-titols {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}

/* estils per la part central de la portada */
.centre-textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.centre-sutitols {
	color: #840901;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.centre-titols {
	color: #FFFFFF;
	font: bold 14px Arial, Helvetica, sans-serif;
}

/* estils per la part dreta de la portada */
.dreta-textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.dreta-titols {
	color: #FFFFFF;
	font: bold 12px Arial, Helvetica, sans-serif;
}
