@import url("reset.css");
/* ESTRUCTURA ****************************************/
body{
	background-color:#1b1b1b;
	color: #ecebe2;
	padding: 0;
}
#contenedor{
	width:780px;
	margin:auto;
	clear:both;
	background:url(/img/fondo_contenedor.jpg) repeat-x top #173148;
	min-height:800px;
	height:auto !important;
	height:800px;
	font-size:1.2em;
	z-index:500;
}
/*CABECERA*/
#logo{
	background:url(/img/fondo_logo.jpg) no-repeat #1b1b1b top;
	min-height:119px;
	height:auto !important;
	height:119px;
	width:297px;
	float:left;
	cursor:pointer;
}

#contenedor_info {
	/*min-width: 360px;
	width: auto !important;*/
	width: 390px;
	float: right;
	display: inline;
	font-size: .96em;
}

#cabecera ul{
	font-size:1.1em;
	color:#8E8E8E;
	margin-top:8px;
	margin-right:15px;
}
#menu_principal{
	min-height:49px;
	height:auto !important;
	height:49px;
	background:url(/img/fondo_menu_principal.jpg) repeat-x top #243140;
	border-bottom:#475563 solid 1px;
	position:relative;
	font-size:1.2em;
	font-weight:bold;
	color:#FFF;
	z-index:2;
}
#menu_principal .esq_izq{
	position:absolute;
	background:url(/img/menu_p_esq_izq.jpg) no-repeat;
	height:5px;
	width:5px;
	top:0;
	left:0;
}
#menu_principal .esq_der{
	position:absolute;
	background:url(/img/menu_p_esq_der.jpg) no-repeat;
	height:5px;
	width:5px;
	top:0;
	right:0;
}
#menu_principal ul{
	margin-left:10px;
}
#menu_principal ul li{
	float:left;
	line-height:49px;
	border-left:#255273 solid 1px;
	border-right:#13466c solid 1px;
	width:117px;
	
}
#menu_principal a{
	display:block;
	text-align:center;
}
#menu_principal .menu_seleccionado a, #menu_principal .menu_seleccionado a:visited, #menu_principal .menu_seleccionado a:hover{
	color:#FFF;
}
#menu_principal .principio{
	border-left:none;
	text-align:center;
}
#menu_principal .final{
	border-right:none;
}
#menu_principal a, #menu_principal a:visited{
	color:#87A3B8;
	text-decoration:none;
}
#menu_principal a:hover{
	color:#FFF;
}
/*menu_desplegable*/
#nav .sub_nav{
	background-color:#203c54;
	background:url(../img/bg_menu_desplegable.jpg) repeat-x #164f7b;
	margin-top:0 !important;
	border:#475563 solid 1px;
	margin-left:0;
}
#nav .sub_nav li{
	border:0;
	line-height:normal;
	padding:0;
	border-top:#475563 solid 1px;
	width: 225px;
}
#nav .sub_nav a{
	min-height:40px;
	height:auto !important;
	height:40px;
	font-size:11px;
	padding-right:0;
	color:#fff;
	display:block;
	width: 215px;
	line-height:40px;
	padding-left:10px;
	text-align:left !important;
}
#nav .sub_nav a:hover{
	background-color:#9199a4;
}
#nav li ul {
	position: absolute;
	width: 225px;
	left: -777em;
	margin-left:0;
	padding-left:0;
}
#nav li:hover ul {
	left: auto;
}
#nav li.sfhover ul {
	left: auto;
}
/*---------------------------------*/
/*FIN CABECERA*/
/*PIE*/
#pie{
	width:740px;
	clear:both;
	margin:auto;
	position:relative;
	margin-top:50px;
	margin-bottom:30px;
}
#pie .contenedor_pie{
	min-height:90px;
	height:auto !important;
	height:90px;
	border-left:#444f58 1px solid;
	border-right:#444f58 1px solid;
	border-bottom:1px solid #42505D;
	background:url(/img/fondo_pie.jpg) repeat-x top #0f2030;
}
#pie .esq_izq_arr{
	height:6px;
	width:6px;
	position:absolute;
	top:0;
	left:0;
}
#pie .esq_der_arr{
	height:6px;
	width:6px;
	position:absolute;
	top:0;
	right:0;
}
#pie .esq_izq_ab{
	height:6px;
	width:6px;
	position:absolute;
	bottom:0;
	left:0;
}
#pie .esq_der_ab{
	height:6px;
	width:6px;
	position:absolute;
	bottom:0;
	right:0;
}
#pie p{
	text-align:center;
	color:#8B99A4;
	font-size:0.9em;
	padding-top:25px;
}
#pie a, #pie a:visited{
	color:#8B99A4;
	text-decoration:none;
}
#pie a:hover{
	text-decoration:underline;
}
#menu_pie a, #menu_pie a:visited{
	color:#8B99A4;
	text-decoration:none;
	font-weight:bold;
	padding:0 3px;
}
#menu_pie a:hover{
	text-decoration:underline;
}
#pie .firma{
	position:absolute;
	right:10px;
	bottom:10px;
}
.fin{
	height:1px;
	overflow:hidden;
}
/*FIN PIE*/
/*CONTENIDO*/
#contenido{
	min-height:470px;
	height:auto !important;
	height:470px;
	clear:both;
	margin:auto;
	margin-top:40px;
}
.izquierda{
	padding-left:17px;
	padding-right:17px;
}
.contacto{
	width:540px;
	padding-right:0;
}
.izquierda p{
	margin-top:10px;
	padding-left:10px;
}
.izquierda ul{
	float:left;
	margin-top:20px;
	margin-left:30px;
	width: 400px;
}
.izquierda ul li{
	list-style:square;
	list-style-position:inside;
	line-height: 1.5em;
}

.izquierda ul li a {
	text-decoration: none;
	color: #fff;
}

h1{
	font-size:2.0em;
	font-weight:bold;
	color:#bebebe;
}
h1.titulo_general{
	display:none;
}
h2 {
	font-size:1.2em;
	font-weight:bold;
	background:url(/img/bullet_h2.gif) no-repeat left;
	padding-left:10px;
	margin-top:20px;
}
h3{
	text-align:center;
	padding-top:80px;
	font-size:1.7em
}
h4{
	font-size:1.2em;
	font-weight:bold;
}
.subtitulo_h1{
	font-size:1.4em;
	margin-top:5px;
	padding-left:10px;
	text-align:left;
	padding-top:0;
}
.subtitulo_h2{
	font-size:1.2em;
	margin-top:5px;
	padding-left:10px;
	padding-left:10px;
	text-align:left;
	padding-top:0;
}

/*home*/
#contenedor_cajas{
	padding-top:80px;
	margin-top:20px;
	margin-left:20px;
}
.caja{
	position:relative;
	width:242px;
	height:147px;
	margin-right:5px;
}
.sin_margen{
	margin:0;
}
.foto_caja{
	position:absolute;
	bottom:0;
	left:0;
}
.foto_persona{
	position:absolute;
	top:-72px;
	left:5px;
	width:81px;
	height:208px;
	background:url(/img/persona_1.png) no-repeat;
}
.foto_persona2{
	position:absolute;
	top:-72px;
	left:10px;
	width:62px;
	height:201px;
	background:url(/img/persona_2.png) no-repeat;
}
.foto_persona3{
	position:absolute;
	top:-72px;
	left:-3px;
	width:65px;
	height:198px;
	background:url(/img/persona_3.png) no-repeat;
}
.btn_ver_mas{
	position:absolute;
	top:60px;
	left:80px;
}
#contenedor_cajas h1{
	font-size:1.4em;
	color:#000;
	font-weight:bold;
	position:absolute;
	top:0px;
	left:80px;
}
#contenedor_cajas p{
	font-size:0.9em;
	color:#000;
	position:absolute;
	top:20px;
	left:80px;
}

.banner_home{
	font-family:Verdana,"Trebuchet ms", Arial, Helvetica;
	background:url(/img/banner_home.jpg) no-repeat;
	font-size:0.9em;
	color:#131313;
	width:447px;
	height:111px;
	padding-top:82px;
	padding-left:20px;
	padding-right:270px;
	letter-spacing:-0.05em;
	margin-left:20px;
}
/*fin home*/
#menu_lateral{
	width:232px;
	float:right;
	margin-right:20px;
	margin-top:-10px;
}
#menu_lateral .top{
	background:url(/img/menu_lateral_top.jpg) no-repeat bottom;
}
#menu_lateral .titulo{
	background-color:#bdbdb8;
	color:#312d29;
	font-size:1.8em;
	padding-left:17px;
	min-height:57px;
	height:auto !important;
	height:57px;
}
.titulo_serv{
	line-height:57px;
}
#menu_lateral .opcion1{
	min-height:47px;
	height:auto !important;
	height:47px;
	background:url(../img/fondo_ml_op1.jpg) repeat-x #e1e1d9;
}
#menu_lateral .opcion2{
	min-height:47px;
	height:auto !important;
	height:47px;
	background:url(../img/fondo_ml_op2.jpg) repeat-x #dbdbd3;
}
#menu_lateral .opcion3{
	min-height:47px;
	height:auto !important;
	height:47px;
	background:url(../img/fondo_ml_op3.jpg) repeat-x #d4d3ce;
}
#menu_lateral .opcion4{
	min-height:47px;
	height:auto !important;
	height:47px;
	background:url(../img/fondo_ml_op4.jpg) repeat-x #cdccc7;
}
#menu_lateral .opcion5{
	min-height:47px;
	height:auto !important;
	height:47px;
	background:url(../img/fondo_ml_op5.jpg) repeat-x #c7c6c1;
}
#menu_lateral .opcion6{
	min-height:47px;
	height:auto !important;
	height:47px;
	background:url(../img/fondo_ml_op6.jpg) repeat-x #c2c1bc;
}
#menu_lateral .opcion7{
	min-height:47px;
	height:auto !important;
	height:47px;
	background:url(../img/fondo_ml_op7.jpg) repeat-x;
}
#menu_lateral .opcionfin{
	min-height:40px;
	height:auto !important;
	height:40px;
	background:url(../img/fondo_ml_opfin.jpg) repeat-x #bdbcb7;
}
#menu_lateral .bottom{
	background:url(../img/menu_lateral_bottom.jpg) no-repeat top;
}
#menu_lateral li{
	color:#000;
}
#menu_lateral a, #menu_lateral a:visited{
	color:#6E6D68;
	background:url(/img/bullet_h2.gif) left no-repeat;
	padding-left:10px;
	margin-left:12px;
	line-height:47px;
	text-decoration:none;
	display:block;
	height:50%;
}
#menu_lateral a:hover{
	color:#000;
}
#menu_lateral .activo{
	color:#000 !important;
	font-weight:bold;
}
/*servicios y valor aņadido*/
.sub_contenido{
 	margin-top:30px;
}
.sub_texto{
	width:385px;
	margin-left:20px;
}
.sub_texto_delgado{
	width:260px;
	line-height:18px;
}
.sub_texto p{
	padding:0;
}
.linea{
	background:url(/img/linea.jpg) repeat-x;
	height:1px;
	margin-top:20px;
	margin-bottom:30px;
}
.problema_solucion{
	width:512px;
	min-height:50px;
	margin-left:10px;

}
.problema_solucion h4{
	margin-bottom:20px;
}
.problema_solucion p{
	margin-left:16px;
}
.problema_solucion ul{
	margin-left:80px;
}
.valor{
	width:400px;
	min-height:50px;
	margin-left:10px;
}
.valor p{
	margin-bottom:20px;
}
.valor ul{
	margin-left:40px;
}
#metodologia_top{
	overflow:hidden;
	height:4px;
	width:661px;
	background:url(/img/caja_metodologia_top.jpg) no-repeat;
	margin-top:20px;
}
#metodologia_bottom{
	overflow:hidden;
	height:4px;
	width:661px;
	background:url(/img/caja_metodologia_bottom.jpg) no-repeat;
}
#metodologia{
	min-height:232px;
	height:auto !important;
	height:232px;
	width:657px;
	background-color:#8b98a4;
	padding-left:4px;
}
#metodologia_flecha{
	min-height:62px;
	height:auto !important;
	height:62px;
	width:653px;
	background:url(/img/caja_metodologia_flecha.jpg) no-repeat;
	margin-bottom:4px;
}
#metodologia_cont_top{
	height:3px;
	width:653px;
	background:url(/img/caja_metodologia_cont_top.jpg) no-repeat;
	overflow:hidden;
}
#metodologia_cont_bottom{
	height:3px;
	width:653px;
	background:url(/img/caja_metodologia_cont_bottom.jpg) no-repeat;
	overflow:hidden;
}
#metodologia_cont{
	background-color:#748392;
	min-height:160px;
	height:auto !important;
	height:160px;
	width:653px;
}
.metodologia_txt{
	width:129px;
	float:left;
	display:inline;
	font-size:1.0em;
}
.una_linea_arr{
	text-align:center;
	min-height:23px;
	height:auto !important;
	height:23px;
	margin-top:15px;
	padding-top:8px;
}
.dos_lineas_arr{
	text-align:center;
	min-height:23px;
	height:auto !important;
	height:23px;
	margin-top:15px;
	padding-top:1px;
}
.linea_vertical_arr{
	background:url(../img/linea_vertical2.jpg) repeat-y;
	width:1px;
	height:31px;
	float:left;
	display:inline;
	margin-top:15px;
}
.linea_vertical_ab{
	background:url(../img/linea_vertical2.jpg) repeat-y;
	width:1px;
	height:139px;
	float:left;
	display:inline;
	margin-top:14px;
}
.txt_ab{
	padding-top:5px;
	font-size:0.9em;
}
.mapa{
	float:left;
	width:398px;
	height:363px;
}
.mapa2{
	float:left;
	width:399px;
	height:354px;
}
/*fin servicios y valor aņadido*/
/*contacto*/
.separador_vertical{
	width:1px;
	height:450px;
	background:url(../img/linea_vertical.jpg) repeat-y;
	margin-top:60px;
}
.direcciones{
	margin-top:35px !important;
	padding-left:10px;
}
.direcciones h2 {
	font-size:1.1em;
}
.direcciones ul{
	margin-left:30px;
	margin-top:20px;
}
/*fin contacto*/

/*CONTENIDO*/

/* FIN ESTRUCTURA ****************************************/

/* PROPIEDADES ****************************************/
.flotar_izq{
	display:inline;
	float:left;
}
.flotar_izq_yo{
	display:inline;
	float:right;
}
.flotar_der{
	display:inline;
	float:right;
}
.clear_fix{
	clear: both;
	height: 0;
	overflow: hidden;
	min-height:0;
}
.clear_left{
	clear:left;
	height: 0;
	overflow: hidden;
	max-height:0;
}
.clear_right{
	clear:right;
	height: 0;
	overflow: hidden;
	max-height:0;
}
.sin_bold{
	font-weight:normal !important;
	color:#ecebe2;
}
.sin_margen_top{
	margin-top:0 !important;
}
.margen_left{
	margin-left:10px;
}
.borde_rojo{
	border:red solid 1px;
}
/*formulario*/
.contenedor_formulario{
	padding-left:10px;
}
form{
	margin-top:40px;
}
.bloque{
	margin-bottom:10px;
	float:left;
	display:inline;
}
label{
	font-weight:bold;
	display:block;
}
input{
	float:left;
	background:#bac2c8;
	border:none;
	width:234px;
	padding-top:4px;
	padding-left:2px;
	min-height:22px;
	height:auto !important;
	height:22px;
	margin-top:6px;
	overflow:hidden;
}
textarea{
	float:left;
	background:#bac2c8;
	border:none;
	width:512px;
	margin-top:6px;
}
.botones{
	width:82px;
	float:left;
}
.botones input{
	height:31px;
	width:82px;
	padding:0;
}
#pie_formulario{
	color:#858E93;
	font-size:0.9em;
	padding-left:220px;
	margin-top:10px;
	float:left;
}
#pie_formulario a, #pie_formulario a:visited{
	color:#858E93;
	text-decoration:none;
	padding:0 3px;
}
#pie_formulario a:hover{
	text-decoration:underline;
}
/*lightbox*/
body.lightbox{
	background: #173148;
}
.lightbox h1{
	font-size:2.4em;
	color:#ecebe2;
	padding-left:40px;
	padding-top:30px;
	margin-bottom:25px;
}
.lightbox p{
	font-size:1.2em;
	padding-left:40px;
	padding-right:40px;
	margin-bottom:20px;
}