/* ******************************************************************************
	RESET
****************************************************************************** */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a {
	text-decoration: none;
	color: #313131;
}
ul ul {
	margin-left: 20px;
}

.dnie h3 {margin-top: 40px;}
/* ******************************************************************************
	RETICULA
****************************************************************************** */
/*
960px grid system ~ Core CSS.
12 Columns ~ Margin left: 0px ~ Margin right: 0px

Based on the 960.gs grid system - http://960.gs/
by Nathan Smith

Created by the Grid System Generator - v1.01
Learn more ~ http://www.gridsystemgenerator.com/
*/

/* =Containers
--------------------------------------------------------------------------------*/
.container_12
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display: inline;
	float: left;
	position:relative;
	margin-left: 0px;
	margin-right: 0px;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}

/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .grid_1 {width: 80px;}
.container_12 .grid_2 {width: 160px;}
.container_12 .grid_3 {width: 240px;}
.container_12 .grid_4 {width: 320px;}
.container_12 .grid_5 {width: 400px;}
.container_12 .grid_6 {width: 480px;}
.container_12 .grid_7 {width: 560px;}
.container_12 .grid_8 {width: 640px;}
.container_12 .grid_9 {width: 720px;}
.container_12 .grid_10 {width: 800px;}
.container_12 .grid_11 {width: 880px;}
.container_12 .grid_12 {width: 960px;}

/* =Prefix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .prefix_1 {padding-left: 80px;}
.container_12 .prefix_2 {padding-left: 160px;}
.container_12 .prefix_3 {padding-left: 240px;}
.container_12 .prefix_4 {padding-left: 320px;}
.container_12 .prefix_5 {padding-left: 400px;}
.container_12 .prefix_6 {padding-left: 480px;}
.container_12 .prefix_7 {padding-left: 560px;}
.container_12 .prefix_8 {padding-left: 640px;}
.container_12 .prefix_9 {padding-left: 720px;}
.container_12 .prefix_10 {padding-left: 800px;}
.container_12 .prefix_11 {padding-left: 880px;}

/* =Suffix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .suffix_1 {padding-right: 80px;}
.container_12 .suffix_2 {padding-right: 160px;}
.container_12 .suffix_3 {padding-right: 240px;}
.container_12 .suffix_4 {padding-right: 320px;}
.container_12 .suffix_5 {padding-right: 400px;}
.container_12 .suffix_6 {padding-right: 480px;}
.container_12 .suffix_7 {padding-right: 560px;}
.container_12 .suffix_8 {padding-right: 640px;}
.container_12 .suffix_9 {padding-right: 720px;}
.container_12 .suffix_10 {padding-right: 800px;}
.container_12 .suffix_11 {padding-right: 880px;}

/* `Push Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .push_1 {left: 80px;}
.container_12 .push_2 {left: 160px;}
.container_12 .push_3 {left: 240px;}
.container_12 .push_4 {left: 320px;}
.container_12 .push_5 {left: 400px;}
.container_12 .push_6 {left: 480px;}
.container_12 .push_7 {left: 560px;}
.container_12 .push_8 {left: 640px;}
.container_12 .push_9 {left: 720px;}
.container_12 .push_10 {left: 800px;}
.container_12 .push_11 {left: 880px;}

/* `Pull Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .pull_1 {left: -80px;}
.container_12 .pull_2 {left: -160px;}
.container_12 .pull_3 {left: -240px;}
.container_12 .pull_4 {left: -320px;}
.container_12 .pull_5 {left: -400px;}
.container_12 .pull_6 {left: -480px;}
.container_12 .pull_7 {left: -560px;}
.container_12 .pull_8 {left: -640px;}
.container_12 .pull_9 {left: -720px;}
.container_12 .pull_10 {left: -800px;}
.container_12 .pull_11 {left: -880px;}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* ******************************************************************************
	BOXMODEL /// ESTRUCTURA	
****************************************************************************** */
body {
	background: #FFF url(images/body.png) repeat-x left top;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #313131;
}
#cabecera {
	height: 170px;
}
#escaparate {
	background: #FFF url(images/escaparate.png) no-repeat left top;
	height: 210px;
}
.front #escaparate,
.conectamos #escaparate {
	background: url(images/escaparate_1.png);
}
.conocenos #escaparate {
	background: url(images/escaparate_2.png);
}
.vision #escaparate {
	background: url(images/escaparate_3.png);
}
.metodologia #escaparate {
	background: url(images/escaparate_4.png);
}
.proyectos #escaparate {
	background: url(images/escaparate_5.png);
}
#pie {
	border-top: 1px solid #a0a0a0;
	color: #666;
	margin-top: 50px;
	padding: 20px 0 50px;
	font-size: 11px;
}
hr.separador {
	border: 0;
	background: #313131;
	height: 1px;
	clear: both;
}
/* ******************************************************************************
	CABECERA	
****************************************************************************** */
h1.logo {
	position: absolute;
	margin: 70px 0 0;
}
h1.logo a {
	float:left; 
	font-size:2.2em; 
	line-height: 1em; 
	font-weight:bold; 
	color:#FFF; 
	background: transparent url(images/logo.png) no-repeat; 
	text-transform:uppercase; 
	text-decoration:none; 
	text-indent:-300em;
	overflow:hidden;
	width:210px;
	height:79px;
}
/* menu principal */
ul#nav {
	text-align: right;
	padding: 31px 0 0;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
ul#nav li {
	display: inline;
	padding: 0 10px;
}
ul#nav li a {
	color: #FFF;
	border-bottom: 4px solid transparent;
}

ul#nav li a:hover,
ul#nav li a.activo {
	border-bottom: 4px solid #FFF;
}
ul#nav li.blog {
	padding: 0 10px 0 30px;
}
ul#nav li.blog a {
	color: #a6a6a6;
}
/* ******************************************************************************
	PIE DE PAGINA	
****************************************************************************** */
#pie p,
#pie ul.info,
#pie ul.info li {
	border-right: 1px solid #a0a0a0;
	display: inline;
	padding-right: 3px;
	margin-right: 3px;
}
#pie ul.info {
	border-right: 0;
}
#pie a {
	color: #666;
}
#pie a:hover,
#pie a.activo {
	color: #313131;
	text-decoration: underline;
}
#pie ul.redes {
	text-align: right;
	margin-top: -7px;
}
#pie ul.redes li {
	display: inline;
	margin: 0 8px;
}
/* ******************************************************************************
	FRANJA TITULOS	
****************************************************************************** */
#escaparate .titulo {
	font-size: 28px;
	color: #FFF;
	margin-top: 75px;
}
#escaparate .titulo h2,
#equipo .titulo h2 {
	font-size: 34px;
	font-weight: bold;
	letter-spacing: -.05em;
}
/* ******************************************************************************
	PORTADA	
****************************************************************************** */
#contenido .modulo {
	margin: 50px 0 30px;
	padding-top: 20px;
	border-top: 3px solid #313131;
}

#contenido .modulo1 {
	margin: -3px 0 30px;
	padding-top: 20px;
	border-top: 3px solid #313131;
}

#contenido .modulo h2 {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -.05em;
	color: #d80f1b;
	margin-bottom: 15px;
}
#contenido .modulo h2 span {
	display: block;
}
/* ******************************************************************************
	TEXTOS	
****************************************************************************** */
span.destacado {
	font-weight: bold;
	font-size: 1.2em;
	display: block;
}
a.boton,
a.boton2 {
	background: transparent url(images/fnd_boton.png) no-repeat top left;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	display: block;
	width: 204px;
	height: 40px;
	padding: 18px 30px 0 0;
	float: right;
	margin: -20px 0 10px;
	color: #FFF;
}
a.boton2 {
	font-size: 14px;
}
a.volver {
	background: transparent url(images/fnd_volver.png) no-repeat top left;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	display: block;
	width: 204px;
	height: 40px;
	padding: 18px 0 0 40px;
	color: #FFF;
	margin: 30px 0 10px;
}
a.subir {
	display: block;
	text-align: right;
	color: #d80f1b;
	font-weight: bold;
	font-size: 10px;
}
.titular a.boton,
.titular a.boton2 {
	float: left;
	margin: 20px 0 10px;
}
.textos {
	margin: 50px 0 30px;
	font-size: 14px;
	line-height: 1.4em;
}
.textos p {
	margin: 0 0 14px 0;
}
.textos li {
	margin: 0 0 7px 0;
	list-style: disc inside;
	text-indent: 15px;
}
.textos a {
	text-decoration: underline;
	color: #d80f1b;
}
.textos a.boton {
	margin-top: 0;
	text-decoration: none;
	color: #FFF;
}
.titular {
	margin: 50px 0 30px;
}
.proyectos .titular {
	border-top: 0;
}
.titular h2,
.mapa h2 {
	padding-top: 20px;
	border-top: 3px solid #313131;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -.05em;
	color: #d80f1b;
	margin: 130px 0 15px;
}
.proyectos .titular h2 {
	margin: 0 0 15px;
}
.mapa h2 {
	margin: 30px 0 5px;
}
.mapa {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.4em;
}
.mapa a {
	color: #313131;
	font-size: 10px;
}
.mapa h3 {
	margin: 20px 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #d80f1b;
}
.mapa address {
	font-style: normal;
}
.mapa address span {
	display: block;
}
.conocenos .titular {
	background: #FFF url(images/ilustraciones/ilustracion1.jpg) no-repeat top left;
}
.vision .titular {
	background: #FFF url(images/ilustraciones/ilustracion2.jpg) no-repeat top left;
}
.metodologia .titular {
	background: #FFF url(images/ilustraciones/ilustracion3.jpg) no-repeat top left;
}
.conectamos .titular {
	background: #FFF url(images/ilustraciones/ilustracion5.jpg) no-repeat top left;
}
.dnie .titular {
	background: #FFF url(images/ilustraciones/ilustracion6.jpg) no-repeat top left;
}
.politica .titular {
	background: #FFF url(images/ilustraciones/ilustracion4.jpg) no-repeat top left;
}

.empleo .titular {
	background: #FFF url(images/ilustraciones/ilustracion7.jpg) no-repeat top left;
}
.legal .textos {
	font-size: 11px;
}
.legal .textos h3 {
	font-size: 14px;
	border-top: 1px dotted #666;
	margin: 20px 0 5px;
	padding: 10px 0 0;
}
.indice {
	margin: 50px 0 30px;
	border-top: 3px solid #313131;
	padding-top: 20px;
}
.indice ol li {
	list-style: decimal inside;
	text-indent: 1.2em;
	margin: 5px 0;
}
.indice ol li a:hover {
	text-decoration: underline;
}
/*********************************************************************************************************
	CARROUSEL/proyectos
**********************************************************************************************************/
.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 0;
	overflow: hidden; /*leave this value alone*/
}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
}
#proyectos {
	margin: 30px 0;
}
#proyectos h2 {
	font-weight: bold;
	font-size: 36px;
	letter-spacing: -.05em;
}
/* banner cabecera */
#empresas.stepcarousel{
	width: auto; /*Width of Carousel Viewer itself*/
	height: 90px; /*Height should enough to fit largest content's height*/
	margin: 12px 0 8px 0;
}
#empresas.stepcarousel .panel{
	margin:0 40px; /*margin around each panel*/
	width: 160px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	background: #FFF;
	border-bottom: 3px solid #313131;
}
/* equipo nervia */
#equipo .titulo {
	font-size: 28px;
	color: #FFF;
	height: 135px;
	padding-top: 75px;
}
/* proyectos info */
#info.stepcarousel{
	width: auto; /*Width of Carousel Viewer itself*/
	height: 200px; /*Height should enough to fit largest content's height*/
	margin: 12px 0 8px 0;
}
#info.stepcarousel .panel{
	margin:0 40px; /*margin around each panel*/
	width: 800px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	background: #FFF;
	border-bottom: 3px solid #313131;
}
/* equipo nervia*/
#equipo .titulo h2 {
	font-size: 34px;
	font-weight: bold;
	letter-spacing: -.05em;
}
#equipo.stepcarousel{
	width: 960px; /*Width of Carousel Viewer itself*/
	height: 400px; /*Height should enough to fit largest content's height*/
	margin: 0;
	background: transparent url(images/escaparate.png) no-repeat left top;
}
#equipo.stepcarousel .panel{
	margin:0; /*margin around each panel*/
	width: 960px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */;
}
#equipo #pablo {
	background: #FFF url(images/equipo/pablo.jpg) no-repeat left top;
	clear: both;
	width: 960px;
}
#equipo #davids {
	background: #FFF url(images/equipo/davids.jpg) no-repeat left top;
	clear: both;
	width: 960px;
}
#equipo #vicente {
	background: #FFF url(images/equipo/vicente.jpg) no-repeat left top;
	clear: both;
	width: 960px;
}
#equipo #davidc {
	background: #FFF url(images/equipo/davidc.jpg) no-repeat left top;
	clear: both;
	width: 960px;
}
#equipo #javier {
	background: #FFF url(images/equipo/javier.jpg) no-repeat left top;
	clear: both;
	width: 960px;
}

#equipo #joseramon {
	background: #FFF url(images/equipo/joseramon.jpg) no-repeat left top;
	clear: both;
	width: 960px;
}
/* equipo */
ul.equipo li {
	display: inline;
	border-bottom: 3px solid #313131;
	height: 119px;
	overflow: hidden;
	margin: 0 75px 0 75px;
}
ul.equipo li,
ul.equipo a {
	cursor: pointer;
}
ul.equipo * {
	margin: 0;
	padding: 0;
}
/* blog*/
body.blog {
	background: #FFF url(images/body_blog.png) repeat-x left top;
}
body.blog #nav,
body.blog .logo,
body.blog #pie {
	display: none;
}
body.blog .margen {
	margin: 60px 0;
}

.titulo {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -.05em;
	color: #d80f1b;
}

.titulo a{
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -.05em;
	color: #d80f1b;
	text-decoration:none;
}

.encabezado {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -.05em;
	color: #333333;
}
