/* CSS Document d'estils */
#capsa{
}
body{
	font-family: Arial, Helvetica, sans-serif; font-size:10pt;
}
input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #A0A0A0;
	margin:2px;
}
.inputUPPER{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #A0A0A0;
	text-transform:uppercase;
}
.faltaCamp{
	background-color: #FF0000;
	color: #FFFFFF;
}
select, option{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #A0A0A0;
}
A { 
	font-weight: normal;
	text-decoration:none;
}
A:hover { 
	font-weight: normal;
	text-decoration:underline;
}
table { 
	
}
.taulafixada { 
	width:650px;
}
.bordersota{ border-bottom: 1px solid #A0A0A0; padding:2px 2px 2px 0px;}
.bordersotav{ border-bottom: 1px solid #A0A0A0; padding:2px 2px 2px 0px;color:#A0A0A0; font-size:10pt; font-weight: bold;}
.bordersotap{ border-bottom: 1px solid #A0A0A0; padding:2px 2px 2px 0px;font-size:1px;}
.titol { color:#A0A0A0; font-size:16pt; font-weight: normal;}
.text { color:#000000; font-size:10pt; font-weight: normal;}
.text1 { color:#000000; font-size:10pt; font-weight: normal;}
.text2 { color:#000000; font-size:10pt; font-weight: bold;}
.textn { color:#000000; font-size:10pt; font-weight: bold;}
.textv { color:#A0A0A0; font-size:10pt; font-weight: bold;}
.textr { color:#FF0000; font-size:10pt;}
.alerta { color:#FF0000; font-size:10pt; font-weight: bold;}
.tddreta { text-align: right;font-size:10pt; font-weight: bold}
.tddretagris { color: #000000; text-align:right; font-size:10pt; font-weight: bold; border: 0px; background-color: #E9E9E9; }
.tddretavermell { border: 1px solid #FF0000; color: #000000; text-align:right; font-size:12pt; font-weight: bold; border: 0px; background-color: #FF9999; }
.td1 { font-size:10pt; font-weight: bold; border: 0px; background-color: #6699cc}
.td2 { font-size:10pt; font-weight: normal; border: 0px; background-color: #6699cc}
.td0 {
	background-color: #99ccff;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
#solicitat{ border: 0px solid #A0A0A0; width:550px;}
#preinscrit{ border: 0px solid #FFCC66; width:550px;}
#congresista{ border: 0px solid #66CC99; width:550px;}

#formPas1{ top:200px;} /* No possis position:absolute; perque sino no es poden modificar les inscripcions!! Ja està contemplat */
#formPas2{ top:200px;}
#formPas3{ top:200px;}
#formPas4{ top:200px;}
#formPas5{ top:200px;}
#formTotal{ }
.saltLinia{ clear:both;}
/*
.pas1{ background-image:url(../imatges/pas1.gif); width:80px; height:50px; background-repeat:no-repeat; float:left; margin-left:20px;}
.pas2{ background-image:url(../imatges/pas2.gif); width:80px; height:50px; background-repeat:no-repeat; float:left; margin-left:20px;}
.pas3{ background-image:url(../imatges/pas3.gif); width:80px; height:50px; background-repeat:no-repeat; float:left; margin-left:20px;}
.pas4{ background-image:url(../imatges/pas4.gif); width:80px; height:50px; background-repeat:no-repeat; float:left; margin-left:20px;}
.pas5{ background-image:url(../imatges/pas5.gif); width:80px; height:50px; background-repeat:no-repeat; float:left; margin-left:20px;}
*/
.ampladaCapcalerasPassos{width: 100px;}
.pas1{ border: 1px solid #000000; height: 35px; background-color:#ffffff;}
.pas2{ border: 1px solid #000000; height: 35px; background-color:#ffffff;}
.pas3{ border: 1px solid #000000; height: 35px; background-color:#ffffff;}
.pas4{ border: 1px solid #000000; height: 35px; background-color:#ffffff;}
.pas5{ border: 1px solid #000000; height: 35px; background-color:#ffffff;}
.separadorPas{ background-color:#000000; height: 2px; font-size:1px;}
.pasOn{ background-color:#002939;}
#passos{ text-align: center; width:700px;}
#passos a{ color:#000000;}
#passos .pasOn a{ color:#ffffff;}
.capcaleraPas{ }
.peuPas{ }






/* MENU DESPLEGABLE*/
/* Afegit pel cony d'IE 6 i 5 */
* html .menu{
	position: absolute;
	left: 242px;
	top: 28px;
	width: 707px;
	margin-top: 0px;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	height:30px;
	position:relative;
	font-size:12px;
  	letter-spacing: 0px;
	z-index:100;
	background-color: #002939;
	color: #FFFFFF;
	text-align: right;
	margin-bottom: 4px;
	margin-top: -2px;
}

.menu ul {padding:0; margin:0; list-style-type: none;}

.menu ul li {
	/*float: left;*/
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
  	margin-bottom: 0px;
}

.menu ul li a, .menu ul li a:visited {
	display:block;
	/*	float:left;*/
	text-decoration: none;
	font-weight: bold;
	height:30px;
	line-height:30px;
	color:#FFFFFF;
	background-color: #002939;
	padding:0;
	width: 120px;
}

/* Afegit pel cony d'IE 6 i 5 */
* html .menu ul li a{
	padding-bottom: 0px;
}

.menu table {border-collapse:collapse; margin:0; padding:0; font-size:1em;}

.menu ul li ul {visibility:hidden; position:absolute; top:29px; left:0; }

.menu ul li:hover a,
.menu ul li a:hover {
	color:#fff;
	background-color: #6a0632;
	background-repeat: no-repeat;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
	z-index: -101;
	top: 24px;
	left: 2px;
	display: block;
	font-size:11px;
	visibility:visible;
	color:#fff;
	margin-top: 18px;
	margin-left: 101px;
	/*padding-top: 1px;*/
/*	background-image: url(blanc_6px.png);*/
	background-repeat: repeat-x;
	background-position: top;
	background-color: #6a0632;
/*	border-bottom-width: 6px;*/
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
/*	border-left-width: 6px;*/
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-bottom-width:4px;
}

/* Afegit pel cony d'IE 7, 6 i 5 */
* html .menu ul li:hover ul,
* html .menu ul li a:hover ul {
	top: 25px;
	z-index: -100;
	left: 1px;
}

.menu ul li:hover ul.right_side li,
.menu ul li a:hover ul.right_side li {
	float:right;
}

.menu ul li:hover ul.left_side li,
.menu ul li a:hover ul.left_side li {
	float:left;
	border:0;
	border-left:1px solid #eee;
}

.menu ul li:hover ul li a.sub,
.menu ul li a:hover ul li a.sub {
	background-color:#6a0632;
	color:#fff;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {visibility:hidden; position:absolute; left:0; top:6px;}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
	display:block;
	/*	background-image: url(blanc_6px.png);*/
	background-repeat: repeat-x;
	background-position: top;
	height:15px;
	line-height:15px;
	background-color: #6a0632;
}
.menu ul li:hover ul li{
	margin-top: 4px;
}
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
	background:#e8ff00;
/*	background-image: url(blanc_6px.png);*/
	background-repeat: repeat-x;
	background-position: top;
	color:#000;}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {visibility:visible; color:#000; background:#e8ff00;}

.menu ul li:hover ul.right li {float:right;}

.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {background:#e8ff00; color:#000;}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {background:#bd8d5e; color:#fff;}


#llista0{
	margin-top:1px;
	margin-left:-5px;
}
#llista1{
	margin-top:1px;
	margin-left:70px;
}
#llista2{
	margin-top:1px;
	margin-left:200px;
}
#llista3{
	margin-top:1px;
	margin-left:315px;
}
#llista4{
	margin-top:1px;
	margin-left:398px;
}
* html #llista4{
	margin-left:411px;
}

.pmenu{
	float:left;
}
.pmenuli{
	float:left;
 	top:10px;
	text-align: left;
}
#llista0 li #llista1 li #llista2 li #llista3 li #llista4 li{
}

#llista0 li a, #llista1 li a,#llista2 li a,#llista3 li a, #llista4 li a{
	background-image: none;
	width:200px;
	text-align:left;
	padding:5px;
	margin-bottom: -4px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
 	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.llista_primer_item{
	border-top:6px solid #FFFFFF;
	margin-top:5px;
}
/* FI MENĂ? */
p {margin: 0; padding: 0;}

body {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
	letter-spacing: 0.6px;
	line-height: 18px; 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #6a0632;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 25px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #444444;
	margin-top: 2px;
	margin-bottom: 0px;
	line-height: 25px;
	padding-bottom: 48px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 8px;
	margin-top: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6a0632;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 10px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6a0632;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	text-transform: uppercase;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6a0632;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	margin-top: 22px;
}

.capzal{
	/*color: #002839;
	font-weight: bold;*/
}

#cos{
	position: relative;	
}

#principal{
	width: 950px;
	/*margin-left: 100px;
	margin-right: 100px;*/
}

ul, ol, li {
  margin-bottom: 4px;
}

/* ESTIL PELS INPUTS(TEXT) I TEXTAREAS */
input.text, textarea{
	margin-bottom: 5px;
	overflow: auto;
	border-color: #5D286F;
	border-style: dashed;
	border-width: 1px;
	letter-spacing: 0px;
	height: 25px;
	color:#000000;
}
textarea{
	height: 100px;
}

#capsa_logo{

}

#capzalera{
	background: url('../imatges/capzalera.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	height: 202px;
	color: #FFFFFF;
	padding: 0px;
}
.cap_cela_esq{
	width:23%
}
.cap_cela_cen{
	text-align:right;
	padding-right:20px;
	vertical-align: top;
}
.cap_cela_dre{
	width:20%;
	vertical-align: top;
	font-size: 12px;
	color: #FFFFFF;
}
.cap_cela_cen #titol, #titol a{
	font-size:16px;
	font-weight:bold;
	color: white;
	text-decoration: none;
	line-height: 18px;
}
.cap_cela_cen #lead{
	font-size:14px;
	color: #FFFFFF;
}

#capsa_menu{
	height: 35px;
	background: white;
}

#taulaidiomes {
	height: 20px;
	width: 233px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*float: right;*/
	font-weight: bold;
	color: #6a0632;
}

#taulaidiomes td{
	background: url('../imatges/bg_idiomes.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: middle;
}
#taulaidiomes td.ultim{
	background: none;
}

#taula_news{
	border-collapse: collapse;
	margin-top: 10px;
	width: 100%;
}
#titol_news{
	color:#004960;
	font-weight: bold;
	border-bottom: 6px solid #004960;
}
#espai_news{
	height: 10px;
}
#capsa_news{
	background: #d8dbdc;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	font-size: 12px;
}
#capsa_news a{
	text-decoration:none;
}
.data_news{
	color:#6a0632;
}
.news{
	color:#004960;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration:none;
}

#caixa_contingut{
	padding-top: 10px;
	font-size: 13px;
}

#caixa_novetats {
	width: 175px;
	float: right;
	background-color: #6a0632;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 14px;
}
.titol_related{
	color: #FFFFFF;
}

.col_esq{
	width: 230px;
	vertical-align:top;
}

.col_dre{
	padding-left: 10px;
	vertical-align: top;
	width: 720px;
	text-align:left;
}

.icona{
	height: 16px;
	/*float: left;*/
	width: 16px;
}

.icona img{
	border: 0px;
}

a.llengua:link {
	font-weight: bold;
	color: #6a0632;
	text-decoration: none;
}
a.llengua:visited {
	font-weight: bold;
	color: #6a0632;
	text-decoration: none;
}
a.llengua:hover {
	font-weight: bold;
	color: #6a0632;
	text-decoration: none;
}
a.llengua:active {
	font-weight: bold;
	color: #6a0632;
	text-decoration: none;
}

/* LINKS */
a:link {
	font-weight: bold;
	color: #004960;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #004960;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #6a0632;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #6a0632;
	text-decoration: none;
}

a.destacats:link {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
a.destacats:visited {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
a.destacats:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}
a.destacats:active {
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}

a.no_underline:link {
	text-decoration: none;
}
a.no_underline:visited {
	text-decoration: none;
}
a.no_underline:hover {
	text-decoration: none;
}
a.no_underline:active {
	text-decoration: none;
}

#caixa_novetats a{
	color: #e7fe00;
	font-size: 10px;
}

a.anexes:link {
	text-decoration: none;
}
a.anexes:visited {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
a.anexes:hover {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
a.anexes:active {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

#anexes{
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
/* FI LINKS */