/* CABECERA ****************/
body{
	overflow-x:hidden !important;
	background:#fff;
}
body.page-template-template_nosotros-empresas .pagina, body.page-template-template_nosotros-gobierno .pagina, body.category .pagina, body.single .pagina,body.page-template-default .pagina, body.page-template-template_pagina-columnas .pagina, section.columna .pagina{
	background:url(img/bg_sidebar.png) repeat-y;
	padding-bottom:50px;
}
a,object{
	outline:none !important;
}
.nopd{
	padding-right:0;
	padding-left:0;
}
.nopdl{
	padding-left:0;
}
.nopdr{
	padding-right:0;
}
.gutter > [class*='col-']{
    padding-right:5px;
    padding-left:5px;
}
.row.gutter{
	margin-left:-5px;
	margin-right:-5px;
}
/***************************/

/* CABECERA ****************/
.logo{
	position:relative;
	z-index:999;
}
.logo.color{
	display:none;
}
header.seleccionado .logo{
	display:none;
}
header.seleccionado .logo.color{
	display:block;
}
header .trigger-buscar.color{
	display:none;
}
header{
	background:#fff;
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
	padding:10px 0;
	position:fixed;
	z-index:998;
	left:0;
	top:0;
	right:0;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
body.home header{
	background:none;
	box-shadow:none;
}
body.home #header-sticky-wrapper{
	width:100%;
	left:0;
	right:0;
	top:0;
	z-index:9999;
	position:absolute;
}
body.home .is-sticky header{
	background:#fff;
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);
}
body.home .is-sticky .menu a{
	color:#55565a;
}
body.home .is-sticky .logo.color{
	display:block;
}
body.home .is-sticky .logo{
	display:none;
}
body.home .is-sticky .extras a{
	color:#55565a;
}
body.home .is-sticky .trigger-buscar.normal{
	display:none;
}
body.home .is-sticky .trigger-buscar.color{
	display:block;
}
.extras{
	float:right;
	margin-bottom:4px;
	position:relative;
	top:-5px;
}
header.seleccionado .extras{
	z-index:999;
}
header.seleccionado .contenedor-extras{
	z-index:999;
	position:relative;
}
.extras a{
	color:#2f7de1;
	text-decoration:none !important;
	letter-spacing:0.6px;
	font-size:12px;
}
.extras li{
	background:url(img/separador_extras.png) no-repeat right 8px;
	padding:0 10px 0 7px;
	display:inline-block;
	line-height:normal;
	position:relative;
}
.extras li.ultimo{
	background:none;
	padding-right:0;
}
.extras a:hover, .extras a:focus{
	color:#55565a;
}
.extras li.hover ul{
	display:block !important; 
} 
.extras ul{
	background:#fff;
	position:absolute;
	left:0;
	top:100%;
	width:170px;
	margin-bottom:0;
	z-index:998;
	display:none;
	padding:5px 8px 10px 8px;
}
.extras ul li{
	display:block;
	padding:0;
	padding-bottom:5px;
	background:none;
}
.extras ul li a, body.home .extras ul li a{
	color:#2f7de1;
}
body.home .extras a{
	color:#fff;
}
header.seleccionado .extras a{
	color:#55565a;
}
header .contenido{
	position:relative;
}
.menu{
	float:right;
	margin-bottom:0;
	position:relative;
	z-index:999;
}
.menu a{
	font-family:'gothm_rounded_mediummedium';
	font-size:13px;
	color:#55565a;
	text-transform:uppercase;
	text-decoration:none !important;
	position:relative;
}
body.home .menu a{
	color:#fff;
}
body.home .menu a:hover{
	color:#2f7de1;
}
header.seleccionado .menu a{
	color:#55565a;
}
.menu a:hover, .menu a:focus, header.seleccionado .menu a:hover, header.seleccionado .menu a:focus{
	color:#2f7de1;
}
.menu a.seleccionado, .menu a.activo, header.seleccionado .menu a.activo{
	color:#2f7de1;
}
.menu a.seleccionado::before, .menu a:hover::before{
	background:#2f7de1;
	bottom:-5px;
    content:"";
    display:inline-block;
    height:2px;
    left:0;
    position:absolute;
    width:30px;
}
.menu li{
	background:none;
	padding:0;
	display:inline-block;
	padding-right:16px;
}
.menu li.ultimo{
	padding:0;
}
.menu li.busca img{
	position:relative;
	top:-1px;
	left:-10px;
}
.menu li.busca a.seleccionado::before, .menu li.busca a:hover::before{
	display:none;
}
header .subpanel{
	display:none;
	position:absolute;
	left:0;
	top:-20px;
	right:0;
	z-index:990;
	background:#fff;
	padding-top:120px;
	padding-bottom:20px;
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.20);
    -moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.20);
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
	opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
	filter:alpha(opacity=0);
}
header .subpanel.seleccionado{
	display:block;
	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
	filter:alpha(opacity=100);
}
header .subpanel ul{
	margin-bottom:0;
}
header .subpanel ul li{
	background:none;
	padding:0 25px 12px 0;
}
header .subpanel a{
	color:#2f7de1;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none !important;
}
header .subpanel ul a{
	color:#55565a;
	line-height:normal;	
}
header .subpanel ul a:hover{
	color:#2f7de1;
}
header .subpanel h2{
	font-size:14px;
	margin-bottom:20px;
	line-height:normal;
}
header .subpanel .modulo{
	padding:20px 0;
	border-top:1px solid #e6e6e6;
}
header .subpanel .modulo.ultimo{
	border-bottom:1px solid #e6e6e6;
	margin-bottom:15px
}
header .subpanel .modulo.ultimo ul{
	margin-bottom:15px;
}
header .subpanel .modulo p{
	margin-bottom:15px;
}
header .subpanel .grupo{
	float:left;
	text-align:center;
	padding-right:30px;
	max-width:150px;
}
header .subpanel .grupo.ultimo{
	padding-right:0;
}
header .subpanel .grupo img{
	margin:auto;
	margin-bottom:15px;
}
header .subpanel .grupo span{
	display:block;
	font-size:12px;
	max-width:118px;
}
#menu_servicios.subpanel ul li{
	display:inline-block;
}
.contenedor_menu{
	position:relative;
	height:20px;
	z-index:997;
}
.busqueda{
	background:#fff;
	border:1px solid #ebebeb;
    box-shadow:0 4px 9px rgba(0, 0, 0, 0.15);
    display:block;
	top:100%;
    width:420px;
	padding:0 5px;
	transition:all 0.4s ease 0s;
	position:absolute;
	right:0;
	transform:translateY(35px);
	z-index:777;
	opacity:0;
	visibility:hidden;
}
.busqueda.abierto{
	opacity:1;
    transform:translateY(14px);
    visibility:visible;
}
.busqueda::after{
    background-image:url(img/dropdown-arrow.png);
    background-repeat:no-repeat;
    content:"";
    display:block;
    height:15px;
    right:2px;
    position:absolute;
    top:-15px;
    width:32px;
    z-index:200;
}
.busqueda .form-control{
	color:#55565a;
	border:1px solid #fff;
}
.busqueda .form-control:focus{
	border:1px solid #fff;
}
.menu-trigger{
	position:relative;
	z-index:2000;
	-webkit-transition:top ease-in-out 0.35s;
	-moz-transition:top ease-in-out 0.35s;
	-o-transition:top ease-in-out 0.35s;
	transition:top ease-in-out 0.35s;
	display:none;
	cursor:pointer;
	float:right;
	margin-top:30px;
	margin-left:15px;
}
.menu-trigger .icon{
	display:inline-block;
	width:30px;
	height:4px;
	position:relative;
	top:-8px;
	background:#2f7de1;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger .icon:before{
	content:'';
	width:100%;
	height:4px;
	background:#2f7de1;
	position:absolute;
	top:-8px;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger .icon:after{
	content:'';
	width:100%;
	height:4px;
	background:#2f7de1;
	position:absolute;
	top:8px;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger.close-menu span{
	background:none;
	color:#2f7de1;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger.close-menu span:before{
	top:0 !important;
	background-color:#2f7de1;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.menu-trigger.close-menu span:after{
	top:0 !important;
	background-color:#2f7de1;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.menu-trigger a:hover span:before{
	top:-20px;
}
.menu-trigger a:hover span:after{
	top:20px;
}
.menu-trigger2{
	position:relative;
	z-index:2000;
	-webkit-transition:top ease-in-out 0.35s;
	-moz-transition:top ease-in-out 0.35s;
	-o-transition:top ease-in-out 0.35s;
	transition:top ease-in-out 0.35s;
	display:none;
	cursor:pointer;
	float:right;
	margin-top:15px;
	margin-left:15px;
}
.menu-trigger2 .icon{
	display:inline-block;
	width:30px;
	height:4px;
	position:relative;
	top:-8px;
	background:#fff;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger2 .icon:before{
	content:'';
	width:100%;
	height:4px;
	background:#fff;
	position:absolute;
	top:-8px;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger2 .icon:after{
	content:'';
	width:100%;
	height:4px;
	background:#fff;
	position:absolute;
	top:8px;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger2.close-m span{
	background:none;
	color:#fff;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger2.close-m span:before{
	top:0 !important;
	background-color:#fff;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.menu-trigger2.close-m span:after{
	top:0 !important;
	background-color:#fff;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.menu-trigger2 a:hover span:before{
	top:-20px;
}
.menu-trigger2 a:hover span:after{
	top:20px;
}
.menu-responsivo .contenedor-extras, .menu-responsivo .menu,.menu-responsivo form{
	display:none;
}
/***************************/

/* CUERPO ******************/
.carrusel{
	position:relative;
}
.carrusel .leyenda{
	position:absolute;
	left:0;
	right:0;
	top:35%;
}
.carrusel .leyenda.video{
	top:18%;
}
.carrusel h2{
	color:#fff;
	font-size:48px;
	line-height:48px;
}
.carrusel p{
	color:#fff;
	font-size:18px;
	line-height:25px;
}
.carrusel .lSPager{
	position:absolute;
	bottom:60px;
	width:100%;
}
.carrusel .container{
	position:relative;
}
.carrusel .contenido{
	position:absolute;
	width:100%;
	top:18%;
	bottom:0;
	left:0;
	right:0;
}
.carrusel .bloque{
	z-index:990;
}
.carrusel .grupo{
	background:rgba(47,125,225,0.85);
	padding:30px;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
	opacity:0;
	-moz-opacity:0;
	-khtml-opacity:0;
	filter:alpha(opacity=0);
}
.carrusel .bloque h2{
	font-size:20px;
	margin-bottom:5px;
	line-height:normal;
}
.carrusel .bloque p{
	font-size:14px;
	margin-bottom:15px;
}
.carrusel .sub{
	text-align:center;
	margin-bottom:15px;
}
.carrusel .sub a{
	text-decoration:none !important;
}
.carrusel .sub span{
	color:#fff;
	font-size:12px;
	line-height:16px;
	display:block;
}
.carrusel .sub .img-responsive{
	margin:auto;
}
.carrusel #sectores.seleccionado .grupo{
	opacity:1;
	-moz-opacity:1;
	-khtml-opacity:1;
	filter:alpha(opacity=100);
}
.carrusel .mostrar{
	background:rgba(47,125,225,0.85);
	background-image:url(img/mostrar.png);
	background-repeat:no-repeat;
	position:absolute;
	right:0;
	top:0;
	z-index:990;
	width:55px;
	height:55px;
	display:block;
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}
.carrusel .mostrar.seleccionado{
	background:none;
	background-image:url(img/mostrar.png);
	background-position:0 -55px;
}
section{
	padding:40px 0;
}
section.par{
	background:#f6f6f7;
}
section.columna{
	padding:0;
}
section .epigrafe{
	max-width:600px;
}
section .epigrafe p{
	font-size:18px;
	color:#9b9b9b;
	line-height:24px;
}
.titulo blockquote{
	max-width:750px;
	margin-bottom:70px;
}
.titulo .separador{
	margin-bottom:25px;
}
.listado{
	margin-bottom:30px;
}
.listado h2{
	color:#fff;
	margin-bottom:25px;
	font-size:22px;
}
.listado h2 a{
	color:#fff;
	margin-bottom:25px;
	font-size:22px;
	text-decoration:none !important;
}
body.page-template-template_conformidad-transparencia .listado h2{
	line-height:25px;
}
body.page-template-template_conformidad-transparencia .listado h2 a{
	font-size:16px;
	line-height:22px;
}
.listado.unidades h2{
	font-size:16px;
	font-family:'latoregular';
	height:120px;
	line-height:24px;
}
.listado.unidades h2 a{
	font-size:16px;
	font-family:'latoregular';
	height:120px;
	line-height:24px;
	text-decoration:none !important;
	color:#fff;
}
.listado.sectores h2{
	font-size:18px;
	font-family:'latoregular';
	height:50px;
	line-height:24px;
	margin-top:5px;
}
.listado.sectores h2 a{
	font-size:18px;
	font-family:'latoregular';
	line-height:24px;
	text-decoration:none !important;
	color:#fff;
}
.listado.buscador .modulo span{
	margin-bottom:8px;
	text-transform:capitalize;
}
.listado.buscador h2, .listado.buscador h2 a{
	font-size:14px;
	line-height:19px;
	margin-bottom:10px;
}
.listado.buscador .link{
	position:absolute;
	bottom:20px;
	left:25px;
}
.listado.buscador .contenido{
	padding:20px;
}
.listado.buscador .modulo span{
	font-size:12px;
}
.listado.especial h2{
	padding-top:30px;
}
.listado p{
	color:#fff;
	margin-bottom:25px;
}
.listado .modulo span{
	font-family:'gothm_rounded_bookbook';
	color:#fff;
	position:relative;
	display:block;
	margin-bottom:15px;
	margin-top:10px;
}
.listado .modulo span::after{
	background:#fff;
	top:-5px;
    content:"";
    display:inline-block;
    height:2px;
    left:0;
    position:absolute;
    width:45px;
}
.listado .modulo.especial h2{
	font-size:40px;
	text-transform:none;
	line-height:48px;
	height:155px;
	overflow:hidden;
	max-width:275px;
}
.listado .modulo.especial h2 a{
	font-size:42px;
	text-transform:none;
	line-height:48px;
	height:160px;
	overflow:hidden;
	color:#fff;
	text-decoration:none !important;
}
.listado .modulo{
	position:relative;
	margin-bottom:30px;
}
.listado .contenido{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding:20px;
}
.mosaico .listado .modulo.especial h2{
	font-size:30px;
	line-height:38px;
	height:inherit;
	overflow:inherit;
}
.mosaico .listado h2{
	text-transform:uppercase !important;
}
.mosaico .listado .modulo a{
	position:absolute;
	left:30px;
	bottom:20px;
	z-index:998;
}
.listado.unidades .contenido{
	padding:20px;
}
.listado.sectores .ver{
	position:absolute;
	bottom:20px;
	left:20px;
}
.listado.unidades .ver{
	position:absolute;
	bottom:20px;
	left:20px;
}
body.single-unidades .listado .ver{
	position:absolute;
	bottom:20px;
	left:20px;
}
body.page-template-template_nosotros .listado .ver,body.page-template-template_conformidad .listado .ver,body.page-template-template_integridad .listado .ver,body.page-template-template_responsabilidad .listado .ver{
	position:absolute;
	bottom:20px;
	left:20px;
}
.listado .boton{
	float:none;
	width:100%;
}
.utilitarios{
	margin-bottom:35px;
}
.utilitarios .totales{
	color:#9b9b9b;
	line-height:29px;
}
.utilitarios .ordenar{
	margin-right:10px;
}
.utilitarios .form-control{
	border-bottom:1px solid #e6e6e6;
	color:#2f7de1;
	font-family:'latoregular';
}
.utilitarios .form-control:focus{
	border-bottom:1px solid #e6e6e6;
}
.utilitarios .selector span{
	text-transform:none;
}
.banner{
	position:relative;
}
.banner .icono{
	margin-bottom:25px;
}
.banner h1, .banner h2{
	font-family:'latoregular';
	color:#fff;
	font-size:36px;
	margin-bottom:5px;
	line-height:40px;
}
.banner p{
	margin-bottom:0;
	font-size:18px;
	color:#fff;
	line-height:25px;
}
.banner p a{
	font-family:'latoregular';
	color:#fff;
	font-size:18px;
}
.banner .leyenda{
	position:absolute;
	left:0;
	right:0;
	bottom:30px;
	z-index:10;
}
.banner #carrusel .leyenda{
	bottom:60px;
}
body.page-template-template_sectores .banner .leyenda{
	bottom:60px;
}
.banner .botonera{
	margin-top:25px;
}
.banner .lSPager{
	position:absolute;
	bottom:20px;
	width:100%;
}
.banner .contenido{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.banner .contenido .container{
	position:relative;
	height:100%;
}
.bloque{
	background:rgba(47,125,225,0.85);
	width:41.6667%;
	height:100%;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	z-index:10;
}
.banner .bloque h2{
	color:#fff;
	font-size:18px;
	position:relative;
	line-height:normal;
}
.banner .bloque h2::before{
	background:#fff;
	bottom:-3px;
    content:"";
    display:inline-block;
    height:2px;
    left:0;
    position:absolute;
    width:28px;
}
.bloque .form-control{
	/*background:#fff url(img/ico_buscador.png) no-repeat 96% 9px;*/
	border:1px solid #fff;
	padding:6px 12px;
	color:#55565a;
}
.bloque .form-control:focus{
	border:1px solid #fff;
}
.bloque form{
	margin-top:25px;
}
.banner .grupo{
	padding:20px 45px;
}
.banner .bloque a{
	display:block;
	color:#fff;
}
.banner .bloque h3{
	font-size:14px;
	color:#fff;
	font-family:'latoregular';
	margin-top:15px;
	margin-bottom:5px;
	text-transform:uppercase;
}
.banner .bloque p{
	margin-top:5px;
	margin-bottom:0;
	font-size:14px;
	line-height:normal;
}
.banner .bloque .datos{
	margin-top:18px;
}
.banner .bloque .datos p{
	margin:0;
}
.entrada h2{
	text-transform:none;
	margin-bottom:40px;
	font-size:24px;
}
.entrada.consultor h2{
	margin-bottom:0;
}
.entrada.consultor span.cargo{
	display:block;
	margin-bottom:30px;
}
.entrada p{
	text-align:justify;
}
.entrada .alignleft{
	float:left;
	padding-right:30px;
}
.entrada .alignright{
	float:right;
	padding-left:30px;
}
body.single .banner h1{
	font-size:25px;
	line-height:32px;
}
body.single-unidades .entrada{
	margin-bottom:50px;
}
.entrada blockquote{
	margin-bottom:50px;
}
.galeria img{
	margin-bottom:30px;
}
.sidebar{
	background:#f1f1f1;
	padding:0 30px;
}
section.columna .sidebar{
	padding-bottom:50px;
}
.sidebar.especial{
	padding-top:85px;
}
.sidebar.buscador{
	padding:30px 15px;
	margin-bottom:30px;
}
.sidebar.buscador .grupo{
	margin-bottom:40px;
}
.sidebar.buscador h2{
	color:#2f7de1;
}
.sidebar.buscador .form-control{
	/*background:#fff url(img/ico_buscador.png) no-repeat 96% 9px;*/
	border:1px solid #fff;
	padding:6px 12px;
	color:#55565a;
}
.sidebar.buscador .form-control:focus{
	border:1px solid #fff;
}
.sidebar h2{
	font-size:18px;
	line-height:normal;
	max-width:270px;
}
.sidebar h3{
	font-size:14px;
	font-family:'gothm_rounded_bookbook';
	margin-bottom:5px;
}
.sidebar .ver{
	display:block;
	margin-bottom:5px;
	font-size:14px;
	text-transform:none;
}
.sidebar .boton.descarga{
	float:none;
	width:100%;
}
.sidebar .boton.descarga span{
	padding-left:45px;
}
.sidebar .secciones .ver{
	text-transform:none;
	margin-bottom:15px;
}
.sidebar.buscador .chk{
	margin-bottom:10px
}
.chk label{
	font-weight:normal;
	font-family:'latoregular';
	color:#55565a;
	margin-left:5px;
}
.chk.doble .icheckbox_minimal-blue,.chk.doble .iradio_minimal-blue{
	float:left;
}
.formulario .chk label{
	text-transform:uppercase;
}
.formulario .pin{
	position:relative;
	top:-2px;
}
.formulario .chk{
	margin-bottom:30px;
}
#form_denuncia label{
	font-size:13px;
	color:#9b9b9b;
}
#form_denuncia .selector.especial{
	position:relative;
	top:-5px;
}
#form_denuncia .selector.esp{
	position:relative;
	top:8px;
}
#form_denuncia .form-control{
	font-size:13px;
}
.sidebar .modulo.datos p{
	margin-bottom:4px;
}
.icheckbox_minimal{
	float:left;
}
.relacionados{
	margin-bottom:35px;
}
.relacionados.especial, .relacionados.especial p{
	margin-bottom:15px;
}
.relacionados .modulo{
	margin-bottom:25px;
}
.relacionados .modulo h2{
	margin-bottom:10px;
}
.relacionados .modulo p.cert{
	color:#2f7de1;
}
.otros .modulo{
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:1px solid #e6e6e6;
}
.otros .modulo.ultimo{
	border-bottom:none;
}
.otros p{
	color:#aeaeae;
	margin-bottom:4px;
	line-height:18px;
	padding-top:5px;
}
.otros img{
	margin-top:4px;
}
.ver{
	font-size:12px;
	color:#2f7de1;
	text-transform:uppercase;
	text-decoration:none !important;
}
.ver.seleccionado{
	color:#a3a4a6;
}
.noticias h2{
	text-transform:none;
	margin-bottom:5px;
	font-size:24px;
}
.noticias .categoria{
	display:inline-block;
	font-family:'gothm_rounded_bookbook';
	color:#2f7de1;
	margin:20px 0;
	position:relative;
}
.noticias .categoria::after{
	background:#2f7de1;
	top:-3px;
    content:"";
    display:inline-block;
    height:2px;
    left:0;
    position:absolute;
    width:48px;
}
.noticias .fecha{
	display:block;
	color:#c3c3c3;
	margin-bottom:10px;
	font-family:'latoitalic';
}
.noticias p{
	margin-bottom:10px;
}
.noticias .modulo{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #e6e6e6;
}
.paginador{
	border-top:1px solid #e6e6e6;
	padding:25px 0 40px 0;
}
.paginador.especial{
	border:none;
}
.paginador a{
    line-height:20px;
    margin-right:10px;
    padding:3px;
    text-align:center;
    text-decoration:none !important;
	color:#55565a;
	font-family:'gothm_rounded_mediummedium';
}
.paginador span{
    line-height:20px;
    margin-right:10px;
    padding:3px;
    text-align:center;
	font-family:'gothm_rounded_mediummedium';
	color:#55565a;
}
.paginador span.current{
	color:#2565d9;
	border-bottom:2px solid #2565d9;
}
.paginador a:hover, .paginador a.current{
	color:#2565d9;
}
.desplegables{
	border-top:1px solid #dbdbdb;
	margin-bottom:30px;
	clear:both;
}
.desplegador{
	padding:15px 0;
	border-bottom:1px solid #dbdbdb;
	cursor:pointer;
}
.desplegador h2{
	font-size:18px;
	font-family:'latoregular';
	margin-bottom:0;
}
.desplegador.ui-state-active h2{
	color:#2f7de1;
}
.desplegador .ui-icon{
	background:url(img/ico_desplegable.png) no-repeat;
	width:17px;
	height:17px;
	display:block;
	float:right;
	margin-top:7px;
}
.desplegador.ui-state-active .ui-icon{
	background-position:0 -17px;
}
.desplegable img{
	margin-bottom:10px;
	padding-top:7px;
}
.desplegable .cabecera{
	margin-bottom:50px;
}
.desplegable .contenido{
	padding:40px 0;
}
.desplegable .modulo{
	margin-bottom:50px;
}
.desplegable .modulo h2{
	font-size:20px;
	line-height:normal;
	text-transform:none;
	margin-bottom:0;
}
.desplegable .modulo h3{
	font-family:'latoregular';
	margin-bottom:10px;
	font-size:16px;
	text-transform:none;
}
.desplegable .modulo p{
	font-family:'latoregular';
	color:#9b9b9b;
	margin-bottom:10px;
}
.empresas .modulo{
	background:#f1f1f1;
	padding:50px 30px;
	margin-bottom:30px;
	height:375px;
}
.empresas.comite .modulo, .empresas.clientes .modulo, .empresas.asociados .modulo{
	min-height:inherit;
}
.empresas.profesores .modulo{
	min-height:375px;
	height:inherit;
}
.empresas img{
	margin-bottom:40px;
}
.empresas h2{
	margin-bottom:0;
	font-size:24px;
}
.empresas span{
	color:#9b9b9b;
	display:block;
	margin-bottom:10px;
}
.empresas p{
	margin-bottom:20px;
}
.empresas.especial p, .empresas.especial span{
	font-size:12px;
	line-height:16px;
	margin-bottom:15px;
}
.empresas.asociados p{
	height:40px;
	margin-bottom:12px;
}
.empresas.asociados img{
	margin-bottom:0;
}
.empresas.comite{
	text-align:center;
}
.empresas.comite .img-responsive{
	margin:auto;
	margin-bottom:20px;
}
.empresas.comite p{
	margin-bottom:5px;
	height:45px;
}
.empresas.comite h2{
    margin-bottom:5px;
	font-family:"latoregular";
	font-size:14px;
	line-height:normal;
}
.empresas.clientes .modulo{
	padding:20px 30px;
	min-height:384px;
}
.empresas.clientes .modulo h2{
	margin-bottom:5px;
}
.empresas.clientes  .modulo span{
	font-family:'gothm_rounded_bookbook';
	color:#55565a;
	position:relative;
	display:block;
	margin-bottom:25px;
	margin-top:10px;
}
.empresas.clientes .modulo span::after{
	background:#55565a;
	top:-5px;
    content:"";
    display:inline-block;
    height:2px;
    left:0;
    position:absolute;
    width:45px;
}
.empresas.profesores p{
	height:inherit;
	margin-bottom:5px;
}
.empresas.profesores .modulo{
	min-height:20em;
	padding:30px;
	text-align:center;
}
body.page-template-template_nosotros-profesores .empresas.profesores .modulo{
	padding:30px 20px;
	min-height:280px;
}
.empresas.profesores img{
	margin:auto;
	margin-bottom:10px;
}
.formulario h2{
	margin-bottom:30px;
	font-size:20px;
}
.formulario form h2{
	font-size:18px;
	text-transform:none;
}
.formulario textarea{
	height:100px;
}
body.single-servicios h3{
	text-transform:none;
}
.submenu{
	background:#6da4ea;
	position:fixed;
	left:0;
	right:0;
	z-index:990;
}
.submenu h2{
	font-size:16px;
	color:#fff;
	margin-bottom:0;
	line-height:50px;
	text-transform:none;
}
.submenu ul{
	margin-bottom:0;
	float:right;
}
.submenu ul li{
	position:relative;
	display:inline-block;
	background:none;
	padding:0;
}
.submenu ul li a{
	display:block;
	color:#fff;
	text-decoration:none !important;
	line-height:50px;
	padding:0 15px;
}
.submenu ul li a:hover, .submenu ul li a.seleccionado, .submenu ul li.hover a{
	background:#5783bc;
}
.submenu ul li.current_page_parent a,.submenu ul li.current_page_item a{
	background:#5783bc;
}
.submenu li.hover ul{
	display:block !important; 
}
.submenu ul ul{
	position:absolute;
	left:0;
	top:100%;
	background:#5783bc;
	width:290px;
	margin-bottom:0;
	z-index:9;
	display:none;
	float:none;
	padding:5px 0;
}
.submenu ul ul li{
	display:block;
}
.submenu ul ul li a{
	line-height:30px;
}
.submenu ul ul li a:hover{
	background:#6da4ea;
}
.asociados h2{
	font-size:24px;
}
/***************************/
/* HOME ********************/
body.home #main{
	padding-bottom:0;
}
body.home h1{
	font-size:48px;
}
body.home blockquote p{
	font-size:20px;
	line-height:25px;
	margin-bottom:30px;
}
.guia{
 	font-family:'gothm_rounded_bookbook';
	color:#2f7de1;
	font-size:11px;
	margin-bottom:15px;
	padding-top:10px;
}
.guia span, .guia a{
	color:#2f7de1;
	font-size:11px;
	font-family:'gothm_rounded_bookbook';
}
section.columna .guia{
	margin-bottom:55px;
	width:66.6667%;
}
.pie{
	padding:60px 0;
	background-image:url(img/temp/bg_pie.jpg);
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
}
.pie p{
	color:#fff;
	font-size:26px;
	line-height:36px;
	margin-bottom:45px;
}
.pie .bajar{
	float:right;
}
.pie .boton{
	background:none;
	border:2px solid #fff;
}
.pie .boton:hover{
	background:none;
}
/***************************/

/* CONTACTO ****************/
.contacto textarea{
	margin-top:50px;
}
#contactenos{
	display:none;
}
#contactenos.activo{
	display:block;
}
.mapa{
	padding:40px 0;
}
.mapa h2{
	font-size:36px;
	margin-bottom:45px;
}
.mapa h3{
	font-size:14px;
	color:#6b6b6b;
	margin-bottom:5px;
}
.mapa p{
	margin-bottom:20px;
	color:#9b9b9b;
}
#mapa{
	height:340px;
}
.cliente h2{
	margin-bottom:0;
}
.cliente span{
	display:block;
	margin-bottom:25px;
}
body.single-unidades blockquote{
	max-width:770px;
	margin:auto;
}
body.single-unidades blockquote p{
	text-align:center !important;
}
.experiencias .grupo{
	border-bottom:1px solid #f1f1f1;
	margin-bottom:30px;
}
.listado .sin_resultados h3{
	margin-bottom:0;
	font-size:16px;
}
.listado .sin_resultados p{
	color:#565656;
}
.tooltip{
	z-index:9999;
}
.tooltip h3{
	font-size:13px;
	text-transform:none;
	text-align:center;
	margin-bottom:2px;
	line-height:normal;
	text-transform:none;
}
.tooltip p{
	margin-bottom:15px;
	line-height:normal;
	font-size:12px;
	text-align:center;
	text-transform:none;
}
.tooltip-inner{
	background-color:#f1f1f1;
	text-align:center;
	padding:10px;
	max-width:300px;
}
.tooltip.right .tooltip-arrow{
 	border-right-color:#f1f1f1;
}
.tooltip.bottom .tooltip-arrow{
  border-bottom-color:rgba(255,255,255,.9);
}
.searchandfilter li{
	background:none;
	padding:0 !important;
	display:block !important;
	padding-bottom:8px !important;
}
.searchandfilter label{
	font-weight:normal !important;
	font-size:13px !important;
}
.searchandfilter h4{
	font-size:14px !important;
	text-transform:uppercase;
	color:#2f7de1;
}
.searchandfilter input[type="submit"]{
	background:#F1F1F1;
	border:none;
	color:#2f7de1;
	text-transform:uppercase;
	font-size:16px;
	padding:0;
}
.searchandfilter .sf-input-text{
	width:100%;
	margin-bottom:20px;
	padding:5px;
	background:#fff;
	border:1px solid #fff;
}
.searchandfilter .sf-field-search label{
	width:100%;
}
.searchandfilter .sf-field-submit{
	margin-top:15px;
}
body.page-template-template_conformidad-verificacion-informes .formulario{
	margin-bottom:50px;
}
body.page-template-template_conformidad-verificacion-informes .formulario .form-control{
	height:50px;
}
body.page-template-template_conformidad-verificacion-informes .formulario .form-group{
	margin-bottom:15px;
}
.m_desplegables{
	margin-top:10px;	
}
.m_desplegables .m_desplegador{
	text-decoration:none !important;
	font-size:16px;
}
.m_desplegables li{
	background:none;
	padding:0;
	padding-bottom:10px;
}
.m_desplegables .m_desplegable{
	padding-left:10px;
	margin-top:10px;
}
.desplegables .tablepress, .desplegables .dataTables_scrollHeadInner{
	width:100% !important;
}
body.page-template-template_nosotros-experiencia-proyectos section{
	padding-top:0;
}
.tablepress tfoot th, .tablepress thead th{
	font-size:12px !important;
}
/***************************/

/* PIE *********************/
footer .contenido{
	background:#252525;
	padding:40px 0;
}
footer h2{
	color:#fff;
	font-size:17px;
	font-family:'gothm_rounded_boldbold';
	margin-bottom:30px;
}
footer ul li{
	padding-left:0;
	background:none;
}
footer ul a{
	color:#9b9b9b;
	text-decoration:none !important;
}
footer ul a:hover, footer ul a:focus{
	color:#fff;
}
footer .modulo{
	margin-bottom:20px;
}
footer .icono{
	float:left;
	margin-right:10px;
	padding-top:3px;
}
footer .texto{
	overflow:hidden;
}
footer p{
	color:#fff;
	margin-bottom:0;
}
footer .bajada{
	padding:18px 0 14px 0;
	background:#000;
}
footer .bajada ul{
	margin-bottom:0;
}
footer .bajada ul li{
	display:inline-block;
	padding-right:25px;
}
footer .bajada ul a{
	color:#fff;
}
footer .bajada ul a:hover{
	text-decoration:underline !important;
}
footer .bajada p{
	text-align:right;
}
footer .certificaciones img{
	margin-right:20px;
}
footer .redes{
	text-align:right;
}
footer .redes a{
	margin-left:5px;
	text-decoration:none !important;
}
/***************************/

/* TEXTOS ******************/
@font-face{
    font-family:'latoregular';
    src:url('fonts/lato-regular-webfont.woff2') format('woff2'),
        url('fonts/lato-regular-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'latoitalic';
    src:url('fonts/lato-italic-webfont.woff2') format('woff2'),
        url('fonts/lato-italic-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'latomedium_italic';
    src:url('fonts/lato-mediumitalic-webfont.woff2') format('woff2'),
        url('fonts/lato-mediumitalic-webfont.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'gothm_rounded_mediummedium';
    src:url('fonts/gothamrounded-medium-webfont.eot');
    src:url('fonts/gothamrounded-medium-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/gothamrounded-medium-webfont.woff') format('woff'),
        url('fonts/gothamrounded-medium-webfont.ttf') format('truetype'),
        url('fonts/gothamrounded-medium-webfont.svg#gothm_rounded_mediummedium') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'gothm_rounded_bookbook';
    src:url('fonts/gothamrounded-book-webfont.eot');
    src:url('fonts/gothamrounded-book-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/gothamrounded-book-webfont.woff') format('woff'),
        url('fonts/gothamrounded-book-webfont.ttf') format('truetype'),
        url('fonts/gothamrounded-book-webfont.svg#gothm_rounded_bookbook') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face{
    font-family:'gothm_rounded_boldbold';
    src:url('fonts/gothamrounded-bold-webfont.eot');
    src:url('fonts/gothamrounded-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/gothamrounded-bold-webfont.woff') format('woff'),
        url('fonts/gothamrounded-bold-webfont.ttf') format('truetype'),
        url('fonts/gothamrounded-bold-webfont.svg#gothm_rounded_boldbold') format('svg');
    font-weight:normal;
    font-style:normal;
}

h1,h2,h3,h4,h5{
	margin:0;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
h1{
	font-family:'latoregular';
	font-size:30px;
	color:#55565a;
	text-transform:uppercase;
	margin-bottom:25px;
}
h2{
	font-family:'latoregular';
	font-size:30px;
	color:#55565a;
	text-transform:uppercase;
	margin-bottom:25px;
	line-height:30px;
}
h3{
	font-family:'latoregular';
	font-size:24px;
	color:#55565a;
	text-transform:uppercase;
	margin-bottom:25px;
}
h4{
	font-family:'latoregular';
	color:##55565a;
	font-size:18px;
	margin-bottom:20px;
}
h5{
	color:#333;
	font-size:16px;
	margin-bottom:5px;
}
p, a, span{
	font-family:'latoregular';
}
p, span{
	font-size:14px;
	color:#55565a;
	line-height:20px;
}
p, ul, ol{
	margin-bottom:35px;
}
strong{
	 color:#0066ba;
}
a{
	font-size:14px;
	color:#2565d9;
	text-decoration:none;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
a:hover, a:focus{
	text-decoration:underline;
	color:#0066ba;
}
blockquote{
	padding:0;
	margin:0;
	border:none;
}
blockquote p{
	font-size:24px;
	color:#55565a;
	margin-bottom:0;
	line-height:28px;
	font-family:'latomedium_italic';
}
ul, ol{
	padding:0;
	margin-bottom:25px;
}
ol{
	margin-left:15px;
}
ul li{
	background:url(img/bullet_lista.png) no-repeat 0 7px;
	padding:0 0 8px 12px;
	color:#55565a;
	list-style:none;
	line-height:20px;
	font-size:14px;
	font-family:'latoregular';
} 
ol li{
	color:#55565a;
	line-height:20px;
	font-size:14px;
	font-family:'latoregular';
}
em{
	color:#55565a;
}
/* TABLAS ******************/
.tablepress{
	font-family:'latoregular';
	font-size:13px;
	margin-bottom:35px;
}
.table-responsive{
	border:none !important;
	margin-bottom:30px;
}
.table th{
	font-size:18px;
	font-weight:normal;
	background:#0078AD;
	color:#fff;
	border:none;
	padding:4px;
	text-align:center;
}
.table.especial th{
	text-transform:uppercase;
}
.table td{
	font-size:18px;
	color:#fff;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	background:#B3B3B3;
	text-align:center;
}
.table td.marcar{
	color:#333;
}
.table td.blank{
	background:#fff;
	border:none !important;
}
.table a{
	font-size:18px;
	color:#fff;
	text-decoration:none !important;
}
.table a:hover{
	color:#333;
}
/***************************/
/* FORMULARIOS *************/
.form-group{
	margin-bottom:50px;
}
.form-group.especial{
	position:relative;
	top:-7px;
	margin-bottom:0;
}
.form-control{
	font-family:'latoregular';
	background:#fff;
	box-shadow:none;
	border:none;
	border-bottom:1px solid #9b9b9b;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	font-size:14px;
	color:#9b9b9b;
	height:35px;
	padding-left:0;
}
.form-control:focus{
	background:#fff;
	box-shadow:none;
	border-bottom:2px solid #9b9b9b;
}
.form-control.requerido{
	border-bottom:1px solid #c00;
}
section.par .form-control, section.par .form-control:focus{
	background:#f6f6f7; 
}
.boton{
	background:#2f7de1;
	text-decoration:none !important;
	float:left;
	line-height:50px;
	text-align:center;
	display:block;
	position:relative;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.boton span{
	color:#fff;
	padding:0 70px;
	line-height:50px;
	text-transform:uppercase;
	letter-spacing:2px;
}
.boton:hover{
	background:#55565a;
}
.boton.descarga{
	margin-bottom:25px;
}
.boton.descarga span{
	background:url(img/ico_descargar.png) no-repeat 85% center;
}
.boton.grande{
	background:none;
	border:2px solid #2f7de1;
	float:none;
}
.boton.grande span{
	color:#2f7de1;
}
.boton.grande:hover{
	background:#2f7de1;
}
.boton.grande:hover span{
	color:#fff;
}
small{
	font-size:12px;
	font-family:'latoitalic';
	color:#9b9b9b;
}
small a{
	font-size:12px;
	font-family:'latoitalic';
}
.selector .btn-default{
	background:#fff;
	border:none;
	color:#9b9b9b;
}
.selector .btn{
	background:#fff url(img/ico_selectores.png) no-repeat 98% 8px;
	font-size:14px;
	font-family:'latoregular';
	padding:3px 12px;
	padding-left:0;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	width:180px;
	text-align:left;
	letter-spacing:normal;
	border-bottom:1px solid #9b9b9b;
	text-transform:uppercase;
}
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default,.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover{
	background:#fff url(img/ico_selectores.png) no-repeat 98% 8px;
	color:#9b9b9b;
}
.selector .caret{
	display:none;
}
.selector ul{
	margin-bottom:0;
}
.selector li{
	padding:0;
	background:none;
}
.selector .dropdown-menu{
	min-width:180px;
	background:#fff;
}
.selector .dropdown-menu > li > a{
	color:#000;
	font-family:'latoregular';
	font-size:11px;
}
.selector .dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus{
	background:#2f7de1;
}
.selector .dropdown-menu > li > a:hover span,.dropdown-menu > li > a:focus span{
	color:#fff;
}
.selector span{
	font-family:'latoregular';
	color:#9b9b9b;
	letter-spacing:normal;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
	width:100% !important;
}
.centrar{
	text-align:center;
}
.centrar .boton{
	display:inline-block;
	float:none;
}
::-webkit-input-placeholder{
	color:#9b9b9b !important;
	opacity:1;
}
::-moz-placeholder{
	color:#9b9b9b !important;
	opacity:1;
}
:-ms-input-placeholder{
	color:#9b9b9b !important;
	opacity:1;
}
input:-moz-placeholder{
	color:#9b9b9b !important;
	opacity:1;
}
.aviso h2{
	font-size:16px;
	margin-bottom:0;
}
#resultado p{
	font-size:16px;
	margin-bottom:25px;
}
/***************************/
.lSAction > a{
	opacity:1 !important;
}
.lSSlideOuter .lSPager.lSpg > li{
	padding:0;
	background:none;
}
.lSSlideOuter .lSPager.lSpg > li a{
	background-color:#fff !important;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a{
	background-color:#2f7de1 !important;
}
/***************************/
.col-xs-15,.col-sm-15,.col-md-15,.col-lg-15{
    position:relative;
    min-height:1px;
    padding-right:15px;
    padding-left:15px;
}
.col-xs-15{
    width:20%;
    float:left;
}
@media (min-width:768px){
.col-sm-15{
	width:20%;
	float:left;
}
}
@media (min-width:992px){
.col-md-15{
	width:20%;
	float:left;
}
}
@media (min-width:1200px){
.col-lg-15{
	width:20%;
	float:left;
}
}
@-moz-document url-prefix(){
	fieldset{
		display:table-cell; 
	}
}
@media screen and (min-width:1024px) and (max-width:1024px){
.menu li{
	padding-right:8px;
}
.carrusel h2{
	font-size:35px;
	line-height:40px;
}
.carrusel .leyenda.video{
	top:25%;
}
.carrusel .grupo{
	padding:12px;
}
.carrusel .bloque p{
	line-height:normal;
	margin-bottom:5px;
}
.carrusel .sub{
	margin-bottom:5px;
}
.bloque form{
	margin-top:5px;
}
body.page-template-template_nosotros-empresas .pagina, body.page-template-template_nosotros-gobierno .pagina, body.category .pagina, body.single .pagina,body.page-template-default .pagina, body.page-template-template_pagina-columnas .pagina, section.columna .pagina{
	background:url(img/bg_sidebar.png) repeat-y 70% 0;
	padding-bottom:50px;
}
}
@media screen and (min-width:320px) and (max-width:1023px){
header{
	z-index:9998;
}
.menu-trigger{
	display:block;
}
.menu-trigger2{
	display:block;
}
.menu-responsivo .contenedor-extras{
	margin:0 15px;
	border-top:1px solid #2f7de1;
	border-bottom:1px solid #9b9b9b;
	padding-top:15px;
	margin-top:15px;
}
.menu-responsivo .extras a, body.home .extras a{
	color:#2f7de1;
	font-size:15px;
}
.menu-responsivo .extras li{
	background:none;
	padding:0;
	padding-bottom:10px;
	display:block;
	text-align:right;
}
.menu-responsivo .extras ul{
	position:inherit;
	display:block;
	width:100%;
	padding:0;
	padding-top:5px;
}
.menu-responsivo .extras ul a{
	font-size:12px;
}
.menu-responsivo .menu{
	padding-top:110px;
	float:none;
	margin:0 15px;
	text-align:right;
}
.menu-responsivo .menu li{
	display:block;
	padding:0;
	padding-bottom:12px;
}
.menu-responsivo .menu a{
	font-size:15px;
	color:#55565a !important;
}
.menu-responsivo form{
	margin:0 15px;
}
.menu-responsivo .form-control{
	text-align:right;
	font-size:15px;
	height:40px;
}
body.sidr-open .menu-responsivo,body.sidr-open .menu-responsivo .contenedor-extras,body.sidr-open .menu-responsivo .menu,body.sidr-open .menu-responsivo form{
	display:block;
}
body.single .pagina{
	background:none;
}
body.home h1{
	font-size:35px;
}
footer .bajada p{
	text-align:left;
	margin-top:15px;
}
footer h2{
	margin-top:30px;
}
.contenedor-extras,.contenedor_menu{
	display:none;
}
.banner h1, .banner h2{
	font-size:30px;
}
.banner p{
	line-height:21px;
	font-size:16px;
}
.listado.sectores h2 a{
	font-size:15px;
}
.listado.especial h2{
	padding-top:0;
}
section.columna .sidebar{
	padding:20px;
	margin-top:30px;
}
h2{
	font-size:26px;
}
body.single-unidades .empresas.clientes .modulo{
	min-height:368px;
}
.submenu .menu-responsivo2{
	display:none;
}
.submenu ul{
	float:none;
	padding:0;
}
.submenu ul li{
	display:block;
	padding-bottom:5px;
}
.submenu ul li a{
	display:block;
	background:none !important;
	line-height:20px;
	padding:0;
}
.submenu ul ul li a{
	background:none;
	line-height:20px;
}
.submenu ul ul{
	display:block !important;
	position:inherit !important;
	width:100%;
	background:none;
	padding:0;
	padding-left:10px;
	padding-top:5px;
}
body.single-unidades .lSPager{
	display:none;
}
.bloque{
	position:relative;
	width:100%;
	margin:30px 0;
}
.banner .grupo{
	padding:20px;
}
.banner .leyenda{
	bottom:inherit;
	top:15%;
}
.banner .contenido{
	position:relative;
}
section.columna .guia{
	width:100%;
}
.carrusel h2{
	font-size:18px;
	margin-bottom:5px;
}
.carrusel .lSPager{
	display:none;
}
.carrusel .leyenda.video{
	top:22%;
}
.carrusel .contenido{
	position:relative;
	top:0;
}
.bloque .mostrar{
	display:none;
}
}
@media screen and (min-width:320px) and (max-width:767px){
.carrusel .leyenda.video{
	position:relative;
	top:0;
	height:inherit;
	min-height:300px;
}
footer .bajada ul li{
	display:block;
}
.mapa h3{
	margin-top:30px;
}
.pie p{
	font-size:20px;
	line-height:30px;
}
.pie .boton{
	float:none;
	width:100%;
}
.mapa h2{
	font-size:25px;
	margin-bottom:25px;
}
.banner h1, .banner h2{
	font-size:26px;
	color:#55565a;
	margin-bottom:5px;
	line-height:34px;
}
.banner .leyenda{
	bottom:-25px;
	position:inherit;
	margin-bottom:25px;
}
.banner p{
	color:#55565a;
	margin-top:0;
	line-height:21px;
	font-size:16px;
}
.guia{
	display:none;
}
.formulario .boton{
	float:none;
	width:100%;
}
section{
	padding-top:20px;
	padding-bottom:40px;
}
.boton span{
	padding:0;
}
blockquote p{
	font-size:18px;
	line-height:22px;
}
.noticias h2{
	font-size:20px;
	line-height:28px;
}
h2{
	font-size:24px;
}
.cliente{
	padding-top:25px;
}
.cliente h2{
	margin-top:25px;
}
.sidebar .boton.descarga span{
	padding:0;
}
.boton.descarga span{
	background:none;
}
.submenu{
	height:50px;
	padding:5px 0;
}
.submenu h2{
	font-size:14px;
	line-height:normal;
}
.banner .bloque h2{
	font-size:16px;
}
.carrusel .sub{
	height:65px;
	margin-bottom:20px;
}
.carrusel .sub .img-responsive{
	margin:auto;
}
.carrusel .grupo{
	padding:20px;
}
}
@media screen and (min-width:320px) and (max-width:480px){
.boton span{
	font-size:11px;
}
.carrusel .leyenda.video{
	position:relative;
	top:0;
	height:inherit;
	min-height:200px;
}
.carrusel .sub{
	height:85px;
}
.carrusel .sub span{
	font-size:9px;
	line-height:12px;
	margin-top:9px;
}
}
/* TNK */

/**/

/*Responsive Google Maps iframe*/

.tnk-google-maps {
    position:relative;
    padding-bottom:73.2%;
    height: 0;
    overflow: hidden;
}

.tnk-google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


.portrait-holder {
    width:30%;
    float:left;
    margin:0 1em 1em 0;
}

.empresas.clientes .modulo {
    padding: 20px 30px;
    min-height: auto;
    height: 230px;
}

.empresas.clientes .modulo h2 {
    margin-bottom: 5px;
    font-size: 22px;
}


.customer-logo {
    margin-bottom: 1rem;
}

.search-form > div {
    margin:0;
    padding: 0;
    position: relative;
}

.search-submit:focus {
    border:none;
    outline: 0;
}

.search-form > div .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: 0;
    width: 3.5rem;
    height: 3.5rem;
    margin: 0;
    padding: 0;
    background: transparent url(img/ico_buscador.png) no-repeat 50% 50%;
}

@media screen and (min-width:995px) {
    .associate-datasheet .modulo {
        min-height: 275px !important;
    }    
}

@media screen and (min-width:480px) and (max-width:995px) {
    .associate-datasheet .modulo {
        min-height: 315px !important;
    }    
}

@media screen and (min-width:320px) and (max-width:775px) {
    .associate-datasheet .modulo {
        min-height: 205px !important;
    }    
}

