@charset "UTF-8";

body {
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuraci�n predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineaci�n a la izquierda en el selector #container */
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(rcs/fons2012.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
body a{
	text-decoration: underline;
	color:#000000;
}

h1{
	margin:0px;
	padding:0px;
	color:#CCD200;
	font-weight:normal;
	font-size:12px;
	
}

.oneColElsCtr #container {
	width: 950px; /* esto anula text-align: center en el elemento body. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:justify;
	padding: 0px;
	padding-top:15px;
	padding-bottom:10px;
}
.oneColElsCtr #menu{
	float:left;
	width:123px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	padding:5px 0px 0px 0px;
	margin:0px;
}
.oneColElsCtr #menu a{
	color:#666666;
	text-decoration:none;
}
.oneColElsCtr #menu a:hover{
	color:#fdbb00;
	text-decoration:none;
}
.oneColElsCtr #menu p{
	padding:3px 0px 0px 0px;
	margin:0px;
}
.oneColElsCtr .bt_menu{
	background:url(rcs/bt_menu_fons_llarg.gif) top left no-repeat;
	padding:23px 0px 5px 7px;
	margin:0px;
	font-size:11px;
	color:#FFFFFF;
}
.oneColElsCtr .bt_menu_blog{
	background:url(rcs/bt_menu_fons_clar.gif) top left no-repeat;
	height:20px;
	padding:23px 0px 0px 7px;
	margin:0px;
	font-size:11px;
	color:#FFF;
}
.oneColElsCtr .bt_menu_blog:hover{
	color:#000;
	cursor:pointer;
}

.oneColElsCtr .bt_menu:hover{
	color:#00ffff;
	cursor:pointer;
}

.oneColElsCtr .bt_menu_petit{
	background:url(rcs/bt_menu_fons_petit.gif) top right no-repeat;
	height:14px;
	padding:12px 0px 0px 20px;
	margin:0px;
	font-size:10px;
	color:#FFFFFF;
}
.oneColElsCtr .bt_menu_petit:hover{
	color:#00ffff;
	cursor:pointer;
}
.oneColElsCtr .bt_menu_petit a{
	color:#666666;
}
.oneColElsCtr .bt_menu_petit a:hover{
	color:#FFFFFF;
}
.oneColElsCtr #capcalera{
	width:815px;
	height:267px;
}
.oneColElsCtr #colCentral{
	float:left;
	width:815px;
	background:url(rcs/fons_rec_blanc_cos.gif) repeat-y left top;
}
.oneColElsCtr #contingut{
	background:url(rcs/fons_rec_blanc.gif) no-repeat left top;
	padding-top: 0px;
	padding-right: 39px;
	padding-bottom: 0px;
	padding-left: 39px;
	margin: 0px;
}
.oneColElsCtr #contingutIntro{
	float:left;
	width:800px;
	padding:0px 0px 20px 0px;
}
.oneColElsCtr #contingutIntro img{
	padding:10px 12px 0px 0px;
}
.oneColElsCtr #contingut h1{
	width:670px;
	color:#3373B5;
	font-weight:normal;
	font-size:42px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	line-height: 50px;
}
.oneColElsCtr #contingut h2{
	width:475px;
	color:#666666;
	font-weight:normal;
	font-size:23px;
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 0px;
}
.oneColElsCtr #contingut h3{
	/*width:475px;*/
	color:#3373B5;
	font-weight:normal;
	font-size:20px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.faqs_preg{
	width:475px;
	color:#3373B5;
	font-weight:normal;
	font-size:11px; /*10*/
	margin:0px;
	padding:0px;
	text-transform: uppercase;
}
.oneColElsCtr #contingut p{
	font-size:11px; /*10*/
	line-height:17px; /*15*/
	width: 440px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.imgItineraris{
	padding: 0px 25px 0px 0px;
	float:left;
	background:url(rcs/fletxes_verticals.gif) top right no-repeat;
	height:255px;
}
/********* FORMULARI **********/
.colformGran{
	float:left;
	width:430px;
	padding:0px 0px 15px;
	margin:0px;
	font-size: 11px; /*10*/
}
.colformGran a{
	text-decoration:underline;
	color:#000000;
}
.colformMitja{
	float:left;
	width:300px;
	margin:0px;
	padding:0px 0px 15px;
	font-size: 11px; /*10*/
}

.colformPetit{
	float:left;
	width:220px;
	margin:0px;
	padding:0px 0px 15px;
	font-size: 11px; /*10*/
}

.textFieldGran {
	width: 600px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 1px #999999 solid;
	background-color: #FFFFFF;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.textFieldMitja {
	width: 290px;
	font-size: 12px;
	text-decoration: none;
	border: 1px #999999 solid;
	background-color: #FFFFFF;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.textFieldPetit {
	width: 210px;
	font-size: 12px;
	text-decoration: none;
	border: 1px #999999 solid;
	background-color: #FFFFFF;
	vertical-align: middle;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.textAreaGran {
	width: 590px;
	height: 100px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; /*10*/
	text-decoration: none;
	border: 1px #999999 solid;
	background-color: #FFFFFF;
	vertical-align: middle;
	margin-top: 2px;
	margin-bottom: 10px;
}

.textAreaPetit {
	width: 430px;
	height: 60px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; /*10*/
	text-decoration: none;
	border: 1px #999999 solid;
	background-color: #FFFFFF;
	vertical-align: middle;
	margin-top: 2px;
	margin-bottom: 10px;
}


/*********** FORMULARI ****************/
.formStil{
	width: 450px;
	margin-left: 80px;
}
#condicions {
	margin-left: -150px;
	position: fixed;
	left: 50%;
	width:300px;
	z-index:10;
	background-color:#CCCCCC;
	display: none;
	padding: 15px;
	border: 1px solid #000000; /*#009EE0;*/
	bottom: 130px;
}

.titularins{
	color:#3373B5;
	font-size:12px;
	font-weight:bold;
}





/***************** ESTILS SCROLLBARS *********************/

#scrollbar_container {
	position:relative; 
	width:360px;
	/*float: left;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#scrollbar_content {
	overflow:hidden;
	width:360px;
	height:110px;
	font-size: 11px; /*11*/
	/*line-height: 19px;*/
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#scrollbar_content a{
	text-decoration:none;
	color:#000;
}

#scrollbar_content a:hover{
	text-decoration:underline;
	color:#fff;
}


#scrollbar_track {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:9px;
	background-color:transparent;
	cursor:move;
	background-image: url(rcs/linia_scroll.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#scrollbar_handle {
	width:9px;
	background-color:#3373B5;
	cursor:move;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px; */
	/*opacity:0.9;*/
/*    -moz-opacity:0.9; */
}


.peu {
	width:753px;
}
.peuMenu {
	padding-left:150px;
	padding-right:90px;
	font-size:11px; /*10*/
	text-align:left;
}

.peuMenuDreta {
	float:right;
	font-size:11px; /*10*/
	text-align:right;
	width:200px;
	margin-right:100px;
}


.peuMenu a{
	text-decoration:none;
}
#blocDreta {
	width:827px;
}
.rssBloc {
	margin-top:21px;
	margin-bottom:21px;
	float: left;
	width: 290px;
	height: 213px;
	background: url(rcs/blog_fons.png) no-repeat left top;
}
.btInici {
	float:left; 
	width: 229px;
	margin-top:21px;
	margin-bottom:21px;

}.fotoFloatDreta {
	float: right;
	padding-right: 3px;
}
#contingut ul {
	padding-left: 90px;
	font-size: 11px; /*10*/
	width: 445px;
}
#contingut ul li {
	margin-bottom: 10px;
	line-height: 17px;
}
#contingut table td {
	font-size: 11px; /*10*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#contingut table {
	margin-left: 80px;
}
.errorBold {
	color: #F00;
	font-size: 16px;
	font-weight: bold;
}

.blocLogos{
	padding:0px; 
	margin:0px;
	text-align:center;
	width:690px;
}

.blocLogos img{
	border:none 0px;
}


.mitgHomeEsquerra {
	text-decoration: none;
	margin-left: 80px;
	width: 280px;
	background: url(rcs/punts_verticals.gif) repeat-y right top;
}
#contingut .mitgHomeEsquerra p {
	width: 201px;
	padding-left: 0px;
}

.mitgHomeDreta {
	text-decoration: none;
	margin-left: 0px;
	width: 290px;
	float: right;
	margin-right: 40px;
}
#contingut .mitgHomeDreta p {
	width: 201px;
	padding-left: 0px;
	padding-top: 20px;
}


.thanksDIV {
	background: url(rcs/fons_portada.gif) no-repeat left top;
	height: 410px;
}
.thanksText {
	color: #FFF;
	padding-right: 20px;
	padding-left: 50px;
	padding-top: 50px;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 20px;
}
.w40 {
	width: 80px;
}

ul.alfa {
	list-style:lower-alpha;
	margin-left:20px; 
	margin-right:0px;
}

ul.alfa li{
	padding-right:35px;
}

