@charset "UTF-8";
/* CSS Document */
h1{text-align:center;}
.cabecera_web{
	width:100%;
	background-color: #172de2;
	height:150px;
box-shadow: 0px 5px 10px #0f1f9f;
  z-index: 20;
  position: relative;
}

.cuerpo-central{
	width:100%;
	position:relative;
	min-height:200px;
	background-color:#b4e7fb;
	text-align:center;
	vertical-align:top;
	padding-bottom:50px;
}
.cunya-centrado{
	display:inline-block;
	width:10%;
	min-width:calc(100% - 500px);
	top:50px;
}
.cuerpo-informacion{
	width: 80%;
  max-width: 1000px;
  background-color: #fff;
  top: 50px;
  margin-bottom: 50px;
  position: relative;
  min-height: 20px;
  display:inline-block;
  border-radius:10px;
  overflow:hidden;
  text-align:left;
  box-shadow: 5px 5px 10px #0f1f9f;
}

.pie_web{
	width:100%;
	background-color: #172de2;
	height:150px;
	position:relative;
	padding-top:25px;
}

#LogoPlanRecuperacion,
#LogoNextGeneration,
#MenuPieWeb{
	width: 200px;
  display: inline-block;
  vertical-align:top;
  margin-right:50px;
}

#LogoPlanRecuperacion img,
#LogoNextGeneration img{
	width:100%;
}

.logo_pie_web{
  position: relative;
  margin-left: 100px;
  width: 80px;
  height: 80px;
  display: inline-block;
  vertical-align: top;
  margin-right: 80px;
}
.cabecera_web .logo_cabecera_web{
	width:80px;
	top:10px;
	margin-bottom:10px;
	left:50%;
	margin-left:-40px;
	position:relative;
	height:80px;
}

.cabecera_web .menu_cabecera_web{
	position:relative;
	top:20px;
	left:150px;
	width:100%;
	max-width:calc(100% - 300px);
}


ul.menu_opciones li.opcion_menu{
	display:inline-block;
	margin-right: 10px;
}

ul.submenu_opciones li.opcion_menu{
	display:block;
}

ul.menu_opciones_pie{
	list-style:none;
}

ul.submenu_opciones li, ul.menu_opciones_pie li{
margin-bottom:10px;

}

ul.menu_opciones_pie a:hover, ul.menu_opciones a:hover{
	font-weight:bold;
	background-color:#00f;
}

.submenu_opciones{
display: none;
  position: absolute;
  background-color: #172de2;
  padding: 8px;
  border: 1px solid #0f1f9f;
  border-radius: 0 0 10px 10px;
  box-shadow: 5px 5px 10px #0f1f9f;
  z-index:20;
}

li.opcion_menu:hover>ul.submenu_opciones{
	display:block;
	margin-bottom:5px;
	transition: display 2s;
}

.cabecera_web a, .pie_web a {
	color:white;
}

.bloque_fila
{
	position:relative;
	width:100%;
}

.cont_bloque
{
	position:relative;
	width:100%;
	max-width:1200px;
	padding:10px 30px;
	box-sizing:border-box;
	margin:auto;
}

.fondo_tit_seccion
{
	background: rgba(196,212,90,1);
	background: -moz-linear-gradient(top, rgba(196,212,90,1) 0%, rgba(231,253,118,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(196,212,90,1)), color-stop(100%, rgba(231,253,118,1)));
	background: -webkit-linear-gradient(top, rgba(196,212,90,1) 0%, rgba(231,253,118,1) 100%);
	background: -o-linear-gradient(top, rgba(196,212,90,1) 0%, rgba(231,253,118,1) 100%);
	background: -ms-linear-gradient(top, rgba(196,212,90,1) 0%, rgba(231,253,118,1) 100%);
	background: linear-gradient(to bottom, rgba(196,212,90,1) 0%, rgba(231,253,118,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4d45a', endColorstr='#8bc7fb', GradientType=0 );
}

.cont_tit_seccion
{
	padding-top:30px;
	padding-bottom:20px;
}

.titulo_seccion
{
	position: relative;
    font-size: 60px;
    color: #1c304b;
    font-weight: 900;
    letter-spacing: -2px;
}

.ruta_seccion
{
	position: relative;
    font-size: 12px;
    color: #1c304b;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    margin-top: 10px;
    padding-left: 6px;
    box-sizing: border-box;
}


/* HOME */

.bloque_slider
{
	position:relative;
	width:100%;
	height:400px;
	/*background:url(../imagenes/contenidos/fondo_slider.jpg);*/
	background-position:center center;
	background-size:cover;
	background:#1C304B;
}

.cont_bv
{
	position:relative;
	width:100%;
	padding:40px 0;
	max-width:880px;
	margin:auto;
}

.cont_bv h1
{
	font-size:40px;
	text-align:center;
	color:#555;
}

.cont_bv h1:after
{
	content:'· · · · ·';
	display:block;
	font-size:60px;
	font-weight:900;
	color:#465A75;
	letter-spacing:-1px;
}

.cont_bv p
{
	font-size:16px;
	text-align:center;
	color:#333;
	line-height: 130%;
}

.fondo_servicios_home
{
	background:#F9F9F9;
}

.cont_servicios_home
{
	position:relative;
	width:100%;
	padding:40px 0;
	max-width:1000px;
	margin:auto;
}

.cont_servicios_home h2
{
	font-size: 30px;
    text-align: center;
    color: #555;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -1px;
}

.cont_servicios_home h2:after
{
	content:'';
	background-color:#465A75;
	width:240px;
	height:8px;
	display:block;
	margin:auto;
	margin-top:15px;
}

.bloque_serv_home
{
	position: relative;
    width: 100%;
    display: table;
    margin-top: 40px;
}

.caja_serv_home
{
	position:relative;
	width:33.3%;
	display:inline-block;
	vertical-align:middle;
	float:left;
	padding:30px 20px;
	box-sizing:border-box;
}

.serv_home
{
	display:table;
	width:100%;
}

.ico_serv_home
{
	position:relative;
	width:24%;
	display:inline-block;
	vertical-align:middle;
	float:left;
}

.txt_serv_home
{
	position:relative;
	width:76%;
	display:inline-block;
	vertical-align:middle;
	padding-left:6%;
	box-sizing:border-box;
}

.txt_serv_home h3
{
	font-size:16px;
	color:#555;
	font-weight:900;
	margin-bottom:8px;
}

.txt_serv_home a
{
	font-size: 14px;
    color: #777;
    font-weight: 900;
    padding: 4px 8px;
    box-sizing: border-box;
    background: #dcdcdc;
    display: block;
    width: 100px;
    text-align: center;
    border-radius: 4px;
	-webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
}

.txt_serv_home a:hover
{
    color: #444;
    background: #D0D0D0;
	-webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
}

.fondo_partners
{
	background:url(../imagenes/contenidos/fondo_partner_home.jpg);
	background-position:center center;
	background-size:cover;
}

.cont_partners
{
	position:relative;
	width:100%;
	max-width:950px;
	margin:auto;
	padding: 40px 0;
}

.cont_partners h3
{
	font-size: 22px;
    text-transform: uppercase;
    font-weight: 900;
    color: #8bc7fb;
    text-align: center;
    margin-bottom: 60px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.cont_partners h5
{
	font-size:36px;
	color:#FAFAFA;
	font-weight:900;
	text-align:center;
	margin-bottom:60px;
	line-height:110%;
	letter-spacing:-1px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.caja_partners
{
	position:relative;
	display:table;
}

.partner
{
	position: relative;
    width: 25%;
    display: inline-block;
    float: left;
}

.fondo_test
{
	background: rgba(17,28,45,1);
	background: -moz-linear-gradient(top, rgba(17,28,45,1) 0%, rgba(28,48,75,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(17,28,45,1)), color-stop(100%, rgba(28,48,75,1)));
	background: -webkit-linear-gradient(top, rgba(17,28,45,1) 0%, rgba(28,48,75,1) 100%);
	background: -o-linear-gradient(top, rgba(17,28,45,1) 0%, rgba(28,48,75,1) 100%);
	background: -ms-linear-gradient(top, rgba(17,28,45,1) 0%, rgba(28,48,75,1) 100%);
	background: linear-gradient(to bottom, rgba(17,28,45,1) 0%, rgba(28,48,75,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111c2d', endColorstr='#1c304b', GradientType=0 );
	
	display:none;
}

.cont_test
{
	position:relative;
	width:100%;
	padding:40px 0;
	max-width:950px;
	margin:auto;
}

.cont_test h3
{
	font-size:44px;
	color:#FFF;
	letter-spacing: -1px;
}

.cont_test h5
{
	font-size:25px;
	color:#8bc7fb;
}

.caja_test
{
	position:relative;
	width:100%;
	display:table;
	margin-top:40px;
}

.img_test
{
	position:relative;
	width:35%;
	padding-bottom:25%;
	display:inline-block;
	float:left;
}

.fondo_img
{
	background:url(../imagenes/contenidos/img_testimonio.jpg);
	background-position:center center;
	background-size:cover;
}

.txt_test
{
	position:relative;
	width:65%;
	display:inline-block;
	float:left;
	padding-left:30px;
	box-sizing:border-box;
}

.opinion_test
{
	padding-top: 10px;
    padding-bottom: 30px;
    border-bottom: dotted 3px #cce66d;
}

.opinion_test p
{
	font-size:22px;
	font-weight:600;
	color:#FAFAFA;
}

.firma_test
{
	padding-top:24px;
}

.firma_test .nombre
{
	font-size: 28px;
    color: #FAFAFA;
    letter-spacing: -1px;
}

.firma_test .cargo
{
	font-size: 14px;
    color: #cce66d;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 5px;
}

.fondo_noticias
{
	background:url(../imagenes/contenidos/fondo_noticias_home.jpg);
	background-position:center center;
	background-size:cover;
}

.cont_noticias
{
	position:relative;
	width:100%;
	padding:40px 0;
}

.cont_noticias h3
{
	font-size: 36px;
    color: #465A75;
    letter-spacing: -1.5px;
    text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.cont_noticias h3 span
{
	font-weight:900;
	color:#8bc7fb;
}

.enlace_noticias
{
	position:relative;
	margin-top:20px;
}

.enlace_noticias a
{
	padding:8px;
	font-size:16px;
	color:#FAFAFA;
	background:#465A75;
	display:block;
	width:250px;
	margin:auto;
	text-align:center;
	text-transform:uppercase;
	font-weight:900;
}

.caja_not_home
{
	position:relative;
	width:100%;
	max-width:1100px;
	display: table;
	margin:auto;
	margin-top:40px;
}

.contenedor_noticia_home
{
	position:relative;
	display: inline-block;
    vertical-align: top;
	width:33.3%;
	padding:20px;
	box-sizing:border-box;
	float:left;
}

.noticia_home
{
	background: #FAFAFA;
    padding: 20px;
    box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}

.img_noticia_home
{
	position:relative;
	width:100%;
	padding-bottom:50%;
	background:url(../imagenes/contenidos/no_img.jpg);
	background-size:cover;
	background-position:center center;
}

.txt_noticia_home
{
	height: 180px;
    overflow: hidden;
}

.titular_noticia_home
{
	margin-top:10px;
}

.titular_noticia_home h3
{
	font-size: 20px;
    color: #465a75;
    letter-spacing: -0.8px;
    font-weight: 900;
    text-align: left;
    text-shadow: none;
}

.texto_noticia_home
{
	margin-top:8px;
}

.texto_noticia_home p
{
	font-size: 14px;
    color: #444;
    letter-spacing: 0.2px;
    font-weight: 400;
    text-align: justify;
    line-height: 115%;
}

@media only screen and (max-width : 920px) {

.caja_serv_home
{
    width: 50%;
}

.cabecera_web{
	width:100%;
	height:200px;
}

.cunya-centrado{
	display:inline-block;
	width:0;
}
.cuerpo-informacion{
	width: 100%;
  max-width: auto;

}
.cuerpo-informacion img{
	width: 100%;
height: auto;}

.pie_web{
	height:auto;
}
.logo_pie_web,
#LogoPlanRecuperacion,
#LogoNextGeneration,
#MenuPieWeb{
width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-left:0;
  margin-bottom:20px;
}
	
}

@media only screen and (max-width : 800px) {

.partner
{
    width: 50%;
}

.contenedor_noticia_home
{
    display: block;
    width: 70%;
    float: none;
    margin: auto;
    margin-bottom: 20px;
}
	
}

@media only screen and (max-width : 650px) {

.img_test
{
    width: 50%;
    display: block;
    float: none;
}

.txt_test
{
    width: 100%;
    display: block;
    float: none;
    padding-left: 0;
    margin-top: 20px;
}

.contenedor_noticia_home
{
    width: 90%;
}
	
}

@media only screen and (max-width : 500px) {

.cont_bv h1
{
    font-size: 28px;
}

.caja_serv_home
{
    width: 90%;
    margin: auto;
    float: none;
    display: block;
}

.cont_partners h5
{
    font-size: 28px;
}

.img_test
{
    width: 100%;
	padding-bottom:40%;
}

.contenedor_noticia_home
{
    width: 100%;
}
	
}

/* QUIENES SOMOS */

.fondo_fewords
{
	background:url(../imagenes/contenidos/fondo_fewords.jpg);
	background-position:cener center;
	background-size:cover;
}

.cont_fewords
{
	position:relative;
	width:100%;
	max-width:1000px;
	padding:20px;
	box-sizing:border-box;
	background:rgba(255,255,255,0.70);
	margin:auto;
	margin-top: 50px;
    margin-bottom: 50px;
	display:table;
}

.txt_fewords
{
	position:relative;
	width:66%;
	display:inline-block;
	vertical-align:top;
	float:left;
	padding-right: 30px;
    box-sizing: border-box;
}

.txt_fewords h4
{
	font-size: 40px;
    text-transform: uppercase;
    text-align: right;
    font-weight: 900;
    letter-spacing: -1px;
	color: #1c304b;
    margin-bottom: 50px;
}

.txt_fewords h4:after
{
	content: '';
    width: 220px;
    height: 8px;
    background: #8bc7fb;
    display: block;
    position: absolute;
    right: 32px;
    margin-top: 8px;
}

.txt_fewords p
{
	font-size: 16px;
    font-weight: 600;
    color: #1c304b;
    margin-top: 16px;
    line-height: 130%;
}

.img_fewords
{
	position:relative;
	width:34%;
	display:inline-block;
	vertical-align:top;
	float:left;
	padding-bottom:35%;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
}

.imagen_fw
{
	background:url(../imagenes/contenidos/img_fewords.jpg);
	background-position:center center;
	background-size:cover;
}

.fondo_equipo
{
	background:#FCFCFC;
}

.cont_equipo
{
	position:relative;
	width:100%;
	max-width:1000px;
	margin:auto;
	padding:40px 0;
}

.titulo_equipo
{
	position: relative;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    color: #1c304b;
    margin-bottom: 20px;
}

.titulo_equipo:after
{
	content: '';
    width: 250px;
    height: 8px;
    background: #8bc7fb;
    display: block;
    margin-top: 10px;
}

.txt_equipo p
{
	 margin-bottom: 10px;
    color: #1c304b;
    font-size: 16px;
    line-height: 130%;
    font-weight: 600;
}

.txt_equipo p span
{
	display:inline;
	font-size:20px;
	font-weight:700;
}

.txt_equipo p strong
{
    font-weight: 900;
}

.pilares_equipo
{
	position:relative;
	width:100%;
	display:table;
	margin-top: 30px;
}

.col_pilares
{
	position:relative;
	width:33.3%;
	display:inline-block;
	float:left;
	padding:0 8px;
	box-sizing:border-box;
}

.img_pilares
{
	width:100%;
	padding-bottom:70%;
}

.txt_pilares
{
	
}

.txt_pilares h4
{
font-size: 20px;
  padding: 20px 10px;
  background: #64a7e1;
  color: #f1f2f2;
  font-weight: 700;
  border-radius: 5px;
  text-align:center;
}

.txt_pilares p
{
    color: #1c304b;
    font-size: 16px;
    line-height: 130%;
    font-weight: 600;
    padding-top: 12px;
    padding-left: 5px;
    padding-right: 5px;
}

.pilares_clientes
{
	background:url(../imagenes/contenidos/about_clientes.jpg);
	background-position:center center;
	background-size:cover;
}

.pilares_entorno
{
	background:url(../imagenes/contenidos/about_entorno.jpg);
	background-position:center center;
	background-size:cover;
}

.pilares_profesionales
{
	background:url(../imagenes/contenidos/about_profesionales.jpg);
	background-position:center center;
	background-size:cover;
}

.caja_equipo
{
	position:relative;
	width:100%;
	margin-top:50px;
	display:table;
	display:none;
}

.wr_miembro
{
	position:relative;
	width:50%;
	padding:10px;
	box-sizing:border-box;
	display:inline-block;
	float:left;
}

.caja_miembro
{
	position:relative;
	width:100%;
	display:table;
}

.img_miembro
{
	position:relative;
	width:40%;
	display:inline-block;
	vertical-align:top;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
}

.img_miembro img
{
	display:block;
}

.txt_miembro
{
	position:relative;
	width:58%;
	display:inline-block;
	padding-left:18px;
	box-sizing:border-box;
	vertical-align:top;
	padding-top:12px;
}

.txt_miembro h5
{
	font-size:20px;
	color:#596A8C;
	text-transform:uppercase;
	font-weight:900;
}

.txt_miembro h3
{
	font-size:50px;
	color:#1C304B;
	font-weight:900;
    letter-spacing: -2px;
}

.txt_miembro p
{
	font-size: 15px;
    color: #666;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 20px;
}

.fondo_redes_about
{
	background:#64a7e1;
}

.cont_redes_about
{
	position:relative;
	width:100%;
	max-width:900px;
	margin:auto;
	padding:40px 0;
}

.txt_redes_about
{
	position:relative;
	width:100%;
	font-size:30px;
	text-align:center;
	font-weight:900;
	color:#f1f2f2;
}

.txt_redes_about a
{
	color:#e5f777;
}

.caja_redes_about
{
	position:relative;
	width:100%;
	margin-top:30px;
	text-align:center;
}

.caja_redes_about li
{
	display:inline;
	padding:0 14px;
	box-sizing:border-box;
	font-size:40px;
	color:#1C304B;
}

@media only screen and (max-width : 800px) {

.wr_miembro
{
	width: 75%;
    float: none;
    display: block;
    margin: auto;
}
	
}

@media only screen and (max-width : 600px) {

.txt_fewords
{
    width: 100%;
    display: block;
    float: none;
    padding-right: 0;
}

.img_fewords
{
    width: 100%;
    display: block;
    float: none;
    padding-bottom: 40%;
    margin-top: 20px;
}

.col_pilares
{
    width: 80%;
    display: block;
    float: none;
	padding:0;
	margin: auto;
    margin-bottom: 30px;
}
	
}

@media only screen and (max-width : 550px) {

.wr_miembro
{
	width: 100%;
}
	
}

@media only screen and (max-width : 450px) {

.txt_miembro h3
{
    font-size: 32px;
}

.txt_miembro p
{
    font-size: 12px;
}

.col_pilares
{
    width: 100%;
}
	
}

/* SERVICIOS */

.cont_servicio
{
	position: relative;
    width: 100%;
	max-width:1000px;
    margin: auto;
	display:table;
	margin-top: 30px;
	margin-bottom: 40px;
}

.imagen_servicio
{
	vertical-align: top;
    min-width: 310px;
    top: 0;
    right: 0px;
    height: 100%;
    display: table-cell;
    background: #FAFAFA;
}

.sdoc /* soluciones gestión documental */
{
	background:url(../imagenes/contenidos/servicio_docu.jpg);
	background-position:center center;
	background-size:cover;
}

.sges /* Gestión automatizada proveedores */
{
	background:url(../imagenes/contenidos/servicio_proveedores.jpg);
	background-position:center center;
	background-size:cover;
}

.sfac /* Factura electrónica */
{
	background:url(../imagenes/contenidos/servicio_factura.jpg);
	background-position:center center;
	background-size:cover;
}

.sint /* Inteligencia de negocio */
{
	background:url(../imagenes/contenidos/servicio_inteligencia.jpg);
	background-position:center center;
	background-size:cover;
}

.sproy /* Proyectos a medida */
{
	background:url(../imagenes/contenidos/servicio_proyecto.jpg);
	background-position:center center;
	background-size:cover;
}

.scons /* Consultoría de negocio */
{
	background:url(../imagenes/contenidos/servicio_consult.jpg);
	background-position:center center;
	background-size:cover;
}

.contenido_servicio
{
	display: table-cell;
    width: 100%;
    padding-left: 30px;
}

.cabecera_servicio
{
	position: relative;
    width: 100%;
	display:table;
}

.ico_servicio
{
	position: relative;
    display: inline-block;
    float: left;
    width: 12%;
    padding-right: 10px;
    vertical-align: middle;
	box-sizing:border-box;
}

.ico_servicio img
{
    width: 100%;
}

.cabecera_servicio h4
{
	font-size: 30px;
    color: #1c304b;
    padding-top: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
	display:inline-block;
	float:left;
	vertical-align:middle;
	width:88%;
	box-sizing:border-box;
}

.texto_servicios
{
	margin-top: 20px;
	text-align:justify;
}

.texto_servicios p
{
	font-size:14px;
	color:#444;
	margin-bottom:12px;
	line-height:130%;
}

.texto_servicios span
{
	font-size:18px;
	color:#1C304B;
	font-weight:600;
}

.texto_servicios img
{
	margin-bottom:12px;
}

.cont_enlace_presup
{
	position:relative;
	width:100%;
	margin-top: 30px;
    margin-bottom: 10px;
}

.enlace_presup
{
	
}

.enlace_presup a
{
	padding: 10px;
    display: block;
    background: #8bc7fb;
    width: 200px;
    text-align: center;
    border: solid 1px #D4E869;
    border-radius: 10px;
	color: #616b20;
    font-weight: 600;
    font-size: 15px;
	-webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
}

.enlace_presup a:hover
{
	background:#DAEF6D;
	-webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
}

.enlace_presup a i
{
	margin-right:5px;
}

@media only screen and (max-width : 960px) {
	
.imagen_servicio
{
    min-width: 200px;
}
	
}

@media only screen and (max-width : 740px) {
	
.imagen_servicio
{
    min-width: 100%;
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 40%;
}

.contenido_servicio
{
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
}

}

/* CASOS EXITO */

.cont_caso
{
	position: relative;
    width: 100%;
    max-width: 900px;
    margin: auto;
	display:table;
}

.cont_texto_caso
{
	position: relative;
    width: 100%;
    margin-top: 40px;
	margin-bottom:20px;
}

.cont_texto_caso h5
{
	font-size:24px;
	color:#666;
	text-align:center;
}

.bloq_casos
{
	position:relative;
	width:100%;
	padding-top:20px;
}

.caja_ext_caso
{
	position: relative;
    width: 100%;
    display: block;
    vertical-align: top;
    box-sizing: border-box;
}

.caja_caso
{
	width: 100%;
    background: #FFF;
    padding: 20px;
    box-sizing: border-box;
    display: table;
    padding-bottom: 30px;
    border-bottom: solid 2px #BAC5D4;
    margin-bottom: 30px;
}

.img_caso
{
	position: relative;
    width: 22%;
    display: inline-block;
    float: left;
	vertical-align:top;
}

.txt_caso
{
	display: inline-block;
    float: left;
    width: 78%;
    vertical-align: top;
    padding-left: 16px;
    box-sizing: border-box;
}

.tit_caso
{
	font-size: 30px;
    color: #1c304b;
    margin-bottom: 10px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    font-weight: 600;
}

.desc_caso
{
	font-size: 16px;
    color: #333;
    line-height: 120%;
    letter-spacing: -0.5px;
	margin-bottom:10px;
}

.texto_caso
{
	font-size: 15px;
    color: #555;
    line-height: 120%;
    letter-spacing: -0.5px;
}

@media only screen and (max-width : 750px) {

.caja_caso
{
    padding: 10px 0px;
    display: block;
}

.img_caso
{
    width: 200px;
    display: block;
    float: none;
    margin-bottom: 12px;
}

.txt_caso
{
    display: block;
    float: none;
    width: 100%;
    padding-left: 0;
}
	
}

@media only screen and (max-width : 600px) {

.caja_ext_caso
{
    width: 100%;
    display: block;
    float: none;
    padding: 10px;
}
	
}


/* PARTNERS */

.fondo_part
{
	background: rgba(250,250,250,1);
	background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,250,250,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(250,250,250,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0 );
}

.cont_part
{
	position: relative;
    width: 100%;
    max-width: 900px;
    margin: auto;
}

.caja_part
{
	position: relative;
    width: 100%;
    display: table;
    padding: 15px;
    box-sizing: border-box;
    border-bottom: solid 2px #8bc7fb;
    margin: 10px auto;
}

.img_part
{
	position: relative;
    width: 25%;
    display: inline-block;
    float: left;
    vertical-align: top;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.05);
}

.txt_part
{
	position:relative;
	width:75%;
	display:inline-block;
	float:left;
	vertical-align:top;
	padding-left: 30px;
    box-sizing: border-box;
}

.tit_part
{
	font-size: 40px;
    font-weight: 300;
    color: #1c304b;
    letter-spacing: -1.5px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.texto_part
{
	
}

.texto_part p
{
	font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
    line-height: 126%;
}

@media only screen and (max-width: 750px)
{
	
.img_part
{
    width: 40%;
}

.txt_part
{
    width: 60%;
    padding-left: 20px;
}

}

@media only screen and (max-width: 580px)
{
	
.img_part
{
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
    float: none;
    display: block;
}

.txt_part
{
    width: 100%;
    padding-left: 0;
    display: block;
    float: none;
}

}

@media only screen and (max-width: 450px)
{
	
.img_part
{
    width: 100%;
}

}

/* TRABAJA CON NOSOTROS */

.img_trab
{
	background:url(../imagenes/contenidos/img_trabaja.jpg);
	background-position:center center;
	background-size:cover;
}

.cont_form_trabaja
{
	margin-top:30px;
}

/* PRESUPUESTO */

.img_presup
{
	background:url(../imagenes/contenidos/img_presup.jpg);
	background-position:center center;
	background-size:cover;
}

.cont_form_presup
{
	margin-top:30px;
}

/* CONTACTO */

/*.fondo_contacto
{
	background:url(../img/fondo_contacto.jpg);
	background-position:center center;
	background-size:cover;
}*/

#ban_parallax
{
	background:url(../imagenes/contenidos/fondo_contacto.jpg);
	background-position:fixed;
	background-repeat:no-repeat;
	background-position:50% 0;
	background-size: cover;
	color: #fff;
	height: 100%;
	width: 100%;
}

.cont_contacto
{
	position: relative;
    width: 100%;
    min-height: 100px;
    background: rgba(255,255,255,0.90);
    padding: 5%;
    box-sizing: border-box;
    display: table;
}

.caja_dat_form
{
	position:relative;
	width:50%;
	display:inline-block;
	float:left;	
}

.caja_datos_contacto
{
	width:100%;
	padding-right:20px;
	box-sizing:border-box;
}

.caja_form_contacto
{
	width:100%;
	padding-left:20px;
	box-sizing:border-box;
}

.tit_datos_contacto
{
	margin-bottom:20px;
}

.tit_datos_contacto h2
{
	font-size: 30px;
    color: #1c304b;
    font-weight: 700;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.txt_datos_contacto
{
	margin-bottom:30px;
}

.txt_datos_contacto p
{
	font-size: 15px;
    color: #444;
    font-weight: 600;
    font-style: italic;
}

.cont_red
{
	margin-top:30px;
}

.cont_red li
{
	
}

.cont_red li a
{
	padding: 5px;
    display: block;
    font-size: 14px;
    color: #444;
    font-weight: 700;
}

.cont_red li a:hover
{
	background:rgba(0,0,0,0.10);
}

.cont_red li a i
{
	margin-right:3px;
	font-size:16px;
}

.direccion_contacto
{
	
}

.direccion_contacto h5
{
	font-size: 16px;
    font-weight: 800;
    color: #1c304b;
    text-transform: uppercase;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
    border-bottom: solid 2px #8bc7fb;
    padding-bottom: 2px;
}

.direccion_contacto p
{
	font-size: 16px;
    color: #333;
	margin-bottom:7px;
	font-weight:600;
}

.direccion_contacto p a
{
	font-style:italic;
}

.direccion_contacto p a:hover
{
	color:#666;
}

@media only screen and (max-width: 680px)
{

.caja_dat_form
{
    position: relative;
    width: 100%;
    display: block;
    float: none;
}

.caja_datos_contacto
{
    padding-right: 0px;
}

.caja_form_contacto
{
    padding-left: 0;
    margin-top: 40px;
}

}

.cont_mapa
{
	position:relative;
	width:100%;
	height:400px;
	border-top: solid 2px #8bc7fb;
}

.contenedorNombre,
.contenedorEmail,
.contenedorApellidos,
.contenedorTelefono,
.contenedorEmpresa,
.contenedorProyecto,
.contenedorServicio,
.contenedorCups,
.contenedorMensaje,
.contenedorComentario,
.contenedorEspecialidad,
.contenedorCurriculum,
.contenedorCheck
{
	margin-bottom:8px;
}

.contenedorEspecialidad
{
	display:none;
}

.etiquetaFormulario
{
	font-size:14px;
	font-weight: 600;
    color: #1C304B;
}

.valorNombre,
.valorApellidos,
.valorEmail,
.valorTelefono,
.valorEmpresa
{
	padding: 8px 4px;
    box-sizing: border-box;
    width: 100%;
    margin-top: 5px;
    font-size: 14px;
    color: #333;
}

.valorEspecialidad,
.valorCurriculum
{
	margin-top: 8px;
    font-size: 12px;
	width:100%;
	border: none;
}

.valorEspecialidad
{
	background:#F5F5F5;
	font-size: 13px;
    color: #333;
	font-weight: 400;
	border: 1px solid #ccc;
}

.contenedorEspecialidad select
{
	height: 30px;
}

select:focus,
input:focus,
textarea:focus
{
    outline: none;
}

.valorProyecto
{
	padding: 8px 0px;
    box-sizing: border-box;
    width: 100%;
    font-size: 12px;
    font-style: italic;
    color: #444;
    letter-spacing: 0.2px;
}

.valorServicio
{
	margin: 8px 0;
    border: solid 1px #ccc;
    font-size: 13px;
    color: #444;
    width: 100%;
    height: 30px;
    letter-spacing: 0.3px;
}

.contenedorMensaje textarea,
.contenedorComentario textarea
{
	width:100%;
	resize:none;
	height:120px;
	margin-top:5px;
	padding: 8px 4px;
    box-sizing: border-box;
	font-size: 14px;
	border: solid 1px #ccc;
}

.contenedorCheck input
{
	font-size: 16px;
}

.contenedorCheck label
{
	font-size: 12px;
    font-style: italic;
    color: #1C304B;
}

.contenedorCheck label a
{
	font-weight:900;
}

.contenedorCheck label a:hover
{
	text-decoration:underline;
}

.contenedoru800-17
{
	
}

.contenedoru800-17 input
{
	padding: 8px;
    box-sizing: border-box;
    border: none;
    margin-top: 8px;
	cursor:pointer;
}

.valoru800-17
{
	width: 140px;
    font-size: 14px;
background: #64a7e1;
  color: #f1f2f2;
  text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
	border-radius:5px;
}

.valoru800-17:hover
{
	background:#314663;
}


/* LEGALES */

.bloq_cab_legales
{
	position:relative;
	width:100%;
	padding:10px 0;
	background: transparent;
	border-bottom:solid 2px #CCE162;
}

.cab_legales
{
	position:relative;
	width:100%;
	max-width:1240px;
	padding:0 20px;
	box-sizing:border-box;
	margin:auto;
	min-height:20px;
}

.caja_logo_legales
{
	position:relative;
}

.caja_redes_legales
{
	position:absolute;
	top: 10px;
    right: 20px;
}

.caja_redes_legales li
{
	padding:4px;
	display:inline-block;
}

.caja_redes_legales li a
{
	display:block;
	color:#FAFAFA;
	font-size: 20px;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.caja_redes_legales li a:hover
{
	color:#CCE162;
	-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.bloque_legales
{
	position:relative;
	width:100%;
	max-width:1240px;
	padding:20px;
	box-sizing:border-box;
	margin:auto;
	display:table;
}

.col_enlaces_legales
{
	vertical-align: top;
    min-width: 190px;
    top: 0;
    left: 0px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: solid 1px #DDD;
    display: table-cell;
}

.cont_enlaces_legales
{
	width:100%;
	padding:10px;
	box-sizing:border-box;
}

.cont_enlaces_legales li
{
	display:block;
}

.cont_enlaces_legales a
{
	font-size:13px;
	color:#333;
	display:block;
	padding:4px;
	font-weight: 700;
}

.cont_enlaces_legales a:hover
{
	text-decoration:underline;
}

.cont_enlaces_legales i
{
	margin-right: 8px;
    vertical-align: middle;
}

.col_cont_legales
{
	display: table-cell;
    width: 100%;
    padding-left: 30px;
}

.cont_legales
{
	width:100%;
	padding:10px;
	box-sizing:border-box;
}

.cont_legales h2
{
    font-size: 34px;
    color: #333644;
    margin-bottom: 20px;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.cont_legales h4
{
	font-size:18px;
	color:#333;
	margin-bottom:10px;
	margin-top:6px;
	font-weight:800;
}

.cont_legales p
{
	font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 124%;
}

@media only screen and (max-width : 600px) {
	
.col_enlaces_legales
{
	position:relative;
    min-width: 100%;
    height: auto;
    border-right: none;
	border-bottom: solid 1px #DDD;
    display: block;
}

.col_cont_legales
{
	display: block;
    width: 100%;
    padding: 10px;
	box-sizing:border-box;
	margin-top:10px;
}

}

@media only screen and (max-width : 500px) {

.cont_enlaces_legales a
{
    font-size: 20px;
    width: 100%;
}
	
}

.pie_legales
{
    width: 100%;
    background: #1C304B;
}

.cont_pie_legales
{
	position:relative;
	width:100%;
	max-width:1240px;
	padding:20px;
	box-sizing:border-box;
	margin:auto;
}

.caja_logo_pie_legales
{
	position: relative;
    width: 100%;
    text-align: center;
}

.caja_txt_pie_legales
{
	position: relative;
    width: 100%;
    text-align: center;
	margin-top: 8px;
}

.caja_txt_pie_legales .copy_legales
{
	font-size: 10px;
    text-transform: uppercase;
    color: #ececec;
    letter-spacing: 0.4px;
    margin-top: 7px;
    display: block;
}

.copy_legales
{
	font-size: 11px !important;
    font-weight:600;
}

.caja_txt_pie_legales p
{
	position: relative;
    width: 100%;
    text-align: center;
	color: #FAFAFA;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* TEXTOS LEGALES*/

/**/

#ct-suscrip,
#ct_registro_usu,
#ct-login-usr,
#ct-loss-pass,
#ct-logout-usr,
#ct-cambio-pswd,
#PanelDeAvisoCookies
{
	display:none;
}

/* ********************************** */
/* VENTANA MENSAJES */
/* ********************************** */

.VentanaDeMensajes
{
	position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    padding: 50px 20px;
    box-sizing: border-box;
    text-align: center;
    background: #FAFAFA;
    border: solid 1px #CCCCCC;
    font-size: 20px;
	z-index:20;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
}

.BotonCierreAviso
{
	display:none;
}

.TextoDelMensaje
{
	font-size: 15px;
    letter-spacing: 0.2px;
    color: #5C5C5C;
}

.btn-suscripcion
{
    text-align: center;
    padding-top: 35px;
}

.btn-suscripcion input
{
	font-size: 18px;
    border: none;
    font-family: inherit;
    text-transform: uppercase;
    padding: 3px 24px;
    letter-spacing: 0.5px;
    background: #D8D8D8;
    color: #555;
	cursor:pointer;
}

.btn-suscripcion input:hover
{
    background: #ccc;
    color: #333;
}

/*
Estilos de los banners
*/
.contenedor_slider_imagenes{width:100%; height:100%;overflow:hidden;}
.control_imagen_slider{width:100%; height:100%;
background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position:absolute;
  top:0; transition: margin-left 1s;
  background-color:#172de2}
.boton_izquierda{
	position: absolute;
  left: 20px;
  bottom: 10px;
  background-color: rgba(0,0,0,0.2);
  cursor:pointer;
  z-index:20;
}
.boton_derecha{
position: absolute;
  right: 20px;
  bottom: 10px;
  background-color: rgba(0,0,0,0.2);
  cursor:pointer;
  z-index:20;
}
.boton_derecha:hover,.boton_izquierda:hover{
	background-color: rgba(0,0,0,0.4);
}
.pos_izquierda{margin-left:-100%;}
.pos_visible{margin-left:0%;}
.pos_derecha{margin-left:100%;}
.contenedor_indicadores{position: absolute;
  bottom: 10px;
  z-index: 20;
  width: 100%;
  height: 20px;
text-align: center;}
.indicador_selector_imagen {display:inline-block;
width:20px;
height:20px;
border-radius:10px;
cursor:pointer;
border: 2px solid #fff;
margin-left:10px;
background-color:transparent;}
.indicador_activo{
background-color:#fff;}
#PresentacionPrincipalImagen0{z-index:5;}