/* Menu */

#menu {
 float: right;
 list-style: none;
 margin: 0;
 padding: 0;
 width: 100%;
}

#menu li {
 float: right;
 font-size: 14px;
 margin: 0;
 padding: 0;
}

#menu a {
 color: #ffffff;
 display: block;
 float: left;
 margin: 0;
 padding: 7px 20px;
 text-decoration: none;
 font-weight: bold;
}

#menu a:hover {
 background-color: #850001;
 color: #ffffff;                  
}

#menu2 a {
 color: #FFFFFF;
 display: block;
 float: left;
 margin: 0;
 padding: 7px 20px;
 text-decoration: none;
 font-weight: bold;
 background-color:#850001;
}

#menu2 a:hover {
 background-color: #850001;
 color: #ffffff;                  
}


/* Footer */

.footer_left {
 margin: 15px 15px 0px 20px;
 float: left;
 color: #ffffff;
 font-size: 10px;
}

.footer_left a:link, .footer_left a:visited, .footer_left a:hover{
 color: #ffffff;
 font-size: 10px;
}

.footer_right {
 margin: 15px 20px 0px 0px;
 float: right;
 text-align: right;
 color: #ffffff;
 font-size: 11px;
}

.footer_left a:link, .footer_left a:visited, .footer_left a:hover, .footer_right a:link, .footer_right a:visited, .footer_right a:hover {
 color: #ffffff;
 font-size: 11px;
 text-decoration: none;
 font-weight: bold;
}


/* Banners home */

#partit {
 margin-top:19px;
 float: left;
 background-image: url(../imgs/banner_partit.jpg);
 background-repeat: no-repeat;
 height: 120px;
 width: 507px;
 margin-bottom: 23px;
}

#text_partit {
 margin-left: 22px;
 margin-top: 65px;
}

#banner_extra {
 float: left;
 height: 120px;
 width: 507px;
 margin-bottom: 23px;
}

.arialbold20white {
 font-size: 20px;
 font-weight: bold;
 color: #ffffff;
}

.arialregular13white {
 font-size: 13px;
 color: #ffffff;
}

#galeria {
 float: left;
 padding-bottom: 26px;
}


/* Noticia home */

#noticia_home {
 margin-top: 50px;
 margin-left: 50px;
 margin-bottom: 50px;
 margin-right: 50px;
}

#noticia_fons {
 width: 281px;
 padding: 7px;
 height: 143px;
 background-color: #7a7979;
}

#noticia_foto {
 float: left;
 width: 281px;
 height: 143px;
 /*background-image: url(../imgs/foto_noticia.jpg);*/
}

#noticia_text {
 float: left;
 margin-top: 22px;
 width: 295px;
 height: auto;
 text-align: justify;
}



/* Texts */

.arialregular10red { /* Font de la noticia */
 font-size: 10px;
 color: #850001;
}

.arialbold10red { /* Text Camps obligatoris */
 font-size: 10px;
 color: #850001;
 font-weight: bold;
}

.arialregular10grey { /* Data de la noticia */
 font-size: 10px;
 color: #414040;
}

.arialbold14red { /* Titol de la noticia */
 font-size: 14px;
 color: #850001;
 font-weight: bold;
}

.arialregular12red { /* Font de la noticia */
 font-size: 12px;
 color: #850001;
}

.arialbold12red { /* Subtitol de la noticia */
 font-size: 12px;
 color: #850001;
 font-weight: bold;
}

.arialregular12white { /* Text */
 font-size: 12px;
 color: #FFFFFF;
}

.arialregular12grey { /* Text */
 font-size: 12px;
 color: #414040;
}

a.arialregular12grey { /* Text quan és un link */
 font-size: 12px;
 color: #414040;
 text-decoration: none;
}

a.arialregular12grey:hover { /* Text quan és un link i passes el cursor per sobre */
 font-size: 12px;
 color: #850001;
 text-decoration: underline;
}

.active { /* Text quan és un link i està activat */
 font-size: 12px;
 color: #850001;
 text-decoration: underline;
}

.arialbold18red { /* Titols apartats de la web */
 font-size: 18px;
 font-weight: bold;
 color: #850001;
}


/* Taules */

.taula{ /* Taula classificacio */
 font-family: Arial, Helvetica, sans-serif;
 color: #ffffff;
 font-size: 11px;
 background-color: #a0a0a0;
}

.taula td{
 height: 15px;
}

.taula2{ /* Taula resultats */
 font-family: Arial, Helvetica, sans-serif;
 color: #ffffff;
 font-size: 11px;
 background-color: #a0a0a0;
}

.taula2 td{
 height: 15px;
 padding:10px;
}

/* Botons */

/* Boto veure tota la classificacio */

#buttons {
 width: 507px;
 height: 20px;
 text-align: right;
}

ul#button {
 list-style: none;
 margin: 0;
}

ul#button li {
 float: right;
}

ul#button li a {
 display: block;
 width: 143px;
 padding: 5px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;	
 text-decoration: none;
 text-align: center;
 color: #ffffff;
 background-color: #a26060;
 height: 12px;
}
	
ul#button li a:hover {
 color: #ffffff;
 background-color: #850001;
}

/* Boto +info de la home */

#buttons2 {
 width: 346px;
 height: 20px;
 text-align: right;
}

ul#button2 {
 list-style: none;
 margin: 0;
}

ul#button2 li {
 float: right;
}

ul#button2 li a {
 display: block;
 width: 50px;
 padding: 5px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;	
 text-decoration: none;
 text-align: center;
 color: #ffffff;
 background-color: #a26060;
 height: 12px;
}
	
ul#button2 li a:hover {
 color: #ffffff;
 background-color: #850001;
}

/* Boto +noticies de l'apartat de noticies */

#buttons4 {
 width: 346px;
 height: 20px;
 text-align: right;
}

ul#button4 {
 list-style: none;
 margin: 0;
}

ul#button4 li {
 float: right;
}

ul#button4 li a {
 display: block;
 width: 70px;
 padding: 5px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;	
 text-decoration: none;
 text-align: center;
 color: #ffffff;
 background-color: #a26060;
 height: 12px;
}
	
ul#button4 li a:hover {
 color: #ffffff;
 background-color: #850001;
}

/* Boto veure tota la galeria d'imatges */

#buttons3 {
 width: 505px;
 height: 20px;
 text-align: right;
}

ul#button3 {
 list-style: none;
 margin: 0;
}

ul#button3 li {
 float: right;
}

ul#button3 li a {
 display: block;
 width: 165px;
 padding: 5px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;	
 text-decoration: none;
 text-align: center;
 color: #ffffff;
 background-color: #a26060;
 height: 12px;
}
	
ul#button3 li a:hover {
 color: #ffffff;
 background-color: #850001;
}

/* Boto anterior i seguent */

#buttons4 {
 width: 505px;
 height: 20px;
 text-align: right;
}

ul#button4 {
 list-style: none;
 margin: 0;
}

ul#button4 li {
 float: right;
}

ul#button4 li a {
 display: block;
 width: 65px;
 padding: 5px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;	
 text-decoration: none;
 text-align: center;
 color: #ffffff;
 background-color: #a26060;
 height: 12px;
 margin-left: 3px;
}
	
ul#button4 li a:hover {
 color: #ffffff;
 background-color: #850001;
}

/* Boto veure jornada */

a.button5 {
 display: inline;
 width: 85px;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 15px;
 padding-right: 15px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;	
 text-decoration: none;
 text-align: center;
 color: #ffffff;
 background-color: #a26060;
 height: 12px;
 margin-left: 3px;
}
	
a.button5:hover {
 color: #ffffff;
 background-color: #850001;
}

/* Boto eliminar i enviar */

#buttons6 {
 width: 245px;
 height: 20px;
 text-align: right;
}

ul#button6 {
 list-style: none;
 margin: 0;
}

ul#button6 li {
 float: right;
}

ul#button6 li a {
 display: block;
 width: 65px;
 padding: 5px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;	
 text-decoration: none;
 text-align: center;
 color: #ffffff;
 background-color: #a26060;
 height: 12px;
 margin-left: 3px;
}
	
ul#button6 li a:hover {
 color: #ffffff;
 background-color: #850001;
}


/* Continguts */

#text { /* Capa contenedora de la leftcolumn */
 float: left;
 height: auto;
 width: 507px;
 text-align: justify;
}

#contorn { /* Contorn per a la imatge de l'equip */
 border: solid 2px #848383; 
 width: 501px;
 height: 334px;
 text-align: center;
 margin-bottom: 5px;
 float: left; 
}

#contorn2 { /* Contorn per a la imatge de la fitxa */
 border: solid 2px #848383; 
 width: 131px;
 height: 179px;
 text-align: center;
 float: left; 
}

#fons_fitxa { /* Fons de la fitxa */
 width: 505px;
 height: 183px;
 float: left;
 background-color: #a7a6a6; 
}

#text_fitxa { /* Text de la fitxa */
 width: 345px;
 height: 133px;
 text-align: left;
 padding-top: 50px;
 float: right;
}

#fons_galeria { /* Fons de la galeria d'imatges de la fitxa */
 width: 480px;
 height: 141px;
 float: left;
 background-color: #676666;
 margin-top: 10px;
 margin-bottom: 1px;
 padding-left: 25px;
}

#contorn3 { /* Contorn per a les imatges de la galeria d'imatges de la fitxa */
 border: solid 2px #848383; 
 width: 138px;
 height: 91px;
 float: left; 
 margin-top: 25px;
 margin-bottom: 25px;
 margin-right: 15px;
}

#contorn4 { /* Contorn per a les imatges de la galeria d'imatges */
 border: solid 1px #848383; 
 width: 120px;
 height: 80px;
 margin-right: 5px;
 margin-bottom: 5px;
 text-align: center;
 float: left;
}

#contorn5 { /* Contorn per a la imatge de l'apartat noticies */
 border: solid 2px #848383; 
 width: 120px;
 height: 80px;
 margin-right: 5px;
 margin-bottom: 5px;
 text-align: center;
 float: left;
}

#text_noticia {
 width: 358px;
 float: left;
 padding-left: 20px;
 margin-bottom: 25px;
}

.caixa_select {
 width: 190px;
}

.caixa { /* Input del formulari de l'apartat de contacte */
 font-family: Arial, Helvetica, sans-serif;
 font-weight: 12px;
 color: #414040;
 border: 1px solid #414040;
 width: 240px;
 height: 18px;
 padding-left: 3px;
}

.caixa2 { /* Textarea del formulari de l'apartat de contacte */
 font-family: Arial, Helvetica, sans-serif;
 font-weight: 12px;
 color: #414040;
 border: 1px solid #414040;
 width: 505px;
 height: 72px;
 padding-left: 3px; 
}


/* Columna dreta */

#columna {
 margin-top: 50px;
 margin-left: 50px;
 margin-bottom: 0px;
 margin-right: 50px;
}

#foto_fons {
 width: 291px;
 padding: 2px;
 height: 179px;
 background-color: #7a7979;
}

#foto {
 float: left;
 width: 291px;
 height: 179px;
}

#peu_foto {
 float: left;
 margin-top: 12px;
 width: 295px;
 height: auto;
 text-align: right;
}

#imatge { 
 background-image: url(../imgs/img_contacte1.jpg);
 height: 501px;
 width: 395px !important;
 width: 395px;
 float: right;
}



/* Llistes */

ul#list{  /* Llista amb punt.gif */
 list-style-image: url(../imgs/punt.gif);
 margin-left: 30px;
}

ul#list li{  
 height: auto;
 background-position: left bottom;
 background-repeat: no-repeat;
 text-align: justify;	
}