/* GLOBAL */
	* { margin:0; padding:0; }
	html {}
	.clearfix:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	ul {
		list-style-type:none;
	}
	body {
		text-align:center;
		font:.75em/1.6em Arial, Helvetica, sans-serif;
	}
	h1, h2, h3, h4 {
		margin-bottom:.7em;
		line-height:1.4em;
	    padding-top: 0.5em;
	}
	h1 {
		margin-bottom:.4em;
		color:#ed1164;
		font-weight:normal;
		font-size:1.95em;
	}
	h2 { margin-bottom:1em; font-size:1.25em; }
	h3 { margin-bottom:.5em; font-size:1.25em; }
	h4 { font-size:1.05em; }
	h5 { font-size:1em; }
	/* HYPERLINKS */
		a img, a:hover img {
			border:0;
		}
		a, a:visited {
			color:#fefe8f;
			text-decoration:underline;
		}
		a:hover {
			text-decoration:none;
		}
	/* HYPERLINKS */
/* GLOBAL */




/* BODY */
	html, body {}
	body {
		background:#363636 url(../art/bg_body.gif) repeat-x;
		color:#fff;
		text-align:left;
	}
/* BODY */




/* LAYOUT */

	#container {
		width:980px;
		margin:0 auto 0 auto;
	}

	/* HEADER */
		#header {
			text-align:left;
			padding-bottom:50px;
		}
		#header .logo {
			float:left;
			margin:16px 0 60px 10px;
			padding:0;
		}
		#header .presentation {
			clear:left;
			margin-right:330px;
		}
	/* HEADER */

	/* LAYOUTS */
		.col-left, .col-center, .col-center2, .col-right {
			float:left;
		}
		.col-left, .col-center, .col-center2 {
			/* Márgenes por defecto */
			margin-right:30px;
		}
		/* 1-COL */
			.layout-1-col {
				width:100%;
			}
		/* 1-COL */
		/* 2-COL */
			.layout-2-col .col-left {
				width:475px;
			}
			.layout-2-col .col-right{
				width:475px;
			}
		/* 2-COL */
		/* 2-COL-LEFT */
			.layout-2-col-left .col-left {
				width:632px;
			}
			.layout-2-col-left .col-right{
				width:318px;
			}
		/* 2-COL-LEFT */
		/* 2-COL-BLEFT */
			.layout-2-col-bleft .col-left {
				width:720px;
			}
			.layout-2-col-bleft .col-right{
				width:230px;
			}
		/* 2-COL-BLEFT */
		/* 2-COL-RIGHT */
			.layout-2-col-right .col-left {
				width:318px;
			}
			.layout-2-col-right .col-right{
				width:632px;
			}
		/* 2-COL-RIGHT */
		/* 2-COL-BRIGHT */
			.layout-2-col-bright .col-left {
				width:230px;
			}
			.layout-2-col-bright .col-right{
				width:720px;
			}
		/* 2-COL-BRIGHT */
		/* 3-COL */
			.layout-3-col .col-left {
				width:306px;
			}
			.layout-3-col .col-center{
				width:308px;
			}
			.layout-3-col .col-right{
				width:306px;
			}
		/* 3-COL */
		/* 3-COL-CENTER */
			.layout-3-col-center .col-left {
				width:222px;
			}
			.layout-3-col-center .col-center{
				width:475px;
			}
			.layout-3-col-center .col-right{
				width:223px;
			}
		/* 3-COL */
		/* 3-COL-LEFT */
			.layout-3-col-left .col-left {
				width:475px;
			}
			.layout-3-col-left .col-center{
				width:222px;
			}
			.layout-3-col-left .col-right{
				width:223px;
			}
		/* 3-COL-LEFT */
		/* 3-COL-RIGHT */
			.layout-3-col-right .col-left {
				width:222px;
			}
			.layout-3-col-right .col-center{
				width:223px;
			}
			.layout-3-col-right .col-right{
				width:475px;
			}
		/* 3-COL-RIGHT */
		/* 4-COL */
			.layout-4-col .col-left, .layout-4-col .col-center, .layout-4-col .col-center2 {
				width:230px;
				margin-right:20px;
			}
			.layout-4-col .col-right {
				width:230px;
				margin-right:0;
			}
		/* 4-COL */
	/* LAYOUTS */

	/* CONTENT */
		#content {
			overflow:auto;
			margin-bottom:10px;
		}
		#content .col {} /* Todas las columnas del contenido*/
		/* BLOCKS */
			#content .block {
				margin-bottom:30px;
			}
		/* BLOCKS */
	/* CONTENT */

	/* FOOTER */
		.footer {
			overflow:auto;
			clear:both;
		}
		.footer .col {} /* Todas las columnas del footer */
		.footer .col-left, .footer .col-center {
			/* Reducción de margen */
			margin-right:15px;
		}
		.footer .col-center, .footer .col-right {
			/* Ampliación de padding para poder añadir un borde o un fondo en el centro de la separación de las columnas*/
			padding-left:15px;
		}
		/* LINKS */
			.footer-links {
				overflow:auto;
			}
			.footer-links .block {}
		/* LINKS */
		/* COPYRIGHT */
			.footer-copyright {
				overflow:auto;
			}
			.footer-copyright .block {}
		/* COPYRIGHT */
	/* FOOTER */

/* LAYOUT */




/* DESIGN */

	.skip-to-content {
		display:none;
	}

	/* HEADER */
		#header {
			background:url(../art/bg_header.jpg) no-repeat right top;
		}
		#header .logo {
			margin-top:35px;
		}
		#header .presentation {
			padding:0 20px;
		}
		#header .presentation h2 {
			font-size:1.6em;
			line-height: 1.6em;
			color:#fefe8f;
			margin-bottom:1em;
		}
		#header .presentation p {
			line-height:1.3em;
			margin-bottom:1.3em;
			color:#999;
		}
	/* HEADER */

	/* CONTENT */
		#content {}
		#content .col {}
		#content .row {
			overflow:auto;
		}
		#content .row.services {
			margin-bottom:50px;
		}

		#content .location {
			font-size:1.3em;
			margin-bottom:30px;
			padding:10px;
			border-bottom:1px dotted #555;
			border-top:1px dotted #555;
		}
		#content .location .tour {
			float:right;
		}

		/* BLOCKS */
			#content .block {
				padding:10px;
			}
			#content .block .header {
				line-height:18px;
				padding:0;
				margin:0;
			}
			#content .block .header h3, #content .block .header h2   {
				padding:0;
				margin:0 0 20px 0;
				font-size:1.3em;
				line-height:18px;
			}
			#content .block .header h2 {
				color:#fefe8f;
				font-size:1.5em;
			}
			#content .block .content {
				/*background:url(../art/bg_block_content.gif) repeat-x;*/
			}
			#content .block .content p {
				margin-bottom:1.2em;
			}
			#content .block p.more {
				text-align:right;
			}
			/* SERVICE */
				#content  .block.service {
					padding:7px;
					background:url(../art/bg_block_service.gif) no-repeat;
					font-size:1.1em;
				}
			/* SERVICE */
			/* SERVICE */
				#content .block.service2 {
					padding:7px;
					padding-left:17px;
					border-left:1px solid #555;
					font-size:0.9em;
				}
				#content .block.service2-title {
					border-left:0;
				}
			/* SERVICE */
			/* SERVICE PAGE */
				#content .block.service-col, #content .block.service-image {
					padding:7px;
					font-size:1.1em;
					background-color:#4a4a4a;
				}
				#content .block.service-image {
					padding:0;
					background-color:transparent;
				}
				#content .block.service-desc {
					padding:7px;
					background:none;
					font-size:0.9em;
					border-left:1px solid #555;
					margin-left:245px;
					padding-left:20px;
				}
				#content .block.service-desc .content {
					margin-bottom:40px;
				}
			/* SERVICE PAGE */
		/* BLOCKS */
	/* CONTENT */

	/* FOOTER */
		.footer {
			margin-top:0;
			background:url('../art/bg_footer.gif') repeat-x;
			padding:80px 0 20px 0;
		}
		.footer .footer-inner {
			margin:0 auto 0 auto;
			width:980px;
		}
		.footer .col {} /* Todas las columnas del footer */
		.footer .col-left .block {
			/* Separación de la columna izquierda del borde */
			margin-left:15px;
		}
		.footer .col-right .block {
			/* Separación de la columna derecha del borde */
			margin-right:15px;
		}
		/* LINKS */
			#footer-links {
				padding:15px 0 5px 0;
				/*background:#555 url('../art/bg_footer_links.gif') repeat-x;*/
				color:#fff;
			}
			#footer-links a {
				color:#fff;
				border-color:#fff;
			}
			#footer-links .col-center, .footer-links .col-right {
				/* Añadimos un fondo para separar las columnas */
				height:130px;
			}
			/* BLOCKS */
				#footer-links .block {
					margin-bottom:15px;
				}
				#footer-links .block .header {
					line-height:14px;
				}
				#footer-links .block .header h4 {
					font-size:1.1em;
					letter-spacing:0.15em;
					line-height:14px;
				}
				#footer-links .block .header .tools {
					float:right;
					margin-left:10px;
					padding-top:6px;
					display:block;
				}
				#footer-links .block .content {
					padding:10px 10px 0 0;
					font-size:0.9em;
				}
				#footer-links .block .content p {
					margin-bottom:1.2em;
				}
				#footer-links .block .links a {
					/* Bullet */
				}
			/* BLOCKS */
		/* LINKS */
		/* COPYRIGHT */
			.footer2 {
				border-top:1px dotted #555;
				margin-top:0;
				padding:20px 0;
				font-size:1.2em;
			}
			#footer-copyright {
				margin:0 auto 0 auto;
				width:940px;
				text-align:right;
			}
			#footer-copyright a {
				color:#fff;
				border-color:#fff;
			}
		/* COPYRIGHT */
	/* FOOTER */

	.col {
		background:#666;
	}
	#home .col, .footer .col {
		background-color:transparent;
	}
/* DESIGN */