/* CSS Document */
/* home-B2B.css */
/* modificado 22 abril 2015  9:00; */

/* LEFT column */
.row-fluid.content .span3 {
	background-color:rgb(232,227,227);
	margin-bottom:2em;
	padding:2em;
}
.row-fluid .span3 #login {
	background-color:rgb(242,242,242);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	margin-bottom:1.1em;
	padding:2em;
}
.row-fluid .span3 #login .red {
	background-color: rgb(255, 255, 255);
	border: 0.1em solid #CD0000;
	border-radius:0.3em;
	-moz-border-radius:0.3em;
	-webkit-border-radius:0.3em;
	font-size: 1.2em;
	line-height: 1em;
	list-style: none outside none;
	margin-bottom: 1em;
	padding: 0.8em;
	text-align: left;
}
.row-fluid .span3 h2 {
	color: rgb(35,31,32);
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 0.85em;
	text-transform: uppercase;
}
.row-fluid .span3 #login form label {
	clear: both;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
}
.row-fluid .span3 #login form .forget a {
	display: block;
	font-size: 1.1em;
	margin-bottom: 0.85em;
	text-decoration: underline;
}
.row-fluid .span3 #dudas {
	background-color: rgb(242,242,242);
	border: 1px solid #DEDEDE;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	display: inline-block;
	margin-bottom: 0;
	padding: 2em;
	width: 22.3em;
}
.row-fluid .span3 #dudas h2 {
	margin-bottom: 0.3em
}
.row-fluid .span3 #dudas p {
	color: rgb(92,96,99);
	display: block;
	float: left;
	font-size: 2em;
	font-weight: bold;
	margin: 0.5em 0 0;
	width: 6em;
}
.en .row-fluid .span3 #dudas p {
	margin: 1.2em 0 0;
}
.ru .row-fluid .span3 #dudas p {
	font-size: 16px;
}
/* alta */
.row-fluid .span3 .alta {
	display: block;
	font-size: 1.8em;
	margin-bottom: 0.85em;
	width: 85%;
}
.ie7 .row-fluid .span3 .alta {
	padding-top:10px;
}
.ru .row-fluid .span3 .alta {
	font-size: 15px;
}
/* RIGHT column */
.row-fluid.content .span9 {
	margin: 0;
	padding: 2em 0 2em 2em;
}
.row-fluid.content .span9 h2 {
	color: rgb(35,31,32);
	font-size: 2.4em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.row-fluid.content .span9 h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 1em 0 0.5em;
	text-transform: uppercase;
}
.row-fluid.content .span9 p {
	font-size: 1.4em;
	margin-bottom: 1em;
}
.row-fluid.content .span9 ul li {
	display: block;
	float: left;
	margin: 0 0 0 4em;
}
.row-fluid.content .span9 ul li:first-child {
	margin-left:0;
}
.row-fluid.content .span9 ul li p {
	color: rgb(36,32,33);
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.row-fluid.content .span9 ul li .item {
	border:1px solid #dbdbdb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	clear: both;
	display: inline-block;
	margin-bottom:1em;
	padding: 2em;
	vertical-align: top;
	width:8.5em;
	background: #f5f5f5; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f5f5f5 0%, #e3e3e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #e3e3e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f5 0%, #e3e3e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 0%, #e3e3e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 0%, #e3e3e3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f5f5f5 0%, #e3e3e3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e3e3e3', GradientType=0 ); /* IE6-8 */
}
.row-fluid.content .span9 ul li .item .ico-hotel, .row-fluid.content .span9 ul li .item .ico-transfer, .row-fluid.content .span9 ul li .item .ico-call, .row-fluid.content .span9 ul li .item .ico-pay, .row-fluid.content .span9 ul li .item .ico-packages {
	margin:0;
}
.row-fluid.content .span9 .single-image {
	clear: both;
	display: inline-block;
	margin-bottom: 2em;
	position: relative;
	vertical-align: top;
	width: 100%;
}
.row-fluid.content .span9 .single-image .text-pic {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 2em;
	position: absolute;
	right: 2em;
	text-align: left;
	top: 2em;
	width: 280px;
	z-index: 2;
}
.ie7 .row-fluid.content .span9 .single-image .text-pic, .ie8 .row-fluid.content .span9 .single-image .text-pic {
	background:url("/agents/img/bg/bg-light80.png") repeat scroll 0 0 transparent;
}
.row-fluid.content .span9 .single-image .text-pic .title {
	color: rgb(35,31,32);
	font-size: 1.8em;
	font-weight: bold;
	margin: 0;
	text-transform:none;
}
.ie7 .row-fluid.content .span9 .single-image .text-pic .title {
	padding:0;
}
.row-fluid.content .span9 .single-image .text-pic .txt {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}
.row-fluid.content .span9 .single-image img {
	display: block;
	float: left;
	height: 240px;
	position: relative;
	width: 100%;
}
/* 100% column */
.row-fluid.content .span12 ul li {
	list-style:none;
}
.row-fluid.content .span12 ul li.white {
	display: inline-block;
	height: 12em;
	margin-left: 1.7em;
	padding: 2em;
	vertical-align: top;
	width: 30.5em;
}
.fr .row-fluid.content .span12 ul li.white, .it .row-fluid.content .span12 ul li.white, .pt .row-fluid.content .span12 ul li.white {
	height: 14em;
}
.ie10 .row-fluid.content .span12 ul li.white, .ie9 .row-fluid.content .span12 ul li.white, .ie8 .row-fluid.content .span12 ul li.white {
	width: 30em;
}
.ie7 .row-fluid.content .span12 ul li.white {
	display:block;
	float:left;
	width: 30em;
}
.ie7.fr .row-fluid.content .span12 ul li.white, .ie7.it .row-fluid.content .span12 ul li.white, .ie7.pt .row-fluid.content .span12 ul li.white {
	height: 14em;
}
.row-fluid.content .span12 ul li.white.small {
	height:18em;
	width:25em;
}
.row-fluid.content .span12 ul li:first-child {
	margin-left:0;
}
.row-fluid.content .span12 ul li.white.banco {
	height:18em;
	width:40em;
}
.row-fluid.content .span12 ul li.white.banco ul li a.red:hover {
	color:#FFA7A7;
}
.row-fluid.content .span12 ul li .services {
	float: left;
	font-size: 1.2em;
}
/* private box */
#menuUser {
	background-color: #FFFFFF;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	clear: both;
	display: block;
	height: 2em;
	margin: 0 0 1em;
	padding: 1em;
	width: 97%;
}
#menuUser .info-usuari {
	display: inline;
	float: left;
	margin-right: 2em;
}
#menuUser .info-usuari li {
	font-size:1.2em;
}
#menuUser .info-usuari li.missatge {
	background: url("/agents/img/ico-fletxa-gris.png") no-repeat scroll left 4px rgba(0, 0, 0, 0);
	font-size: 1.4em;
	font-weight: bold;
	margin-left: 5px;
	padding-left: 7px;
}
#menuUser .accions {
	display: inline;
	float: right;
}
#menuUser .accions li {
	font-size: 1.2em;
	margin-left: 1em;
}
#menuUser .accions li a {
	text-decoration: underline;
}
#menuUser .accions li.veure-missatges a {
	background: url("/agents/img/ico-sobre.png") no-repeat scroll left 2px transparent;
	color: #D80100;
	padding-left: 1.5em;
}
#menuUser .accions li.veure-missatges a:hover {
	color: #FFA7A7;
}
#menuUser .accions li.compte-usuari a {
	background: url("/agents/img/ico-usuari.png") no-repeat scroll left 2px transparent;
	padding-left: 1.2em;
}
#menuUser .accions li.tancar-sessio a {
	background: url("/agents/img/ico-tancar.png") no-repeat scroll left 2px transparent;
	padding-left: 1.2em;
}


