/* 


	FULLA D'ESTILS PER CATAPINGS.CAT 

Esquema de colors:

color grogós del fons:
FFFF99;

color grogós lletres titol:
FFFF66

taronja potent:
FF9900

taronja palid:
FFB547

vermellós:
CC0000

marró fosc:
663300



*/

/*  PARTS GENÈRIQUES  */
body {
	background-color: #FFFF99;
	color: #FFF;
	font-size: 10px;
	font-family: verdana;
	margin: 5px auto;
	padding: 0px;
}

table {
	border-collapse: collapse;
	color: #FFF;
	font-size: 10px;
	font-family: verdana;	

}

a {
	text-decoration: none;
	color: #FFFF66;
}


a:hover {
	text-decoration: underline;
}
/*  CAPES CONCRETES  */


#contenidor {

	margin: 0px auto;
	width: 100%;
	padding: 0px;
	padding-top: 5px;
}

#capcelera {
	background: #FF9900 url('../img/cap.gif') no-repeat 15px center ;
	padding: 0px;
}

#bannerCapcelera {
	margin-left: 270px;
	margin-top: 15px;
}

#menu {
	background-color: #FF9900;
	text-align: right;
	padding: 0px;
}


#cosTaula {	

	width: 550px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-right: 5px;

}

#dretaTaula {
	width: 200px;
	padding-bottom: 5px;

}


#cos {	
	background-color: #FF9900;
}

#dreta {
}

.caixa {
	padding: 0px;
	background-color: #FF9900;
}

#peuTaula {
	background-color: #FF9900;
	margin-bottom: 5px;
	padding: 0px;
}

#peu {

	padding-left: 25px;

}

/*  ARRODONIMENTS  */

.de {
	float:left;
	background: url('../img/de.gif') no-repeat;
	width: 12px;
	heigh: 12px;
}

.dd {

	float:right;
	background: url('../img/dd.gif') no-repeat;
	width: 12px;
	heigh: 12px;
}

.be {
	float:left;
	background: url('../img/be.gif') no-repeat;
	width: 12px;
	heigh: 12px;
	margin-top: -12px;
}

.bd {
	float:right;
	background: url('../img/bd.gif') no-repeat;
	width: 12px;
	heigh: 12px;
	
	margin-top: -12px;
}

/*  PER PARTS  */


#catapinguAtzar {
	text-align: right;
	margin-right: 25px;
}



#cos .caixaContingut {
	clear: left;
	padding: 10px;
	text-align: justify;

}


.creueta {
}


#menu ul {

	list-style: none;
	float: right;
	margin: 3px;
	margin-right: 50px;
}
#menu li {
	font-size: 15px;
	float: left;
	margin-left: 35px;
}
#menu a {
	color: #FFF;
}
#menu .menuActiu a {
	color: #FFFF66;
	font-weight: bold;
}




#dretaTaula .caixaContingut a:before {
	content: '» '; 

}

.noticia {

	margin-bottom: 22px;
}

.noticiaText {
	padding-right: 20px;
	padding-left: 35px;

}

/*  CAIXES DIVERSES  */

.caixaTitol {
	float: right;
	color: #FFFF66;
}
.caixaTitol a {
	text-decoration: none;
}
.caixaContingut {
	clear: left;
	padding: 5px;

}
.caixaContingutEnllac {
	clear: left;
	padding: 5px;

}
.caixaContingut form {
	text-align: center;

}

.caixaContingut input {
	margin: 2px;
	width: 100px;
	height: 18px;
	background: #FFF;
	color: #FF9900;
	border: 1px solid #663300;
}
.caixaContingut .botonet {
	height: 18px;
	background: #FFF;
	color: #FF9900;
}
.caixaContingut .botonet:hover {
	background-color: #FFFF99;
}



input {
	font-size: 10px;
	margin: 2px;
	background: #FFFF99;
	color: #FF9900;
	height: 18px;
	border: 1px solid #663300;
}

.caixaContingut .txtllarg {
	margin: 2px;
	width: 200px;
	height: 18px;
	background: #FFFF99;
	color: #FF9900;
	border: 1px solid #663300;

}
.caixaContingut .check {
	margin: 2px;
	width: 18px;
	height: 18px;
	background: #FFFF99;
	color: #FF9900;
	border: 1px solid #663300;

}
textarea {
	margin: 2px;
	background: #FFF;
	color: #FF9900;
	border: 1px solid #663300;
}
.botonet {
	width: 60px;
	height: 18px;
	background: #FFFF99;
	color: #FF9900;
}
.botonet:hover {
	background-color: #FFF;
}



/*  ATRIBUTS DE COLORS  */


.taronja {
	color: #FFFF66;
}

.taronjaDreta {
	color: #FFFF66;
	text-align: right;
}


.resalta {
	background-color: #FFB547;

}
.resaltaVermell {
	background-color: #CC0000;

}
.resaltaMarro {
	background-color: #CC6600;
	color: #FFF;
}
.blanc {
	color: #704104;
}

.vermell {
	color: #CC0000;
	font-weight: bold;
}

.marro {
	color: #663300;
}

.groc {
	color: #14820B;
}