* {
	margin: 0;
	padding: 0;
	}

img {
	border: 0;
	}
	
body {
	background: #171717;
	font-family: "Lucida Grande", Arial, sans;
	}
	
/* ---------- Header ---------- */

#superior {
	width: 100%;
	height:110px;
	background: #ffffff url('../images/header.gif') top left repeat-x;
	}

#central {
	width: 100%;
	height: 300px;
	background: #000000 url('../images/gradient.gif') top left repeat-x;
	}

#inferior {
	background: #171717 url('../images/border.gif') top left repeat-x;
	width: 100%;
	height: 340px; 
	}
	
#copy {
	margin: 20px 0 10px 0;
	color: #4D4D4D;
	font-size: 10px;
	}

.centrado {
	width: 850px;
	margin: 0 auto;
	}

.logo {
	margin: 30px 0 0 0;
	float: left;
	}

/* ---------- Menu ---------- */

.navigation {
		margin:60px 0 0 0;
		padding:0; 
		float: right;
		position: relative;
		z-index: 1;
		}
	
	ul.menu li {
		display: inline;
		list-style-type: none;
		}

	ul.menu li a, ul.menu li a:link, ul.menu li a:visited {
		font-size: 10px;
		font-weight: bold;
		letter-spacing: 0.05em;
		color: #fff;
		text-decoration: none;
		margin-left: 10px;
		padding: 5px 10px 5px 10px;
		float: left;
		text-align: center;
		background: #cccccc;
		text-transform:uppercase;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		}
		
	ul.menu li a:hover {background: #242424;}

	#inicio ul.menu li a.inicio, #portafolio ul.menu li a.portafolio, #servicios ul.menu li a.servicios, #info ul.menu li a.info, #area_clientes ul.menu li a.area_clientes, #contacto ul.menu li a.contacto {background: #242424;}
		
/* ----------  ---------- */

#columna_right {
	float: right;
	margin: 5px 0px 5px 30px;
	width: 200px;
	display: block;
	}
	
#inicio h2#proyectos {text-indent: -9999px; height:20px; width: 160px; background: #171717 url('../images/destacados.gif') 0 0 no-repeat; margin: 10px 0;}
#inicio h2#newsletter {text-indent: -9999px; height:20px; width: 87px; background: #171717 url('../images/newsletter.gif') 0 0 no-repeat; margin: 10px 0;}
#inicio h2#clientes, #info h2#clientes {text-indent: -9999px; height:20px; width: 64px; background: #171717 url('../images/clientes.gif') 0 0 no-repeat; margin: 10px 0;}
#inicio h2#clientes {margin: 14px 0 8px;}
#servicios h2 {text-indent: -9999px; height:20px; width: 64px; background: #171717 url('../images/servicios.gif') 0 0 no-repeat; margin: 10px 0;}
#info h2#inside {text-indent: -9999px; height:20px; width: 108px; background: #171717 url('../images/inside.gif') 0 0 no-repeat; margin: 10px 0;}
#portafolio h2 {text-indent: -9999px; height:20px; width: 69px; background: #171717 url('../images/portafolio.gif') 0 0 no-repeat; margin: 10px 0;}
#area_clientes h2 {text-indent: -9999px; height:20px; width: 100px; background: #171717 url('../images/area_clientes.gif') 0 0 no-repeat; margin: 7px 0 13px;}
#inicio h2#contacto, #contacto h2 {text-indent: -9999px; height:20px; width: 64px; background: #171717 url('../images/contacto.gif') 0 0 no-repeat; margin: 10px 0;}

p {
	font-size: 11px;
	line-height: 14px;
	color: #AEAEAE;
	}

p.info {
	margin: 1px;
	font-size: 12px;
	line-height: 17px;
	word-spacing: 1.5px;
	margin: 10px 0;
	}

img.estudi { float: right; margin-left: 15px;}

.download {margin: 15px 0 28px;}

.download a, .download a:link, .download a:visited {
	width: 110px;
	display:block;
	margin: 0;
	padding: 3px;
	font: 11px "Lucida Grande", Arial, serif;
	color: #fff;
	text-indent: 25px;
	text-decoration: none;
	background:#0088CC url('../images/tv.gif') 9px 5px no-repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.download a:hover {background-color:#4D4D4D;text-decoration: none;}

.access a, .access a:link, .access a:visited {
	width: 130px;
	display: block;
	margin: 20px 0 0;
	padding: 3px;
	font: 11px "Lucida Grande", Arial, serif;
	color: #fff;
	text-indent: 15px;
	text-decoration: none;
	background:#0088CC url('../images/go.gif') 9px center no-repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.access a:hover {background-color:#4D4D4D;text-decoration: none;}
	
.mapa {float: right; border: 1px solid #e3e3e3; padding: 2px;}

.listado {float: left;margin-right: 50px;}
	
ul.clientes {
	list-style-type: none;
	margin: 0 0 18px 0;
	}
	
ul.clientes li {
	font-size: 11px;
	margin: 4px 0;
	color: #AEAEAE;
	background: url('../images/arrow.gif') 0px center no-repeat;
	text-indent: 10px;
	}

ul.clientes li.more, ul.clientes li.more a, ul.clientes li.more a:link, ul.clientes li.more a:visited  {
	margin: 6px 0;
	background-image: none;
	text-indent: 0px;
	outline: none;
	}

#columna_left {
	float: left;
	margin: 5px 0;
	width: 620px;
	display: block;
	}

.clear {
	clear:both;
}

/* ---------- Portafolio ---------- */

ul.categorias {margin:-8px 0 0 0; padding:0; float: right; position: relative; z-index: 1; }
ul.categorias li {display:inline; list-style-type: none;}
ul.categorias li a, ul.categorias li a:link, ul.categorias li a:visited {font-size: 9px;color: #fff; background: #4D4D4D; margin-left: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 2px 8px; text-decoration: none; outline:none;}
ul.categorias li a:hover{background: #0088CC;}
ul.categorias li.active a, ul.categorias li.active a:link, ul.categorias li.active a:visited {background: #0088CC;}
    	
#portafolio1, #portafolio2, #portafolio3, #portafolio4 {margin: 20px 0;}

#portafolio1, #portafolio2, #portafolio3, #portafolio4 {display:none;}

#columna_left a:link, #portafolio1 a:link, #portafolio2 a:link, #portafolio3 a:link, #portafolio4 a:link, #columna_left a:visited, #portafolio1 a:visited, #portafolio2 a:visited, #portafolio3 a:visited, #portafolio4 a:visited {font-size:10px; color:#4D4D4D; text-decoration:none;}

.thumb4, .thumb3, .thumb2, .thumb1 {
    width: 188px;
    margin-bottom: 20px;
    display: block;
    float: left;
    padding-top: 4px;
}

.thumb2, .thumb3, .thumb4 { margin-left: 32px }

#columna_left .thumb2, #columna_left .thumb3 { margin-left: 28px;}

span.thumb {
    display: block;
    *display: inherit;
    width: 180px;
    height: 100px;
    margin-bottom: 5px;
    border: 2px solid #4D4D4D;
    padding: 2px;
    background: #171717 url('../images/loader.gif') no-repeat center center;
}

.thumb1 a:hover span.thumb, .thumb2 a:hover span.thumb, .thumb3 a:hover span.thumb, .thumb4 a:hover span.thumb {
    border: 2px solid #ffffff;
}

span.titol {
    color: #fff;
    font: 11px "Lucida Grande", Arial, sans;			
    line-height: 15px;
    display: block;
    }
    
span.fecha {
    float: right;
    font-size: 10px;
    text-transform: uppercase;
    }

.thumb1 a span.visible, .thumb2 a span.visible, .thumb3 a span.visible, .thumb4 a span.visible{display:block;}
.thumb1 a span.invisible, .thumb2 a span.invisible, .thumb3 a span.invisible, .thumb4 a span.invisible{display:none;}
.thumb1 a:hover span.invisible, .thumb2 a:hover span.invisible, .thumb3 a:hover span.invisible, .thumb4 a:hover span.invisible {display:block; color:#0088CC;}
.thumb1 a:hover span.visible, .thumb2 a:hover span.visible, .thumb3 a:hover span.visible, .thumb4 a:hover span.visible {display:none;color:#666;}
	
/* ---------------------------------------- */
/* div#central */
#flash {
	float: left;
	width: 480px;
	height: 300px;
	margin: 0px 20px 0px 0px;
	}

#flash_text {
	float: left;
	width: 330px;
	margin: 30px 0 0 10px;
	}

#flash_text h1 {
	font: normal 24px "GeosansLight", Times, serif;
	color: #fff;
	width: 330px;
	height: 150px;
	text-indent: -9999px;
	padding: 0;
	margin-bottom: 20px;
	background-color: transparent;
	background-image: url('../images/titular_inicio.png');
	background-position: 6px 0;
	background-repeat: no-repeat;
	}
	
#portafolio #central, #servicios #central, #info #central, #area_clientes #central, #contacto #central {
	height: 150px;
	}
.slogan {
	width: 570px;
	display: table-cell;
	vertical-align: middle;
	height: 150px;
	}
span.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
}

.slogan h1 {
	font: normal 24px "GeosansLight", Times, serif;
	color: #fff;
	width: 550px; height: 85px;
	text-indent: -9999px;
	background-color: transparent;
	background-position: 6px 0;
	background-repeat: no-repeat;
	}

#portafolio .slogan h1 {background-image: url('../images/titular_portafolio.png');}
#servicios .slogan h1 {background-image: url('../images/titular_servicios.png'); margin-top: 30px;}
#info .slogan h1 {background-image: url('../images/titular_info.png'); margin-top: 30px;}
#area_clientes .slogan h1 {background-image: url('../images/titular_area_clientes.png'); margin-top: 30px;}
#contacto .slogan h1 {background-image: url('../images/titular_contacto.png');}

.claqueta {
	position: absolute;
	top: 70px;
	margin-left: 630px;
	width:250px;
	height:236px;
	background: transparent url('../images/claqueta.png') top left no-repeat;
	}
	
#columna {
	float: left;
	margin: 5px 0;
	width: 100%;
	display: block;
	}
/* ---------------------------------------- */
/* Projectes */
 
.projecte {
	width: 632px;
	position:relative;
	float:left;
	margin-right: 18px;
}

.imatge {
	margin-bottom: 6px;	
}
.separador {
	width: 200px;
	border-top: 1px solid #4D4D4D;
	padding:0;
	margin:10px 0;
	height: 1px;
}

.proj_desc {
	width: 200px;
	position:relative;
	float:left;
	margin: 0;
	padding:0;
}

.nom {
	font-size: 20px;
	font-family: "Lucida Grande", Arial, sans;
	letter-spacing: -0.02em;
	font-weight: normal;
	padding: 0;
	margin:0 0 10px;
	line-height:20px;
	color: #4D4D4D;
}

.subnom {
	font: normal 12px "Lucida Grande", Arial, sans;
	letter-spacing: -0.02em;
	text-transform:uppercase;
	padding:0;
	margin:10px 0;
	line-height:12px;
	color: #4D4D4D;
}

p.text {
	color: #AEAEAE;
	margin: 0;
}
.volver {
	float:right;
	margin:-5px 0 0;
}

/* ---------------------------------------- */
/* Contacte */

#datos {
	float: left;
	width: 50%;
}

#formulario {
	float: left;
	width: 50%;
	margin: 13px 0;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	margin: 10px 0;
}
#datos p {
	font-size: 12px;
	line-height: 17px;
	color: #AEAEAE;
	margin: 15px 0;
}

#datos span {
	color: #fff;
}

#datos div.mapa {
	float:left;
	height: 197px;
	width: 350px;
	border: 1px solid #e3e3e3; 
	padding: 2px;
}

#datos div.zoom a {
	font-size: 10px;
	width: 350px;
	text-align: right;
	margin: 3px 0;
	padding:0;
	background: url('../images/zoomin.gif') 261px center no-repeat; 
	display: block;	
}

/* ---------- Formulari ---------- */
form {margin:0; padding:0;}

fieldset{
	margin:0; padding: 0;
	border: 0;
	font-family: 11px "Lucida Grande", Arial, sans;
	font-size: 11px;
	width: 420px;
}
input[type=text], textarea {
	padding: 0.4em;	
	border:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size: 11px;
	font-family: "Lucida Grande", Arial, sans;
}
#formulario ol{
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style: none;
}
#formulario li{
	margin: 20px 0;
}
#formulario li label{
	font-weight: bold;
	color: #AEAEAE;
	float: left;
	display: block;
	width: 150px;
	margin-bottom: 1px;	
}
#formulario li div.validation{
	float: left;
	clear: left;
	display: block;
	width: 200px;
	font-size: 10px;
	color:#4D4D4D;
}
#formulario li input, #formulario li textarea  {
	width: 244px;
}
    
#formulario li div.error {
	float: left;
	clear: left;
	display: block;
	width: 200px;
    font-size: 11px;
  	color: #971618;
  	display:none;
}

input.contact_submit  {
	margin: 0px;
    padding: 0px;
    height: 22px;
    width: 101px;
    border: 0;
    float: right;
    margin-right: 18px;
    background: #171717 url('../images/enviar.gif') top left no-repeat;
}
  
input.contact_submit:hover {
    background: #171717 url('../images/enviar.gif') bottom left no-repeat;
    cursor: pointer;
}

span.ok, span.ko {
	display: block;
	color: #AEAEAE;
	font-size: 11px;
	padding-left: 25px;
	line-height: 15px;
}
		
span.ok {
	float:left;
	background: url(../images/ok.png) 0px 0px no-repeat;
}
		
span.ko {
	float:left;
	color: #971618;
	background: url(../images/error.png) 0px 0px no-repeat;
}

/* ---------- Area Clients ---------- */

.screens {
	width: 460px;
	margin: 0;
	float: right;
}
.screen1, .screen2 {
	width: 210px;
	display: block;
	float: left;
	margin: 0 0 40px 20px;
	text-align: right;
	font-size: 11px; 
	color: #0088cc;
}
.screen1 img, .screen2 img {margin-bottom: 5px;}

/* ---------------------------------------- */

a, a:link, a:visited {
	color: #0088CC;
	font-size: 11px;
	text-decoration:none;
	outline: none;
}
a:hover {
	text-decoration:underline;
}

/* ---------- Newsletter ---------- */

#inicio form {margin-bottom: 0px; height: 157px;}
#inicio div.input_mail{margin: 20px 0;}
#inicio .newsletter {background: #000; color: #AEAEAE; border: 1px solid #2F2F2F; width: 140px; margin: 0; padding: 2px;-moz-border-radius: 0px; -webkit-border-radius: 0px; float: left;}
#inicio span.radio {color: #0088CC; font-size: 10px;}
#inicio p.back { margin: 10px 0;}

#inicio input.news_submit  {
	margin: 0 0 0 5px;
	float: left;
    padding: 0px;
    height: 17px;
    width: 24px;
    border: 0;
    background: #171717 url('../images/news_ok.gif') top left no-repeat;
}
  
#inicio input.news_submit:hover {
    background: #171717 url('../images/news_ok.gif') bottom left no-repeat;
    cursor: pointer;
}