@charset "utf-8";
/* CSS Document */

body {
	background-color: #1b2215;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment:fixed;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2d3925;
}

#body_musica {
	background-color: #1b2215;
	background-image: none;
	margin: 0px;
	padding: 2px;
}

#reproductor_musica {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}

a:link {
	color: #408A35;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #ff5400;
}
a:active {
	text-decoration: none;
	color: #ffcc00;
}
div#box-text {
	background-image:url(../img/box_bg.png);
	background-repeat:repeat-y;
	padding: 10px 60px 10px 60px;
}
div#box-header {
	background-image:url(../img/header.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:775px;
	height:262px;
}
div#box-menu {
	position:relative;
	top:235px;
	margin:0 60px 0 60px;
	text-align: center;
}
div#box {
	margin:0 auto 0 auto;
	width:775px;
}
img.right {
	float:right;
}
img.left {
	float:left;
}
.copyright, .copyright a:link, .copyright a:hover, .copyright a:active, .copyright a:visited{
	font-size:9px;
	text-align:center;
	color: #cbb86c;
	text-decoration:none;
}
.mid_title {
	background-repeat: no-repeat;
	min-height: 77px;
	padding-left: 60px;
}
.mid_title h2, p.sin_h2{
	padding-top: 10px;
}
.mid_title h2 {
	color: #fee687;
	background-position:top left;
	font-weight:bold;
	font-size:12px;
	font-stretch:expanded;
}
div#gps {
	background-image: url(../img/mid_title_gps.png);
}
div#mapa {
	background-image: url(../img/mid_title_world.png);
}
div#distancia {
	background-image: url(../img/mid_title_ruler.png);
}
div#arribar {
	background-image: url(../img/mid_title_walk.png);
}
div#tren {
	background-image: url(../img/mid_title_train.png);
}
div#aero {
	background-image: url(../img/mid_title_aero.png);
}
td.preus {
	border-bottom:dotted #2d3925 1px;
	vertical-align:bottom;
}
#google-maps {
	border:#2d3925 1px solid;
}
.warning {
	color:#CC0000;
	font-weight:bold;
}
.FormBuilder {
	margin-left: 50px;
}
.centerdiv{ /*IE method of centering a relative div*/
	text-align: center;
}
.centerdiv>div{ /*Proper way to center a relative div*/
	margin: 0 auto;
}
img.idioma {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.gracies{
	font-size:14px;
	text-align: center;
	font-weight:bold;
}
#llibrevisites{
	width: 100%;
	height: 450px;
	border: none;
}

a#oferta {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 80px;
	width: 80px;
	background: url(../img/oferta_corner.png) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

