@charset "utf-8";

a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}

body {
	width:100%;
	height:100%;
	margin:0px;
}

#wrapper {
	position:relative;
	width:100%;
	height:100%;
	background:url(../img/bg_top.jpg) top repeat-x;
}

#wrapper_int {
	position:relative;
	width:100%;
	height:100%;
	background:url(../img/bg_int.jpg) top repeat-x;
}
#banner_es {
	position:relative;
	margin:auto;
	width:1000px;
	height:450px;
	background:url(../img/banner_es.jpg);
}

#banner {
	position:relative;
	margin:auto;
	width:1000px;
	height:450px;
	background:url(../img/banner.jpg);
}

#banner_int {
	position:relative;
	margin:auto;
	width:1000px;
	height:249px;
	background:url(../img/banner_top_int.jpg);
}
#banner_int_es {
	position:relative;
	margin:auto;
	width:1000px;
	height:249px;
	background:url(../img/banner_top_es.jpg);
}
#home {
	position:absolute;
	left:20px;
	top:0px;
	width:215px;
	height:185px;
}

#bgmenu {
	position:relative;
	width:100%;
	height:92px;
	background:url(../img/bg_menu.jpg) repeat-x;
}

#menu {
	position:relative;
	margin:auto;
	width:1000px;
	height:92px;
}

.item {
	float:left;
	position:relative;
	width:217px;
	height:80px;
	margin-top:4px;
	padding:4px 0px 0px 30px;
	border-right:1px solid #585a5e;
	cursor:pointer;
	background:url(../img/bg_menu_over.png) repeat-x;
}

a .item {
	float:left;
	position:relative;
	width:217px;
	height:80px;
	margin-top:4px;
	padding:4px 0px 0px 30px;
	border-right:1px solid #585a5e;
	cursor:pointer;
	background:none;
}
a:hover .item {
	background:url(../img/bg_menu_over.png) repeat-x;
}
#item1 {
	/*background:url(../img/ico_masterclass.png) 30px center no-repeat;*/
}
#item2 {
	/*background:url(../img/ico_activitats.png) 30px center no-repeat;*/

}
#item3 {
	/*background:url(../img/ico_inscriute.png) 30px center no-repeat;*/

}
#item4 {
	/*background:url(../img/ico_contacte.png) 30px center no-repeat;*/

}
.item p {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:italic;
	color:#bababa;
}

.item p b {
	font-style:normal;
	color:#f9ca02;
	font-size:16px;
}

.item p b.off {
	font-style:normal;
	color:#999;
	font-size:16px;
}
/*#item1 p {
margin:15px 0px 0px 120px; 
}
#item2 p {
margin:15px 0px 0px 105px; 
}
#item3 p {
margin:15px 0px 0px 100px; 
}
#item4 p {
margin:15px 0px 0px 100px; 
}*/
.item img {
	float:left;
	position:relative;
	border:0px;
}
.item p {
	float:left;
	position:relative;
	margin:15px 0px 0px 0px;
}

#content {
	position:relative;
	margin:auto;
	width:1000px;
}
#footer {
	float:left;
	position:relative;
	bottom:0px;
	width:100%;
	margin-top:40px;
	height:212px;
	background:#f9ca02 url(../img/bg_pie.jpg) repeat-x;
	border-top:7px solid #000;
}
#banner #pantalla {
	position:absolute;
	left:276px;
	bottom:5px;
	width:233px;
	height:184px;
}

#banner_int #pantalla {
	position:absolute;
	left:268px;
	bottom:13px;
	width:200px;
	height:153px;
}

#banner_int_es #pantalla {
	position:absolute;
	left:268px;
	bottom:13px;
	width:200px;
	height:153px;
}
#banner #contaenrere {
	position:absolute;
	top:52px;
	right:17px;
	width:266px;
	height:98px;
}
#banner #idiomas {
	position:absolute;
	right:18px;
	top:0px;
	width:116px;
	height:32px;
}

#banner_es #pantalla {
	position:absolute;
	left:276px;
	bottom:5px;
	width:233px;
	height:184px;
}
#banner_es #contaenrere {
	position:absolute;
	top:51px;
	right:19px;
	width:266px;
	height:98px;
}
#banner_es #idiomas {
	position:absolute;
	right:18px;
	top:0px;
	width:116px;
	height:32px;
}

#idiomas a #cat {
	float:right;
	position:relative;
	margin:3px;
	width:26px;
	height:26px;
	background:url(../img/cat.png) top;
	cursor:pointer;
}

#idiomas a:hover #cat {
	background:url(../img/cat.png) bottom;
}

#idiomas #cat {
	float:right;
	position:relative;
	margin:3px;
	width:26px;
	height:26px;
	background:url(../img/cat.png) bottom;
}

#idiomas a #es {
	float:right;
	position:relative;
	margin:3px;
	width:26px;
	height:26px;
	background:url(../img/esp.png) top;
	cursor:pointer;
}

#idiomas a:hover #es {
	background:url(../img/esp.png) bottom;
}

#idiomas #es {
	float:right;
	position:relative;
	margin:3px;
	width:26px;
	height:26px;
	background:url(../img/esp.png) bottom;
}
#footer #organizadores {
	float:left;
	position:relative;
	width:1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#987f00;
}
#organizadores h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom:1px solid;
	margin:20px 10px 0px 10px;
}

#footer #patrocinadores {
	float:left;
	position:relative;
	width:570px;
	height:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#987f00;
}
#patrocinadores h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom:1px solid;
	margin:20px 10px;
}
.logos {
	position:relative;
}

.logos img {
	margin:10px 10px 20px 20px;
}
#footer_center {
	position:relative;
	width:1000px;
	height:150px;
	margin:auto;
}
#peu {
	clear:both;
	position:relative;
	margin:10px 0px 0px 10px;
	padding:10px 0px 0px 0px;
	border-top: solid 1px #987F00;
}
#menu_footer {
	float:left;
	position:relative;
	width:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #987F00;
}

#menu_footer a {
	color:#987F00;
}

#menu_footer a:hover {
	color:#000000;
}

#peu p {
	float:right;
	position:relative;
	width:800px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	color:#6f3f00;
}
#titul_subtit {
	float:left;
	position:relative;
	width:225px;
	margin:40px 10px 10px 72px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:right;
}

.txt_activitats {
	float:left;
	position:relative;
	width:237px;
	height:270px;
	margin:40px 20px 20px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:right;
}

h1 {
	float:right;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	color:#00b8ff;
	margin:0px;
	padding:0px;
	font-size:26px;
}

h5 {
	position:relative;
	margin:auto;
	width:1000px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	color:#00b8ff;
	margin:0px;
	padding:0px;
	font-size:26px;
}

#titul_subtit p {
	width:220px;
	margin:0px;
	color:#0480b0;
	text-align:right;
}

.txt_activitats p {
	float:right;
	position:relative;
	margin:0px;
	color:#0480b0;
}

#img1_quees {
	float:left;
	position:relative;
	margin:40px 20px 10px 0px;
	width:301px;
	height:248px;
	background:url(../img/img1.jpg) no-repeat;
}
#txt_right {
	float:right;
	position:relative;
	margin:40px 20px 20px 0px;
	width:350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:justify;
	line-height:17pt;
	color:#6a6a6a;
}

#txt_right strong {
	color:#ff6d00;
}

#txt_right em {
	color:#010101;
}

#img2_quees {
	float:left;
	position:relative;
	width:609px;
	height:298px;
	background:url(../img/img2.jpg) no-repeat;
}
#activitats {
	float:left;
	position:relative;
	width:347px;
	height:274px;
	background:url(../img/marc_activitats.jpg);
	
}
#activitats ul {
	position:relative;
	margin:45px 20px 20px 20px;
	padding:0px;
	list-style:none;
}

#activitats ul li {
	position:relative;
	border-bottom:1px dashed #6a6a6a;
	margin-bottom:7px;
	padding-bottom:7px;
	color:#5a4200;
}
#activitats_es {
	float:left;
	position:relative;
	width:347px;
	height:274px;
	background:url(../img/marc_activitats_es.jpg);
	
}
#activitats_es ul {
	position:relative;
	margin:45px 20px 20px 20px;
	padding:0px;
	list-style:none;
}

#activitats_es ul li {
	position:relative;
	border-bottom:1px dashed #6a6a6a;
	margin-bottom:7px;
	padding-bottom:7px;
	color:#5a4200;
}
.sinborde {
	border: none;
	border-bottom:none;
}

.clear {
	clear:both;
}
a #inscriute {
	position:absolute;
	right:0px;
	bottom:0px;
	padding:17px 20px 0px 0px;
	width:149px;
	height:58px;
	background:url(../img/bt_inscriute.jpg);
	cursor:pointer;
	color:#FFF;
	font-weight:bold;
	font-size:22px;
	text-align:right;
}

a:hover #inscriute {
	color:#00597d;
}

#destacat {
	float:left;
	position:relative;
	margin-top:30px;
	width:451px;
	height:408px;
	background:url(../img/centre.jpg);
}
#destacat_es {
	float:left;
	position:relative;
	margin-top:30px;
	width:451px;
	height:408px;
	background:url(../img/centro.jpg);
}
#m_activitats {
	float:left;
	position:relative;
	margin-top:40px;
	width:236px;
	height:410px;
	background:url(../img/activitats.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#m_actividades {
	float:left;
	position:relative;
	margin-top:40px;
	width:236px;
	height:410px;
	background:url(../img/actividades.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
#txt_centre {
	position:absolute;
	bottom:50px;
	right:25px;
	width:265px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#4e4e4e;
}

#m_activitats ul {
	position:relative;
	margin:90px 30px 20px 30px;
	padding:0px;
	list-style:none;
}

#m_activitats ul li {
	position:relative;
	border-bottom:1px dashed #6a6a6a;
	margin-bottom:7px;
	padding-bottom:7px;
	color:#5a4200;
}
#m_actividades ul {
	position:relative;
	margin:90px 30px 20px 30px;
	padding:0px;
	list-style:none;
}

#m_actividades ul li {
	position:relative;
	border-bottom:1px dashed #6a6a6a;
	margin-bottom:7px;
	padding-bottom:7px;
	color:#5a4200;
}
a #bt_carpeta {
	position:absolute;
	right:30px;
	bottom:50px;
	width:72px;
	height:80px;
	background:url(../img/carpeta.png);
	cursor:pointer;
}
a #apuntat {
	position:absolute;
	left:50px;
	bottom:40px;
	width:99px;
	height:111px;
	background:url(../img/apuntat.png);
	cursor:pointer;
}

a #apuntate {
	position:absolute;
	left:50px;
	bottom:40px;
	width:99px;
	height:111px;
	background:url(../img/apuntate.jpg);
	cursor:pointer;
}

.destacat {
	float:left;
	position:relative;
	width:339px;
	height:283px;
	margin-top:30px;
	margin-bottom:20px;
	cursor:pointer;
}
#contrarellotge {
	background: url(../img/bg_contra_off.jpg) no-repeat;
}
#alpedhuez {
	background: url(../img/bg_alpe_off.jpg) no-repeat;
}
#tourmalet {
	background: url(../img/bg_tourmalet_off.jpg) no-repeat;
}

#andorra {
	background: url(../img/bg_andorra_off.jpg) no-repeat;
}

#contrarellotge_es {
	background: url(../img/es_contra_off.jpg) no-repeat;
}
#alpedhuez_es {
	background: url(../img/es_alpe_off.jpg) no-repeat;
}
#tourmalet_es {
	background: url(../img/es_tourmalet_off.jpg) no-repeat;
}
#andorra_es {
	background: url(../img/es_andorra_off.jpg) no-repeat;
}


a:hover #contrarellotge {
	background: url(../img/bg_contra_on.jpg) no-repeat;
}
a:hover #alpedhuez {
	background: url(../img/bg_alpe_on.jpg) no-repeat;
}
a:hover #tourmalet {
	background: url(../img/bg_tourmalet_on.jpg) no-repeat;
}

a:hover #andorra {
	background: url(../img/bg_andorra_on.jpg) no-repeat;
}

a:hover #contrarellotge_es {
	background: url(../img/es_contra_on.jpg) no-repeat;
}
a:hover #alpedhuez_es {
	background: url(../img/es_alpe_on.jpg) no-repeat;
}
a:hover #tourmalet_es {
	background: url(../img/es_tourmalet_on.jpg) no-repeat;
}
a:hover #andorra_es {
	background: url(../img/es_andorra_on.jpg) no-repeat;
}
.etapas {
	position:relative;
	border-bottom:1px dashed #666;
	margin-bottom:20px;
}

.etapas_w {
	position:relative;
	margin-bottom:20px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#ff6500;
	height:33px;
	background:url(../img/bg_data.jpg);
}
h2 b {
	color:#ffb400;
}
h2 strong {
	font-size: 28px;
}
.destacat p {
	position:absolute;
	top:182px;
	left:30px;
	width:285px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#6a6a6a;
}

*:first-child+html .destacat p {
	position:absolute;
	top:192px;
	left:30px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#6a6a6a;
}
#world {
	float:left;
	position:relative;
	margin-top:10px;
	width:732px;
	height:289px;
	background:url(../img/bg_world.jpg);
}
#world p{
	position:absolute;
	right:30px;
	top:80px;
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#6a6a6a;
}

#world p b {
	font-weight:normal;
	color:#333;
}

#pasos {
	float:right;
	position:relative;
	margin:40px 0px 0px 0px;
	height:24px;
	width:690px;
}

#pasos .esquina_izq {
	float:left;
	position:relative;
	width:12px;
	height:24px;
	background:url(../img/esquina1.jpg);
}

#primero {
	float:left;
	position:relative;
	width:76px;
	height:21px;
	padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(../img/pest_on.jpg);
}
#primero_off {
	float:left;
	position:relative;
	width:76px;
	height:21px;
	padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(../img/pest_off1.jpg);
	cursor:pointer;
	color:#000;
}
#segundo {
	float:left;
	position:relative;
	width:76px;
	height:21px;
	padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(../img/pest_off2.jpg);
}
#segundo_on {
	float:left;
	position:relative;
	width:76px;
	height:21px;
	padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(../img/pest_on.jpg);
}
#segundo_off {
	float:left;
	position:relative;
	width:76px;
	height:21px;
	padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(../img/pest_off1.jpg);
	cursor:pointer;
	color:#000;
}

#tercero {
	float:left;
	position:relative;
	width:76px;
	height:21px;
	padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(../img/pest_off2.jpg);
}
#cuarto {
	float:left;
	position:relative;
	width:76px;
	height:21px;
	padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(../img/pest_off2.jpg);
}

#cuarto_on {
	float:left;
	position:relative;
	width:76px;
	height:21px;
	padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(../img/pest_on.jpg);
}
#cuarto_off {
	float:left;
	position:relative;
	width:76px;
	height:21px;
	padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(../img/pest_off1.jpg);
}
#tercero_on {
	float:left;
	position:relative;
	width:76px;
	height:21px;
	padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(../img/pest_on.jpg);
}
#tercero_off {
	float:left;
	position:relative;
	width:76px;
	height:21px;
	padding-top:3px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background:url(../img/pest_off1.jpg);
}
#pasos .repeticion {
	float:left;
	position:relative;
	width:359px;
	height:24px;
	background:url(../img/repet.jpg) repeat-x;
}
#pasos .esquina_der {
	float:left;
	position:relative;
	width:13px;
	height:24px;
	background:url(../img/esquina2.jpg);
}
#form {
	float:right;
	position:relative;
	margin-top:10px;
	width:690px;
}
#form .top {
	position:relative;
	background:url(../img/marc_form_sup.jpg);
	height:21px;
}
#form .rep {
	position:relative;
	background:url(../img/marc_form_rep.jpg) repeat-y;
}

#form .bottom {
	position:relative;
	background:url(../img/marc_form_inf.jpg);
	height:24px;
}

#tit {
	position:relative;
	height:24px;
	padding: 0px 0px 0px 0px;
	margin:0px 20px 0px 20px;
	border-bottom:1px solid #dfdfdf;
}
#tit #obli {
	float:right;
	position:relative;
	width:120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color:#959595;
}
form .filanom {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:20px;
	margin-top:10px;
}
form .filaconsulta {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:70px;
	margin-top:10px;
}

form .filanom p {
	float:left;
	position:relative;
	margin:0px;
	padding:2px 5px 0px 0px;
	width:70px;
	height:18px;
	text-align:right;
}

form .filaconsulta p {
	float:left;
	position:relative;
	margin:0px;
	padding:2px 5px 0px 0px;
	width:70px;
	height:70px;
	text-align:right;
}
input {
	float:left;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:url(../img/input.jpg) repeat-x;
	border:1px solid #fffb04;
}

#nom {
	padding-left:20px;
	width:200px;
}

#cognoms {
	padding-left:20px;
	width:275px;
}

#direccio {
	width:220px;
}

#txt_cp {
	width:30px;
}
#cp {
	width:100px;
}
#provincia {
	width:157px;
}

#localitat {
	width:220px;
}

#tel {
	width:120px;
}
#txt_tel {
	width:25px;
}

#mobil {
	width:142px;
}

#email {
	padding-left:20px;
	width:250px;
}

.checkbox {
	margin-top:3px;
	background:none;
	border:none;
}

#condicions {
	float:right;
	position:relative;
	margin-right:20px;
	width:210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}
a #seguent {
	float:right;
	position:relative;
	margin:20px;
	padding:4px 7px;
	width:81px;
	height:16px;
	background:url(../img/seguent.jpg);
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}

a:hover #seguent {
	color:#00597d;
}

a:hover #confirmar {
	color:#00597d;
}

a #confirmar {
	float:right;
	position:relative;
	margin:20px;
	padding:4px 7px;
	width:79px;
	height:16px;
	background:url(../img/confirmar.jpg);
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}
#dia {
	float:left;
	position:relative;
	margin:20px 0px 0px 20px;
	width:158px;
	height:70px;
	background:url(../img/dia_calendari.jpg);
}
#selec_actividad {
	float:right;
	position:relative;
	margin-top:20px;
	width:505px;
}
#selec_actividad .bt {
	float:left;
	position:relative;
	margin:10px 20px 0px 20px;
	padding:8px 0px 0px 20px;
	width:440px;
	height:57px;
	background:url(../img/pastilla_activitat.jpg);
	font-family: Arial, Helvetica, sans-serif;
}
#dia p {
	margin-top:25px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#6a6a6a;
}
#dia p b{
	color:#00b8ff;
	font-size:26px;
}
.disponible {
	position:absolute;
	right:10px;
	top:10px;
	width:29px;
	height:26px;
	background:url(../img/disponible.png);
}

.complet {
	position:absolute;
	right:10px;
	top:10px;
	width:24px;
	height:22px;
	background:url(../img/complet.png);
}
#selec_actividad .bt strong {
	float:left;
	position:relative;
	color:#00b8ff;
	font-size: 22px;
}
#selec_actividad .bt p {
	float:left;
	position:relative;
	margin:0px;
	padding:5px 10px;
}
#aclaracio {
	position:absolute;
	bottom:0px;
	left:20px;
}
#minicomplet {
	float:left;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	color:#6a6a6a;
}
#minidisponible {
	float:left;
	position:relative;
	margin-left:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	color:#6a6a6a;
}
ul .peq {
	font-size: 10px;
}
#activitats ul .sinborde {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#activitats_es ul .sinborde {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#form .rep .dades {
	float:left;
	position:relative;
	margin:20px;
	width:300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#form .rep .nom {
	display:block;
	position:relative;
	margin:20px 20px 0px 20px;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
h3 {
	position:relative;
	margin:0px 20px 10px 40px;
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#ff6500;
}
.confirma {
	float:left;
	position:relative;
	margin:0px 20px 30px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#535353;
}

.confirma strong {
	color:#000;
}

#imprimir {
	float:left;
	position:relative;
	margin-left:40px;
	padding:20px;
	width:198px;
	height:18px;
	background:url(../img/bt_impr.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	font-size:17px;
	cursor:pointer;
}
a:hover #imprimir {
	color:#00597d;
}
#alerta {
	float:right;
	position:relative;
	margin-right:40px;
	padding:5px 20px 20px 70px;
	width:148px;
	height:33px;
	background:url(../img/bt_alert.jpg);
	font-family:Arial, Helvetica, sans-serif;
	color:#535353;
	font-size:11px;
}
#alerta strong {
	color: #000;
}
#consulta {
	width:594px;
	height:70px;
	background-color: #fefe97;
	border:1px solid #ffe400;
	overflow:auto;
}

.obliga {
	z-index:5;
	position:absolute;
	margin-left:80px;
	top:3px;
	left:0px;
	width:10px;
	height:10px;
	background:url(../img/obligat.jpg);
}
.obliga2 {
	z-index:5;
	position:absolute;
	margin-left:377px;
	top:3px;
	left:0px;
	width:10px;
	height:10px;
	background:url(../img/obligat.jpg);
}

#titul_subtit .p1 a {
	color: #000;
}
#bici {
	z-index:5;
	position:absolute;
	right:0px;
	margin-top:10px;
	width:276px;
	height:186px;
	background: url(../img/samarreta.jpg);

}



#bici p {
	float:right;
	position:relative;
	color:#666;
	margin:20px 30px 5px 0px;
	padding:0px;
	width:150px;
}
#bici .t {
	float:right;
	position:relative;
	color:#666;
	margin:14px 30px 5px 0px;
	padding:0px;
	width:250px;
	text-align:right;
	font-size:10px;
}

#bici p strong {
	color:#ff6500;
}
#destacats_activitats {
	float:left;
	position:relative;
	width:690px;
}
a #inscriu {
	margin-right:30px;
	background: url(../img/inscriu.png) top;
	float: right;
	height: 27px;
	width: 80px;
	clear: right;
	cursor:pointer;
}
a:hover #inscriu {
	background: url(../img/inscriu.png) bottom;
}

a #inscriucat {
	margin-right:30px;
	background: url(../img/inscriucat.png) top;
	float: right;
	height: 27px;
	width: 80px;
	clear: right;
	cursor:pointer;
}
a:hover #inscriucat {
	background: url(../img/inscriucat.png) bottom;
}
