/* CSS Document */
html {
	/*overflow-y: scroll;*/ /* Para que no se mueva el disenyo al salir scroll. No valida CSS 2.1 pero si CSS 3 */
	/*overflow: scroll;*/ /* Asi valida CSS 2 pero tambien sale el scroll horizontal */
}
body {
	/*background: #121212 url(img/background.gif) no-repeat left top;
	background-attachment: fixed;*/
	/* background-color: #171717; */
	background-color: #FFFFFF;
	/*background: #3e3e3e url(img/bg-sombra-lateral.gif) repeat-y center top;*/
	color: #444;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;*/
	/*font-family: Tahoma, Geneva, sans-serif;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	text-align: center; /* required for centering the page in IE */
}

* {
	margin: 0;
	padding: 0;
}

/* ------------ Page Layout ------------ */

#container {
	/*width: 1000px;*/
	/* IE6 min-width/max-width hack: */ 
	/*width: expression(document.body.clientWidth < 777? "775px" : document.body.clientWidth > 1102? "1100px" : "auto");
	max-width: 1100px;
	min-width: 775px;*/
	/* las propiedades de margin sirven para centrar el disenyo cuando width es fijo */
	/*margin-left: auto;
	margin-right: auto;
	text-align: left;*/
	
	/*background-color: #171717;*/
}

#header-wrapper {
	background-color: #171717;
}
#header {
	width: expression(document.body.clientWidth < 777? "775px" : document.body.clientWidth > 1102? "1100px" : "auto");
	max-width: 1100px;
	min-width: 775px;
	/* las propiedades de margin sirven para centrar el disenyo cuando width es fijo */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
	background-color: transparent;
	
	padding: 2em 0 3em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 89%;
	color: #999;
	/*border: 1px solid #f00;*/
	
	position: relative; /* para poder situar en el bottom-right el div #tools */
	
}
#header a {
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}

#logo {
	/*float: left;*/
	margin: 0 0 0 5px;
	/*border: 1px solid #f00;*/
}

#header #logo img {
	border: 0px none #000;
}

#menu-wrapper {
	clear: both;
	background: #BBC3C7 url(img/bg-sombra-lateral-menu.gif) repeat-y center top;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #8f8f8f;
}

#menu {
	width: expression(document.body.clientWidth < 777? "775px" : document.body.clientWidth > 1102? "1100px" : "auto");
	max-width: 1100px;
	min-width: 775px;
	/* las propiedades de margin sirven para centrar el disenyo cuando width es fijo */
	margin-left: auto;
	margin-right: auto;
	text-align: left;

	background-color: transparent;
	background-color: #555;
	
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
}

#mission {
	float: left;
	position: absolute;
	top: 2.5em;
	left: 450px;
	margin: 0em .5em 0 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 1.2em;
	font-weight: normal;
	font-style: italic;
	color: #fd7c1b;
	font-size: 140%;
}

#tools {
	/*float: right;*/
	position: absolute;
	/*top: 1.8em;*/
	bottom: 3em;
	right: 0;
	margin: 0em 1em 0 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 95%;
}
#tools a {
	color: #fd7c1b;
}

#content-wrapper {
	clear: both;
	background-color: #fff;
	background: #fff url(img/bg-sombra-lateral.gif) repeat-y center top;
}

#content {
	width: expression(document.body.clientWidth < 777? "775px" : document.body.clientWidth > 1102? "1100px" : "auto");
	max-width: 1100px;
	min-width: 775px;
	/* las propiedades de margin sirven para centrar el disenyo cuando width es fijo */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
	/*background-color: #EFEFEF;*/
	background-color: #f7f7f7;
	background: #f7f7f7 url(img/bg-content.gif) repeat-x left top;
	
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;

	padding-bottom: 1px; /* porque sino el IE6 no hace el margin-bottom */	
}

#main-wrapper  {
	float: left;
	/* width: 74%; */
	width: 70%;
}


#main-wrapper  {
	/*width: 100%;*/
	/*border-right: 1px dotted #444;*/
	/*background: transparent url(img/dotted-y.gif) repeat-y right top;*/
	
	/*background-color: #00f;*/
	/*overflow: auto;*//* pq surti scroll horitzontal (aixi no es desmonta el disseny si algun element supera els 580px) */
	/*overflow-x: auto;*/ /* no valida css2 pero si css3 */
}

#main {
	margin: 0 6% 0 6%;
	padding: 3em 0 3em 0;
	/*border:1px solid #f00;*/
	font-size: 100%;
}

#sidebar-wrapper {
	float: left;
	width: 24%;
	/*border-left: 1px dotted #444;*/
	/*background: transparent url(img/dotted-y.gif) repeat-y left top;*/
	
	background-color: transparent;
}

#sidebar {
	/*padding: 0 18% 1em 6% !important;*/ /* Mozilla (firefox) */
	/*padding: 0 4em 1em 1.5em;*/ /* en IE6 no funcionan en % */
	margin: 0 4em 1em 1.5em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	line-height: 1.3em;
}

#footer-wrapper {
	clear: both;
	/*background-color: #BBC3C7;*/
	background-color: #171717;
	border-top: 1px solid #afafaf;
}
#footer {
	width: expression(document.body.clientWidth < 777? "775px" : document.body.clientWidth > 1102? "1100px" : "auto");
	max-width: 1100px;
	min-width: 775px;
	/* las propiedades de margin sirven para centrar el disenyo cuando width es fijo */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
	/*background-color: #EFEFEF;*/
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 89%;
	color: #bbc3c7;
}
#footer .content {
	padding: 3em 1em 3em 1em;
}

#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* ------------ Utility elements ------------ */

.float-left {
	float: left;
}
.float-right {
	float: right;
}
.clear-float-right {
	clear: right;
}
.clear-float-left {
	clear: left;
}
.clear-floats {
	clear: both;
}

.dotted-line-x {
	width: 100%;
	height: 1px;
	background: transparent url(img/dotted-x.gif) repeat-x left center;
}

.dotted-line-y {
	/*float: left;*/
	width: 1px;
	height: 100%; /* no funciona ! */
	background: transparent url(img/dotted-y.gif) repeat-y center top;
}

/* ------------ General elements ------------ */

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	/*font-family: Tahoma, Geneva, sans-serif;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #444;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}

h1 {
  	font-size: 150%;
}
h2 {
  	font-size: 140%;
}
h3 {
  	font-size: 115%;
}
h4 {
  	font-size: 100%;
}
h5 {
  	font-size: 95%;
}
h6 {
  	font-size: 85%;
}

h3.underline {
	text-decoration: underline;
}

h4.underline {
	text-decoration: underline;
}

p {
  	margin: 0 0 1.5em 0;
  	text-align: justify;
}

a {
	color: #fd7c1b;
  	text-decoration:none;
  	outline: none; /* quita el borde que aparece al hacer click */
  	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:active, a.active {
	text-decoration:none;
}

ul {
	list-style-position: inside;
}

blockquote {
	border-left: 2px solid #dfdfdf;
	padding: 0 0 0 1em;
	margin: .5em 0 1.5em 1.5em;
}
blockquote blockquote {
	margin-top: 1.5em;
}

.company-name {
	font-weight: bold;
}

.grey-box {
	margin: .5em 0 2em 0;
	/*margin: .5em 0 1em 0;*/
	padding: 2em 2em;
	background-color: #efefef;
	border: 1px solid #dfdfdf;
	display: block;
}

div.image-wrapper {
	float: right;
	border: 1px solid #e7e7e7;
	/*border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;*/
	margin: 0 0 1.5em 2.5em;
}
div.image-wrapper .image {
	border: 8px solid #fff;
}
div.image-wrapper .image img {
	border: 0px;
}

h3.dotted {
	margin: 1em 0 1em 0;
	padding: 0 0 .1em 0;
	/*background: transparent url(img/dotted-x.gif) repeat-x left bottom;*/
	border-bottom: 1px dotted #b9c1c5;
	color: #666;
	font-weight: bold;
	font-size: 115%;
}

.newline {
	margin-bottom: 2.5em;
}

/* ------------ Primary-links ------------ */

ul#primary-links {
	list-style-type: none;
	padding-left: 1.3em;
	line-height: 1.2em;
}
ul#primary-links li {
	display: inline;
	list-style-type: none;
}
ul#primary-links li a {
	display: block;
	float: left;
	padding: .2em .9em;
	margin: 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 120%;
	/*color: #fd7c1b;*/
	color: #f7f7f7;
	/*color: #404A4F;*/
	/*color: #00587F;*/
	text-decoration: none;
	border-right: 1px solid #333;
}
ul#primary-links li a.active {
	color: #fd7c1b;
}
ul#primary-links li a:hover {
	/*color: #EFEFEF;*/
	color: #fd7c1b;
}

/* ------------ Tools ------------ */

.home {
	margin-left: 8px;
}
.home a {
	background: transparent url(img/home.gif) no-repeat left center;
	padding: 0 0 0 15px;
}

.mapa-web {
	background: transparent url(img/dotted-y.gif) repeat-y left top;
	padding: 0 0 0 12px;
	margin-left: 8px;
}
.mapa-web a {
	background: transparent url(img/mapa-web.gif) no-repeat left center;
	padding: 0 0 0 15px;
}

.email {
	background: transparent url(img/dotted-y.gif) repeat-y left top;
	padding: 0 0 0 12px;
	margin-left: 8px;
}
.email a {
	background: transparent url(img/mail.gif) no-repeat left center;
	padding: 0 0 0 17px;
}

.castellano {
	background: transparent url(img/dotted-y.gif) repeat-y left top;
	padding: 0 0 0 12px;
	margin-left: 8px;
}
.castellano a {
	background: transparent url(img/idioma.gif) no-repeat left center;
	padding: 0 0 0 15px;
}

.catala {
	background: transparent url(img/dotted-y.gif) repeat-y left top;
	padding: 0 0 0 12px;
	margin-left: 8px;
}
.catala a {
	background: transparent url(img/idioma.gif) no-repeat left center;
	padding: 0 0 0 15px;
}

.english {
	background: transparent url(img/dotted-y.gif) repeat-y left top;
	padding: 0 0 0 12px;
	margin-left: 8px;
}
.english a {
	background: transparent url(img/idioma.gif) no-repeat left center;
	padding: 0 0 0 15px;
}

/* -------------- title ----------------- */

/* neither IE (6/7/8) nor Opera 9.6 support the border-radius property
#main h2.title {
	padding: 1em 1em 1em 1em;
	color: #4f4f4f;
	background-color: #dfdfdf;
	-moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px;
}
*/

.title-wrapper {
	margin: 0 0 2em 0;
	background-color: #e7e7e7;
	background-color: #dfdfdf;
}
.title-wrapper h2 {
	padding: .1em 1em .1em 1em;
	margin: 0;
	color: #4f4f4f;
}
.title-wrapper .top-left {
	display: block;
	background: transparent url(img/title-top-left.gif) no-repeat left top;
	height: 12px;
	font-size: 0; /* hack for ie6 empty div height bug */
	line-height: 0; /* hack for ie6 empty div height bug */
}
.title-wrapper .top-right {
	display: block;
	background: transparent url(img/title-top-right.gif) no-repeat right top;
	height: 12px;
	font-size: 0; /* hack for ie6 empty div height bug */
	line-height: 0; /* hack for ie6 empty div height bug */
}
.title-wrapper .bottom-left {
	display: block;
	background: transparent url(img/title-bottom-left.gif) no-repeat left top;
	height: 12px;
	font-size: 0; /* hack for ie6 empty div height bug */
	line-height: 0; /* hack for ie6 empty div height bug */
}
.title-wrapper .bottom-right {
	display: block;
	background: transparent url(img/title-bottom-right.gif) no-repeat right top;
	height: 12px;
	font-size: 0; /* hack for ie6 empty div height bug */
	line-height: 0; /* hack for ie6 empty div height bug */
}

/* -------------- block-1 ----------------- */

.block-1 {
	background: #dfdfdf url(img/block-1-side.gif) repeat-x left top;
	margin: 3em 0 0 0;
}
.block-1 .border-bottom {
	background: transparent url(img/block-1-side.gif) repeat-x left bottom;
}
.block-1 .border-left {
	background: transparent  url(img/block-1-side.gif) repeat-y left top;
}
.block-1 .content {
	background: transparent url(img/block-1-side.gif) repeat-y right top;
	padding: .5em 1.5em .5em 1.5em;
}
.block-1 .top-left {
	display: block;
	background: transparent url(img/block-1-top-left.gif) no-repeat left top;
	height: 12px;
	font-size: 0; /* hack for ie6 empty div height bug */
	line-height: 0; /* hack for ie6 empty div height bug */
}
.block-1 .top-right {
	display: block;
	background: transparent url(img/block-1-top-right.gif) no-repeat right top;
	height: 12px;
	font-size: 0; /* hack for ie6 empty div height bug */
	line-height: 0; /* hack for ie6 empty div height bug */
}
.block-1 .bottom-left {
	display: block;
	background: transparent url(img/block-1-bottom-left.gif) no-repeat left top;
	height: 12px;
	font-size: 0; /* hack for ie6 empty div height bug */
	line-height: 0; /* hack for ie6 empty div height bug */
}
.block-1 .bottom-right {
	display: block;
	background: transparent url(img/block-1-bottom-right.gif) no-repeat right top;
	height: 12px;
	font-size: 0; /* hack for ie6 empty div height bug */
	line-height: 0; /* hack for ie6 empty div height bug */
}

/* -------------- block-2 ----------------- */

.block-2 {
	background: #ffeddf url(img/block-2-side.gif) repeat-x left top;
	margin: 2em 0 2em 0;
}
.block-2 .border-bottom {
	background: transparent url(img/block-2-side.gif) repeat-x left bottom;
}
.block-2 .border-left {
	background: transparent  url(img/block-2-side.gif) repeat-y left top;
}
.block-2 .content {
	background: transparent url(img/block-2-side.gif) repeat-y right top;
	padding: .5em 1.5em .5em 1.5em;
}
.block-2 .top-left {
	display: block;
	background: transparent url(img/block-2-top-left.gif) no-repeat left top;
	height: 12px;
	font-size: 0; /* hack for ie6 empty div height bug */
	line-height: 0; /* hack for ie6 empty div height bug */
}
.block-2 .top-right {
	display: block;
	background: transparent url(img/block-2-top-right.gif) no-repeat right top;
	height: 12px;
	font-size: 0; /* hack for ie6 empty div height bug */
	line-height: 0; /* hack for ie6 empty div height bug */
}
.block-2 .bottom-left {
	display: block;
	background: transparent url(img/block-2-bottom-left.gif) no-repeat left top;
	height: 12px;
	font-size: 0; /* hack for ie6 empty div height bug */
	line-height: 0; /* hack for ie6 empty div height bug */
}
.block-2 .bottom-right {
	display: block;
	background: transparent url(img/block-2-bottom-right.gif) no-repeat right top;
	height: 12px;
	font-size: 0; /* hack for ie6 empty div height bug */
	line-height: 0; /* hack for ie6 empty div height bug */
}

/* -------------- block-3 ----------------- */

.block-3 {
	background: #fff url(img/block-3-side.gif) repeat-x left top;
	margin: 2em 0 2em 0;
}
.block-3 .border-bottom {
	background: transparent url(img/block-3-side.gif) repeat-x left bottom;
}
.block-3 .border-left {
	background: transparent  url(img/block-3-side.gif) repeat-y left top;
}
.block-3 .content {
	background: transparent url(img/block-3-side.gif) repeat-y right top;
	padding: .5em 1.5em .5em 1.5em;
}
.block-3 .top-left {
	display: block;
	background: transparent url(img/block-3-top-left.gif) no-repeat left top;
	height: 12px;
	font-size: 0; /* hack for ie6 empty div height bug */
	line-height: 0; /* hack for ie6 empty div height bug */
}
.block-3 .top-right {
	display: block;
	background: transparent url(img/block-3-top-right.gif) no-repeat right top;
	height: 12px;
	font-size: 0; /* hack for ie6 empty div height bug */
	line-height: 0; /* hack for ie6 empty div height bug */
}
.block-3 .bottom-left {
	display: block;
	background: transparent url(img/block-3-bottom-left.gif) no-repeat left top;
	height: 12px;
	font-size: 0; /* hack for ie6 empty div height bug */
	line-height: 0; /* hack for ie6 empty div height bug */
}
.block-3 .bottom-right {
	display: block;
	background: transparent url(img/block-3-bottom-right.gif) no-repeat right top;
	height: 12px;
	font-size: 0; /* hack for ie6 empty div height bug */
	line-height: 0; /* hack for ie6 empty div height bug */
}

/* ----------------------- block-partners -------------------- */

.block-partners {
	margin: 2em 0 2em 0;
}

.block-partners .content h3.dotted {
	margin: 0em 0 2em 0;
	font-size: 110%;
	color: #808e95;
	text-align: center;
}

.partner {
	padding: 0 0 1.5em 0;
	text-align: center;
}
.partner img {
	border: 0;
	max-width:  90%;
}

.block-partners .content .last {
	padding: 0 0 2em 0;
	margin-bottom: 1.5em;
	border-bottom: 1px dotted #b9c1c5;
}

/* ------------ news ------------------ */

.block-2 .new, #main .list .new {
	margin-bottom: 1.5em;
	border-bottom: 1px dotted #cfcfcf;
}
 #main .list .new {
	margin-bottom: 2em;
}

.new .title {
	font-weight: bold;
	color: #4f4f4f;
	margin-bottom: .4em;
	padding-left: 0;
}
#main .list .new .title {
	font-size: 105%;
}
.block-2 .new .title {
	font-size: 95%;
}
.new .title a {
	color: #4f4f4f;
	text-decoration: underline;
}
.new .title a:hover {
	color: #4f4f4f;
	text-decoration: none;
}

.new .date {
	color: #fd7c1b;
	font-size: 80%;
	font-weight: normal;
	margin-bottom: .4em;
}
#main .new .date {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 85%;
	margin-bottom: .4em;
}

.block-2 .new .teaser {
	font-size: 85%;
	color: #697A82;
	margin-bottom: .5em;
}
#main .new .teaser {
	font-style: italic;
	margin: 0 0 .8em 0;
}
#main .list .new .teaser {
	font-style: normal;
}	

.new .more {
	font-size: 80%;
	padding-bottom: .2em;
	text-align: left;
}
#main .new .more {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 80%;
	text-align: right;
}
.new .more a {
	color: #4f4f4f;
	font-weight: bold;
	text-decoration: none;
}
.new .more a:hover {
	color: #fd7c1b;
	font-weight: bold;
	text-decoration: none;
}

/* ------------- login ------------ */

#main .login-wrapper {
	margin: 2em 0em 3em 0em;
	padding: 1.5em 1.5em 1.5em 5em;
	/*background-color: #efefef;*/
	border: 1px dotted #cfcfcf;
}
#main .login {
	width: 200px;
}
.login label {
	display: block;
	color: #4f4f4f;
	font-weight: bold;
	margin-bottom: .3em;
}
.block-1 .login label {
	font-size: 95%;
}
.login input {
	margin-bottom: .6em;
	color: #4f4f4f;
}
.login #UserUsername, .login #UserPassword {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #cfcfcf;
	width: 100%;
	font-size: 100%;
}
.block-1 .login #UserUsername, .block-1 .login #UserPassword {
	border-width: 0;
}
.login div.submit {
	margin-top: .6em;
	text-align: right;
}
.login div.submit input {
	background-color: #808E95;
	border-width: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #fff;
	font-weight: bold;
	padding: .2em .6em .3em .6em !important; /* Mozilla (Firefox) */
	padding: .2em .2em .2em .2em; /* IE */
	cursor: pointer;
}
.login div.submit input:hover {
	background-color: #697A82;
}
.block-1 .login div.submit input {
	font-size: 85%;
}

/* ------------- pagination ----------- */

#pagination {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	color: #808e95;
	font-size: 90%;
}
#pagination .results {
	font-size: 90%;
	text-align: left;
	margin-bottom: .4em;
}
#pagination .pagination-nav {
	padding: .4em;
	text-align: center;
	border: 1px solid #dfdfdf;
}
#pagination .pagination-nav em {
	font-style: normal;
}

/* ------------- company page ----------------- */

ul.sectors-list {
	list-style-position: outside;
	list-style-type: none;
	color: #fd7c1b;
	margin: 1.5em 3em 1.5em 0em;
}
ul.sectors-list li {
	/*border-left: 100px solid #efefef;*/
	border-left: 95px solid #e7e7e7;
	line-height: 1em;
	margin: 1em 0 1em 0;
	padding: 0 0 0 2em;
}
ul.sectors-list li h3 {
	display: inline;
	padding-left: 0;
	font-size: 100%;
	color: #fd7c1b;
	line-height: 1.2em;
	text-indent: 0 !important; /* Mozilla (firefox) */
	/*text-indent: -1.2em;*/ /* IE6: aunque list-style-type sea none deja el espacio del bullet */
}

/* ------------- services page ----------------- */

.services-list {
	margin: 2em 0 2em 0;
}
.service {
	clear: both;
	margin: 0 0 1.5em 0;
}

h3.service-title {
	margin: 1em 0 1em 0;
	padding: 0 0 .1em 0;
	/*background: transparent url(img/dotted-x-2.gif) repeat-x left bottom;*/
	border-bottom: 1px dotted #fd7c1b;
	color: #fd7c1b;
	font-weight: bold;
	font-size: 115%;
	/*text-transform: uppercase;
	font-size: 110%;*/
}

div.service-image {
	float: right;
	border: 1px solid #e7e7e7;
	/*border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;*/
	margin: 0 0 1.5em 3em;
}
div.service-image img {
	border: 6px solid #fff;
}

.service-text {
	/*width: 64%;*/
	margin: 0 0 2em 0;
}
.service-text p {
	/*text-align: left;*/
}

ul.subservices-list {
	list-style-position: outside;
	list-style-type: none;
	margin: 0em 1em 1.5em 0;
}
ul.subservices-list li {
	border: none;
	background: transparent url(img/bullet-grey.gif) no-repeat scroll left 2px;
	line-height: 1em;
	margin: 1em 0 1em 0;
	padding: 0 0 0 20px;
}

/* ------------- projects page ----------------- */

h3.project-title {
	margin: 1em 0 1em 0;
	padding: 0 0 .1em 0;
	/*background: transparent url(img/dotted-x-2.gif) repeat-x left bottom;*/
	border-bottom: 1px dotted #fd7c1b;
	color: #fd7c1b;
	font-weight: bold;
	font-size: 115%;
	/*text-transform: uppercase;
	font-size: 110%;*/
}

ul.project-list {
	list-style-position: outside;
	list-style-type: none;
	margin: 1.5em 3em 2em 0em;
}
ul.project-list li {
	background: transparent url(img/bullet-grey.gif) no-repeat scroll left 5px;
	margin: 1em 0 1em 0;
	padding: 0 0 0 25px;
}

/* ----------------- web map page ---------------- */

ul.map-list {
	margin: 2em 0 1em 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 95%;
	color: #808E95;
	list-style-position: inside;
}
ul.map-list li {
	padding: 0 0 .8em 0;
	font-weight: bold;
}
ul.map-list a {
	color: #4f4f4f;
	text-decoration: underline;
}
ul.map-list a:hover {
	/*color: #fd7c1b;*/
	text-decoration: none;
}

/* ----------------- clients page ---------------- */

.clients-logos {
	margin: 2em 0 2em 0;
}
.clients-logos .client-logo {
	background-color: #efefef;
	border: 8px solid #efefef;
	margin: 10px 13px 10px 0;
	float: left;
}
.clients-logos .client-logo a {
	display: block;
	border: none;
	width: 150px;
	height: 100px;
}

.client-logo .aitasa {
	background: #fff url(img/clients-logos/aitasa.jpg) no-repeat center center;
}

.client-logo .basf {
	background: #fff url(img/clients-logos/basf.jpg) no-repeat center center;
}

.client-logo .aragonesas {
	background: #fff url(img/clients-logos/aragonesas.jpg) no-repeat center center;
}

.client-logo .siemens {
	background: #fff url(img/clients-logos/siemens.jpg) no-repeat center center;
}

.client-logo .ercros {
	background: #fff url(img/clients-logos/ercros.jpg) no-repeat center center;
}

.client-logo .kao {
	background: #fff url(img/clients-logos/kao.jpg) no-repeat center center;
}

.client-logo .mahou-sanmiguel {
	background: #fff url(img/clients-logos/mahou-sanmiguel.gif) no-repeat center center;
}

.client-logo .technip {
	background: #fff url(img/clients-logos/technip.gif) no-repeat center center;
}

.client-logo .tqsa {
	background: #fff url(img/clients-logos/tqsa.jpg) no-repeat center center;
}

.client-logo .repsol {
	background: #fff url(img/clients-logos/repsol.jpg) no-repeat center center;
}

.client-logo .bayer {
	background: #fff url(img/clients-logos/bayer.jpg) no-repeat center center;
}

.client-logo .abb {
	background: #fff url(img/clients-logos/abb.jpg) no-repeat center center;
}

.client-logo .celanese {
	background: #fff url(img/clients-logos/celanese.jpg) no-repeat center center;
}

.client-logo .somadir {
	background: #fff url(img/clients-logos/somadir.jpg) no-repeat center center;
}

.client-logo .cotinsa {
	background: #fff url(img/clients-logos/cotinsa.gif) no-repeat center center;
}

.client-logo .iberpotash {
	background: #fff url(img/clients-logos/iberpotash.jpg) no-repeat center center;
}

.client-logo .messer {
	background: #fff url(img/clients-logos/messer.gif) no-repeat center center;
}

.client-logo .cepsa {
	background: #fff url(img/clients-logos/cepsa.jpg) no-repeat center center;
}

.client-logo .ayesa {
	background: #fff url(img/clients-logos/ayesa.jpg) no-repeat center center;
}
.client-logo .dow {
	background: #fff url(img/clients-logos/dow.png) no-repeat center center;
}

.client-logo .rayen {
	background: #fff url(img/clients-logos/rayen.jpg) no-repeat center center;
}

.client-logo .tepsa {
	background: #fff url(img/clients-logos/tepsa.png) no-repeat center center;
}
/* ------------------- contact --------------------- */

div.iframe-map {
	float: right;
	border: 1px solid #ffdabf;
	margin: 0px 0 1.5em 2em;
	margin: 7px 0 1.5em 2em !important; /* Mozilla firefox */
	*margin: 0px 0 1.5em 2em !important; /* solo IE7 */
}
div.iframe-map iframe {
	width: 225px;
	height: 170px !important; /* Mozilla firefox */
	*height: 166px !important; /* solo IE7 */
	border: 8px solid #fff;
}
.link-map {
	background-color: #fff;
	font-size: 90%;
	text-align: right;
	padding: 0 8px 3px 0;
}

