@charset "UTF-8";
/* Fonts ---------------------- */
@font-face {
  font-family: "OpenSans-Bold";
  src: url(/fonts/OpenSans-Bold.ttf); }
@font-face {
  font-family: "OpenSans-BoldItalic";
  src: url(/fonts/OpenSans-BoldItalic.ttf); }
@font-face {
  font-family: "OpenSans-ExtraBold";
  src: url(/fonts/OpenSans-ExtraBold.ttf); }
@font-face {
  font-family: "OpenSans-ExtraBoldItalic";
  src: url(/fonts/OpenSans-ExtraBoldItalic.ttf); }
@font-face {
  font-family: "OpenSans-Italic";
  src: url(/fonts/OpenSans-Italic.ttf); }
@font-face {
  font-family: "OpenSans-Light";
  src: url(/fonts/OpenSans-Light.ttf); }
@font-face {
  font-family: "OpenSans-LightItalic";
  src: url(/fonts/OpenSans-LightItalic.ttf); }
@font-face {
  font-family: "OpenSans-Regular";
  src: url(/fonts/OpenSans-Regular.ttf);
  src: url(/fonts/OpenSans-Regular.eot);
  src: url(../fonts/OpenSans-Regular.woff); }
@font-face {
  font-family: "OpenSans-Semibold";
  src: url(/fonts/OpenSans-Semibold.ttf); }
@font-face {
  font-family: "OpenSans-SemiBoldItalic";
  src: url(/fonts/OpenSans-SemiboldItalic.ttf); }
@font-face {
  font-family: 'fontawesome-webfont';
  src: url("../fonts/fontawesome-webfont.ttf") format("truetype"); }
/* Globals ---------------------- */
/*Main Navigation Variables - MIR*/
/*Main Footer Variables - MIR*/
/* Mixings ---------------------*/
/* Media Queries ---------------*/
/*tablet/pablet portrait*/
/*ipad*/
/* Styles ---------------------*/
/***********************************************************************************/
/*  ESTILOS COMUNES OBLIGATORIOS:	*/
/*	0. COMUN						*/
/*  1. CABECERA  					*/
/*		-ACCESIBILIDAD			    */
/*		-SELECTOR IDIOMA			*/
/*		-LOGOS			            */
/*		-ÁREA DE USUARIO		    */
/*      -RASTRO DE MIGAS            */
/*      -MENÚ                       */
/*      -ICONOS MÓVIL/TABLET        */
/*  2. PIE DE PÁGINA				*/
/*		-PIE GENERAL				*/
/*		-PIE FILA BANNERS			*/
/*		-BLOQUES ENLACES PIE	    */
/*		-CONTACTO               	*/
/*      -COPYRIGHT                  */
/*      -REDES SOCIALES             */
/*		-DATOS CONTACTO PIE			*/
/*	3. VISTA DE IMPRESIÓN			*/
/***********************************************************************************/





/************************************/
/*	COMUN				        	*/
/************************************/

hr {
    border-top: 1px solid #ddd;
}

* {
  margin: 0;
  padding: 0; }
a {
	color: #004488;
}
html {
  height: 100%; }

body {
	top: 0 !important;
  height: 100%;
  overflow: scroll;
  font-size: 105%;
  font-family: "OpenSans-Regular",sans-serif;
  background-color: white;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto; }
.no-visible{display: none;}
.wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
  min-height: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  /*@include transitions(all, 0.4s, ease);*/ }
  @media screen and (min-width: 0.1em) {
    .wrapper {
      background-color: white; } }
  @media screen and (min-width: 37.5em) {
    .wrapper {
      background-color: white; } }
  @media screen and (min-width: 48em) {
    .wrapper {
      background-color: white; } }
  @media screen and (min-width: 60em) {
    .wrapper {
      background-color: white; } }
  @media screen and (min-width: 64em) {
    .wrapper {
      background-color: white; } }
  @media screen and (min-width: 1200px) {
    .wrapper {
      width: 112em !important;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 80em) {
    .wrapper {
      width: 112em !important;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 90em) {
    .wrapper {
      width: 112em; } }
  @media screen and (min-width: 105em) {
    .wrapper {
      width: 112em; } }
  @media screen and (min-width: 1921px) {
    .wrapper {
      background-color: white; } }


.js-disabled .removeif-nojs, .js-enabled .addif-nojs {
    display: none !important;
}



/************************************/
/*	CABECERA			        	*/
/************************************/
/*	CABECERA-GENERAL			    */
.header-area {
  position: relative;
  background-color: white;
  overflow: hidden;
  width: 100%;
  /*@include transitions(all, 0.4s, ease);*/
  height: 6em;
  box-shadow: none;
  margin-bottom: 0.85em; }

  @media screen and (max-width: 429px) {
.header-area {
    height: 6em;
}
  }
	@media screen and (min-width: 48em) {
    .header-area {
      position: relative;
      overflow: visible;
      background-color: white;
      height: 8em; } }
  @media screen and (min-width: 64em) {
    .header-area {
      position: relative;
      height: auto;
      background-color: white;
      box-shadow: none;
      overflow-y: hidden;
      overflow-x: hidden; } }
  .header-area h1 {
    position: absolute;
    opacity: 0;
    height: auto;
    left: -100em; }
  .header-area h2 {
    position: absolute;
    opacity: 0;
    height: auto;
    left: -100em; }

/*	CABECERA-ACCESIBILIDAD       */
.accesibility-area {
  display: none; }
  @media screen and (min-width: 64em) {
    .accesibility-area {
      position: relative;
      display: block;
      background-color: #666666;
      color: white;
      overflow: hidden;
      font-size: 1em;
      padding: 0.35em; } }

@media screen and (min-width: 64em) {
  .accesibility-area ul li {
    float: left;
    display: block;
    padding-left: 1em; } }

@media screen and (min-width: 64em) {
  .accesibility-area ul li:last-child {
    position: absolute;
    right: 0.8em; } }

.accesibility-area a {
  color: white;
  font-size: 1.1em; }

/*   CABECERA-SELECTOR DE IDIOMA   */
.language-area {
  top: 0;
  position: relative;
  box-shadow: 0px 0px 5px 0px #004488; }
  @media screen and (min-width: 30em) {
    .language-area {
      top: 0em; } }
  @media screen and (min-width: 48em) {
    .language-area {
      top: 6em;
      left: 2em;
      z-index: 100;
      position: absolute;
      box-shadow: none; } }
  @media screen and (min-width: 64em) {
    .language-area {
      z-index: 100;
      position: relative;
      top: 1.9em;
      left: 2.6em;
      display: block;
      color: #5e5453;
      overflow: hidden;
      box-shadow: none; } }

.language-area a {
  color: #004488;
  font-size: 1.2em;
  font-weight: bold; }
  @media screen and (min-width: 48em) {
    .language-area a, .text-no-link-multi span {
      font-size: 1.1em;
      font-weight: normal;
      color: #4c535d; }
	.text-no-link-multi span{margin-top: -0.01em;}
  }
  @media screen and (min-width: 64em) {
    .language-area a, .text-no-link-multi span {
      font-size: 1.1em; }
	.text-no-link-multi span{margin-top: -0.01em;}
	}

.language-area ul {
  text-align: center;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 0.5em;
  margin-bottom: 0;
  padding-top: 0.5em; }
  @media screen and (min-width: 48em) {
    .language-area ul {
      padding: 0px;
      margin: 0px;
      text-align: left; } }

.language-area ul li:first-child:before {
  font-family: 'fontawesome-webfont';
  content: "\f0ac";
  padding-right: 0.4em;
  font-size: 2em;
  vertical-align: middle;
  color: #004488; }
  @media screen and (min-width: 48em) {
    .language-area ul li:first-child:before {
      display: none; } }

.language-area ul li {
  display: inline-block;
  padding: 0.1em; }
  @media screen and (min-width: 48em) {
    .language-area ul li {
      float: left;
      padding-right: 1em;
      white-space: nowrap; } }
  @media screen and (min-width: 64em) {
    .language-area ul li {
      padding-right: 1.8em; } }

/*   CABECERA-LOGOS    */
.branding-area {
  display: block;
  width: 100%;
  height: auto;
  background-color: white;
  overflow: hidden;
  position: relative;
  z-index:-1;
  /*box-shadow: 0px 0px 5px 0px #004488;*/
 }
  @media screen and (min-width: 376px) {
    .branding-area {
      top: 0; } }
  @media screen and (min-width: 30em) {
    .branding-area {
      top: 0; } }
  @media screen and (min-width: 660px) {
    .branding-area {
      top: 0; } }
  @media screen and (min-width: 48em) {
    .branding-area {
      top: 0em;
      background-color: white;
      height: 8em; } }
  @media screen and (min-width: 64em) {
    .branding-area {
      background-color: white;
      box-shadow: none;
      height: 9em;
      top: 0em;
      /*border-bottom:2px solid $nav-border-colorA;*/ } }

.branding-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.1em;
  text-align: center; }
  @media screen and (min-width: 30em) {
    .branding-area ul {
    /*  margin-top: 4em;*/ } }
  @media screen and (min-width: 48em) {
    .branding-area ul {
      margin-top: 1em;
      margin-left: 2.2em;
      text-align: left; } }
  @media screen and (min-width: 64em) {
    .branding-area ul {
      margin-top: 3em;
      margin-left: 1.3em; } }

.branding-area ul li {
  display: inline-block; }

.branding-area ul li.mypage-logo img {
  width: 9em; }
  @media screen and (min-width: 64em) {
    .branding-area ul li.mypage-logo img {
      width: 10em; } }

.branding-area ul li.mypage-caption {
  font-size: 1.6em;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle; }
  @media screen and (min-width: 64em) {
    .branding-area ul li.mypage-caption {
      font-size: 2.15em;
      white-space: initial;
      width: inherit;
      line-height: 1em;
      padding-left: 5em; } }

.branding-area ul li.mypage-caption span {
  display: block;
  color: #4c535d;
  font-style: italic;
  font-size: initial !important;
  line-height: 1em; }
  @media screen and (min-width: 64em) {
    .branding-area ul li.mypage-caption span {
      color: #4c535d;
      font-style: normal;
      font-size: 0.8em !important;
      line-height: 1em; } }

.branding-area ul li a {
  display: block;
  width: inherit;
  text-decoration: none;
  text-align: center;  }

.branding-area ul li img {
  width: 18em; }
  @media screen and (min-width: 64em) {
    .branding-area ul li img {
      width: 20em; } }

/* CABECERA - ÁREA DE USUARIO*/
.user-area {
  position: relative;
  height: auto; }
  @media screen and (min-width: 48em) {
    .user-area {
      top: -7em;
      left: 58%;
      width: 40%; } }
  @media screen and (min-width: 64em) {
    .user-area {
      left: 74%;
      width: auto;
	  z-index: 101} }
	  
	  @media (max-width:888px) and (min-width:768px) {
		.branding-area {
			top: 0em;
			height: 10em;
		}

		.user-area {
			top: -9em;
		}

		.branding-area ul {
			margin-top: 3em;
			margin-left: 4.2em;
		}
		
		.main-container {
			margin-top: 4em !important;
		}
		}


.user-area ul {
  margin: 0;
  padding: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center; }
  @media screen and (min-width: 48em) {
    .user-area ul {
      margin: 0px;
      padding: 0px;
      text-align: right; } }
  @media screen and (min-width: 64em) {
    .user-area ul {
      margin: 0px;
      padding: 0px;
      width: 25em;
      padding-top: 0.2em; } }

.user-area ul li {
	margin: 0px;
	padding: 0 1em 0 0.5em;
	height: auto;
	display: inline-block;
	border-right: 1px solid #004488;
	padding-right: 1em;
	padding-left: 0.5em;
}

@media screen and (max-width: 64em) {
.user-area ul li, .user-area ul li:first-child {
    padding: 0 1em !important;
    display: inline-block !important;
}
.user-area ul li:last-child {
    padding: 1em !important;
    display: inline-block !important;
}
}
	 
.user-log-out, .user-log-in {
	border-right: 0 !important;
	padding-right: 0 !important;
}	 

.user-log-in:before {
  font-family: 'fontawesome-webfont';
  content: "\f023";
  padding-right: 0.4em;
  font-size: 1.5em;
  color: #004488; }
  
  
.user-area ul li.user-logged-in:before {
  font-family: 'fontawesome-webfont';
  content: "\f007";
  padding-right: 0.4em;
  font-size: 1.5em;
  color: #004488; }
  @media screen and (min-width: 48em) {
    .user-area ul li:nth-child(4):before {
      display: none; } }

.user-area ul li:nth-child(4) span {
  color: #004488;
  font-size: 1.2em;
  font-weight: bold; }
  @media screen and (min-width: 48em) {
    .user-area ul li:nth-child(4) span {
      color: #4c535d;
      font-weight: bold;
      font-size: 1.1em !important; } }

.user-area ul li:nth-child(5) a:before {
  font-family: 'fontawesome-webfont';
  content: "\f011";
  padding-right: 0.4em;
  font-size: 1.2em;
  color: white; }
  @media screen and (min-width: 48em) {
    .user-area ul li:nth-child(5) a:before {
      display: none; } }

@media screen and (min-width: 64em) {
  .user-area ul li:nth-child(5) {
    font-weight: bold;
    border: none; } }

@media screen and (min-width: 64em) {
  .user-area ul li:nth-child(3) {
    border: none; } }

.user-area ul li a {
  background-color: #004488;
  font-size: 1.2em;
  color: white;
  border-radius: 6px;
  padding: 0.5em; }
  @media screen and (min-width: 48em) {
    .user-area ul li a {
      font-size: 1.1em;
      color: #004488;
      border: none;
      background: none;
      padding: 0px; } }

.user-area ul li:first-child {
    display: block;
    border: 0;
    padding: 0 0 1em;
}

.user-area ul li:last-child {
  height: auto;
  display: block;
  text-align: center;
  padding: 1em;
  position: relative;
  border: none;
  /*@include transitions(all, 0.4s, ease);*/ }
  @media screen and (min-width: 48em) {
    .user-area ul li:last-child {
      top: 0;
      left: 0;
      text-align: right; } }
  @media screen and (min-width: 64em) {
    .user-area ul li:last-child {
      left: 3em; }
	.formulario_buscador{margin:1em 0;}  }

.user-area ul li:last-child > label {
  display: none; }
  @media screen and (min-width: 48em) {
    .user-area ul li:last-child > label {
      display: none; } }

.user-area ul li:last-child > input, .user-area ul li:last-child > #formulario_buscador input, #form-Buscador #term {
  border: 1px solid #9b9b9b;
  color: #4c535d;
  border-radius: 3px;
  padding: 0.4em;
  width: 18em;
  font-size: 1.2em;
  text-align: center; }
  /* Exclusivo para el formulario del buscador */
  @media screen and (min-width: 18em) {
    #form-Buscador #term {
      border: 1px solid #c7c7c7;
      background-color: #efefef;
      padding: 0.5em;
      text-align: left !important;
      width: 14em;
      color: #4c535d;
    }
	.area_input{
	  width: 95%;
	  float: none;
	  margin: auto;
    }

    #buscador_seccion #term{
	  width: 90%;
	  max-width: 50em;
    }

    .area_botton{
	  width:95%;
	  text-align: center;
	  margin-top: 1em;
	  display: block;
    }

    .area_botton input{
	  width: 6em;
	  display: inline;
	  margin: 0;
    }

	.resultado-busqueda{
      width: 90%;
      margin: auto;
    }
  }  
  @media screen and (min-width: 48em) {
    .user-area ul li:last-child > input , .user-area ul li:last-child > #formulario_buscador input {
      border: 1px solid #c7c7c7;
      background-color: #efefef;
      padding: 0.5em;
      text-align: left !important;
      width: 14em;
      color: #4c535d; } }
  @media screen and (min-width: 64em) {
    .user-area ul li:last-child > input, .user-area ul li:last-child > #formulario_buscador input {
      padding: 0.65em;
      text-align: left !important;
      width: 16em;
      padding-right: 2.30em;
      color: #4c535d;
	}
	
	.area_input{
      width: 75%;
      float: left;
      margin-left: 0.5em;
    }

    .area_input label{
      margin-right: 0.5em;
      max-width: 12em;
    }

    #buscador_seccion #term{
      max-width: 82%;
    }

    .area_botton{
      width: 20%;
      display: inline;
    }
  }

#search::-webkit-input-placeholder {
  color: #4C535D; }

.user-area ul li:last-child > button, .user-area ul li:last-child > #formulario_buscador button {
  background-color: #004488;
  width: 2.5em;
  height: 2.5em;
  border: none;
  color: white;
  border-radius: 3px;
  vertical-align: top; }
  @media screen and (min-width: 48em) {
    .user-area ul li:last-child > button , .user-area ul li:last-child > #formulario_buscador button{
      position: relative;
      background-color: transparent !important;
      border: none;
      box-shadow: none;
      width: 1.80em;
      overflow: hidden;
      right: 3em;
      top: 0.5em; } }

@media screen and (min-width: 48em) {
  .user-area ul li:last-child > button:before, .user-area ul li:last-child > #formulario_buscador button:before{
    padding-right: 1em;
    font-family: fontawesome-webfont;
    content: "\f002";
    font-size: 1.80em;
    color: #004488; } }

/*   CABECERA-ICONO MÓVIL  */
.mobile-nav-icon {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  z-index: 999;
  width: 2.7em;
  height: 2em;
  cursor: pointer;  
}
 /* @media screen and (min-width: 48em) {
    .mobile-nav-icon {
      position: relative;
      margin-top: -15em;
	  z-index: 1;
      padding-bottom: 5em; } }
  @media screen and (min-width: 972px) {
    .mobile-nav-icon {
      margin-top: -15em; } }
  @media screen and (min-width: 982px) {
    .mobile-nav-icon {
      margin-top: -15em; } }*/
  @media screen and (min-width: 64em) {
    .mobile-nav-icon {
      display: none; } }

.mobile-nav-icon:after {
  display: block;
  position: absolute;
  top: 0em;
  left: 0em;
  padding: 0.5em;
  text-align: right;
  font-size: 0.7em;
  content: "";
  color: white;
  width: 11em; }
  @media screen and (min-width: 48em) {
    .mobile-nav-icon:after {
      display: none; } }
  @media screen and (min-width: 64em) {
    .mobile-nav-icon:after {
      display: none; } }

.mobile-nav-icon .first-bar {
  background-color: white;
  height: 0em;
  width: 2.50em;
  border-bottom: 3px solid #337ab7;
  display: block;
  margin-bottom: 0.3em; }

.mobile-nav-icon .second-bar {
  background-color: white;
  height: 0em;
  width: 2em;
  border-bottom: 3px solid  #337ab7;
  display: block;
  margin-bottom: 0.3em; }

.mobile-nav-icon .third-bar {
  background-color: white;
  height: 0em;
  width: 1.50em;
  border-bottom: 3px solid  #337ab7;
  display: block; }

/*   CABECERA-ICONO TABLET  */
.tablet-nav-icon {
  display: none; }
  @media screen and (min-width: 48em) {
    .tablet-nav-icon {
      display: block;
      position: absolute;
      padding: 0.3em;
      width: 2em;
      height: 2em;
      width: 20em; } }
  @media screen and (min-width: 64em) {
    .tablet-nav-icon {
      display: none; } }

.tablet-nav-icon:after {
  font-family: 'fontawesome-webfont';
  color: white;
  font-size: 2em;
  padding-left: 0.2em;
  font-weight: normal;
  content: "\f00d"; }

@media screen and (min-width: 48em) {
  .side-panel {
    position: fixed;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
    width: 50%;
    left: -80em;
    top: 0em;
    box-shadow: 0px 0px 5px 0px black;
    z-index: 999;
    /*@include transitions(all, 0.4s, ease);*/ } }
@media screen and (min-width: 60em) {
  .side-panel {
    left: -100em; } }
@media screen and (min-width: 64em) {
  .side-panel {
    position: relative;
    width: 95%;
    height: 57em;
    top: -10em;
    left: 2.5em;
    box-shadow: none;
    overflow: hidden;
    z-index: inherit; } }

/*  CABECERA - MENU  */
.main-navigation {
  color: white; }
  @media screen and (min-width: 48em) {
    .main-navigation {
      padding-top: 4em;
      padding-bottom: 4em;
      background-color: #6bc8e4; } }
  @media screen and (min-width: 64em) {
    .main-navigation {
      background-color: #004488;
      padding: 0;
      width: 100%;
      height: auto; } }

@media screen and (min-width: 48em) {
  .main-navigation:before {
    content: "Menú Principal";
    font-size: 1.25em;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 0.80em;
    right: 0.85em; } }
@media screen and (min-width: 64em) {
  .main-navigation:before {
    content: "";
    display: none; } }

.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  @media screen and (min-width: 64em) {
    .main-navigation ul {
      columns: 2;
      -moz-column-count: 2;
      -webkit-column-count: 2;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; } }

.main-navigation ul li {
  position: relative; }

.main-navigation ul li em {
  color: white;
  display: block;
  padding: 0.7em;
  font-size: 1.2em;
  font-weight: normal;
  background-color: #004488;
  border-bottom: 1px solid #6bc8e4; }
  @media screen and (min-width: 64em) {
    .main-navigation ul li em {
      font-size: 1.5em; } }

.main-navigation ul li em:before {
  font-family: 'fontawesome-webfont';
  content: "\f105";
  padding-right: 0.4em;
  font-size: initial;
  font-size: 1em; }
  @media screen and (min-width: 64em) {
    .main-navigation ul li em:before {
      content: "";
      display: none; } }

@media screen and (min-width: 64em) {
  .main-navigation ul ul li a:before {
    font-family: 'fontawesome-webfont';
    content: "\f013";
    padding-right: 0.5em;
    font-size: 1em;
    color: #004488; } }

@media screen and (min-width: 64em) {
  .em-info:before {
    font-family: 'fontawesome-webfont';
    content: "" !important;
    padding-left: 0.2em !important;
    padding-right: 0.8em !important;
    font-size: 1em;
    color: #004488; } }

.main-navigation ul ul li a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid white;
  background-color: #6bc8e4;
  color: #004488;
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 2em; }
  @media screen and (min-width: 64em) {
    .main-navigation ul ul li a {
      padding: 1em;
      font-size: 1.3em;
      background-color: #6bc8e4;
      color: #004488;
      border: none; } }

@media screen and (min-width: 64em) {
  .list-desplegable a:focus + ul {
    left: 0;
    height: auto; } }

@media screen and (min-width: 64em) {
  .list-desplegable:hover > ul {
    left: 0;
    height: auto; } }

@media screen and (min-width: 64em) {
  .submenu {
    left: 0 !important; } }

@media screen and (min-width: 64em) {
  .height-conductores {
    height: 45em !important; } }

@media screen and (min-width: 64em) {
  .height-sanciones {
    height: 15em !important; } }

@media screen and (min-width: 64em) {
  .height-vehiculos {
    height: 47em !important; } }

@media screen and (min-width: 64em) {
  .height-tramites {
    height: 18em !important; } }

.main-navigation ul ul {
  columns: inherit;
  -moz-column-count: initial;
  -webkit-column-count: initial;
  -o-column-count: initial; }

@media screen and (min-width: 64em) {
  .main-navigation ul ul ul {
    display: block;
    padding: 0px;
    z-index: 300; } }

@media screen and (min-width: 64em) {
  .main-navigation ul ul ul li {
    width: 100% !important;
    padding-left: 5em; } }

@media screen and (min-width: 64em) {
  .main-navigation ul ul li:hover {
    border: none;
    cursor: pointer; } }

@media screen and (min-width: 64em) {
  .main-navigation ul li.current {
    border-bottom: 3px solid #004488; } }

.main-navigation ul li span {
  display: block;
  padding: 1em;
  border-bottom: 1px solid white;
  background-color: #6bc8e4;
  color: #004488;
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  /*@media screen and (min-width:$mq64){
      font-size:1.3em;
  color:$brand-color-dark;
  border:none;
  font-style:normal;
  padding:0px;
  }*/ }

.main-navigation ul li span:before {
  font-family: 'fontawesome-webfont';
  content: "\f105";
  padding-right: 0.4em;
  font-size: initial;
  font-size: 1em; }
  @media screen and (min-width: 64em) {
    .main-navigation ul li span:before {
      font-family: 'fontawesome-webfont';
      content: "\f101";
      padding-right: 0.4em;
      font-size: 1em;
      color: #004488; } }

@media screen and (min-width: 64em) {
  .menu-desktop ul {
    height: auto;
	display: flex; display: -ms-flexbox;
	justify-content: space-around; -ms-flex-pack: distribute;
    position: relative;
    columns: inherit;
    -moz-column-count: initial;
    -webkit-column-count: initial;
    -o-column-count: initial; } }

@media screen and (min-width: 64em) {
  .menu-desktop ul li {
    position: static;
    width: 100%;
	-ms-flex: 20%;
    text-align: center;
    border-right: 2px solid white;
	border-bottom: 3px solid #004488;}
	
.ie9 .menu-desktop ul {
    display: block;
}

.ie9 .menu-desktop ul li {
    width: 20%;
	float: left;
    background-color: #004488;
}

.ie9 .menu-desktop ul li ul li {
    background-color: #6bc8e4;
}


}


@media screen and (min-width: 64em) {
  .menu-desktop ul li:hover {
    border-bottom: 5px solid #6bc8e4; } }

@media screen and (min-width: 64em) {
  .menu-desktop ul li:last-child {
    border-right: none; } }

@media screen and (min-width: 64em) {
  .menu-desktop ul li em {
    color: white;
    padding: 0;
    display: inline-block;
    font-style: normal;
    padding: 0.50em 0;
    font-size: 1.5em;
    white-space: nowrap;
    border-bottom: none;
    text-align: center; } }
@media screen and (min-width: 1366px) {
  .menu-desktop ul li em {
    margin: 0px;
    margin-left: 0.8em;
    margin-right: 0.8em; } }

@media screen and (min-width: 64em) {
  .menu-desktop ul ul li a {
    padding: 0em; } }

@media screen and (min-width: 64em) {
  .menu-desktop ul ul {
    position: absolute;
	display: block;
    width: 100%;
    height: auto;
    top: 4em;
    left: -100000em;
    background: #6bc8e4;
    padding: 1em;
    padding-left: 3em;
    z-index: 200; } }

@media screen and (min-width: 64em) {
  .menu-desktop ul ul li {
    border: none;
    background-color: #6bc8e4;
    padding: 0.4em;
    width: 50% !important;
    text-align: left !important;
    float: left; } }
@media screen and (min-width: 80em) {
  .menu-desktop ul ul li {
    width: 45%; } }

.sublist li {
  float: none !important; }

@media screen and (min-width: 64em) {
  .sublist-left {
    width: 50% !important; } }

@media screen and (min-width: 64em) {
  .sublist-right {
    z-index: 250 !important;
    width: 50% !important;
    margin-left: 50% !important; } }

@media screen and (min-width: 64em) {
  .sublist-right li {
    padding: 0px;
    padding-left: 3em !important; } }

.open-drawer {
  height: auto !important;
  background-color: #6bc8e4; }
  @media screen and (min-width: 48em) {
    .open-drawer {
      height: 8em;
      background-color: white; } }
  @media screen and (min-width: 64em) {
    .open-drawer {
      height: 75em;
      background-color: white; } }

.open-panel {
  left: 0em !important; }

.open-language {
  height: 20em;
  background-color: #6bc8e4; }

.open-panel-right {
  right: 0em !important; }

/*  CABACERA-RASTRO DE MIGAS  */
.breadcrumbs-area {
  display: none; }
  @media screen and (min-width: 64em) {
    .breadcrumbs-area {
      display: block;
      position: relative;
	  padding: 1em 0;
      width: 75%;
      top: -12em;
      left: 2.4em; } }

.breadcrumbs-area ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.breadcrumbs-area ul li {
  display: inline-block;
  color: #004488;
  /*border-right: 2px solid #4c535d;*/
  padding-right: 0.5em;
  padding-left: 0.3em;
  height: 1.5em;
  text-align: center; }

.breadcrumbs-area ul li span {
  color: #4c535d;
  font-size: 1.2em;
  font-weight: bold;
 }
 .breadcrumbs-area ul li span.separator{
 	 padding-left: 1em; 
 }

.breadcrumbs-area ul li:first-child {
  border: none; }

.breadcrumbs-area ul li a, .breadcrumbs-area ul li:last-child {
  font-weight: bold;
  font-size: 1.2em;
  height: 0;}
  
li.lastItemBreadCrumbs {
    font-size: 1em !important;
}

.breadcrumbs-area ul li:last-child {
  border: none; }

.breadcrumbs-area ul li:last-child a, .breadcrumbs-area ul li:last-child {
  color: #4c535d; }
ul#caminoMigas{
	margin-top: 1.5em;
}  
	
/* CABECERA - MENÚ TABLET SIN JAVASCRIPT*/
@media screen and (min-width: 48em) {
  .menu-toogle {
    position: absolute;
    line-height: 1.1;
    text-align: center;
    top: 6.5px;
    left: 8px;
    border-radius: 3px;
    background-color: white;
    transition: all .5s ease;
    z-index: 10; } }
@media screen and (min-width: 64em) {
  .menu-toogle {
    display: none; } }

@media screen and (min-width: 48em) {
  .menu-toogle::before {
    content: "☰";
    font-size: 2.5em;
    color: #004488; } }

.checkbox {
  display: none; }

@media screen and (min-width: 48em) {
  .checkbox:checked ~ .side-panel {
    left: 0px;
    position: fixed; } }

@media screen and (min-width: 48em) {
  .checkbox:checked ~ .menu-toogle {
    top: 0px;
    left: 50%;
    padding: 1em;
    position: fixed;
    background-color: #6bc8e4; } }

@media screen and (min-width: 48em) {
  .checkbox:checked ~ .menu-toogle::before {
    content: "X"; } }

@media screen and (min-width: 64em) {
  .isFixed {
    position: fixed;
    top: 0;
    z-index: 400;
    width: inherit; } }
@media screen and (min-width: 1200px) {
  .isFixed {
    width: 106.5em; } }
@media screen and (min-width: 80em) {
  .isFixed {
    width: 106.5em; } }


/************************************/
/*	PIE DE PÁGINA				    */
/************************************/
/*   PIE GENERAL */
.footer {
  width: 100%;
  height: auto;
  margin-top: 3em;
  background-color: #004488; }

@media screen and (min-width: 64em) {
  .footer-margen {
    margin-top: -52em;
	position: relative;}

/*.ie9 .footer-margen {
    margin-top: -42em;
}*/

}

/*   PIE FILA DE BANNERS   */
.footer-logos {
    width: 100%;
    height: auto;
    background-color: #f3f3f3;
}


.footer-logos ul {
    list-style: none;
    padding: 1em 0.5em;
    text-align: center;
    display: flex; display: -ms-flexbox;
    max-width: 80%;
    margin: 0 auto 10px;
	}
@media screen and (max-width: 48em) {	
.footer-logos ul {
max-width:100%;
}
}
@media screen and (max-width: 30em) {	
.footer-logos ul {
display:block;
max-width:50%;
}
}

.footer-logos ul li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
 }


.footer-logos ul li a {
    display: block;
}


.footer-logos ul li img {
  width: 90%;
  border: 1px solid #cccccc;
  }
  @media screen and (min-width: 48em) {
    .footer-logos ul li img {
      width: 80%; } }
  @media screen and (min-width: 64em) {
    .footer-logos ul li img {
      width: 80%; } }



/* PIE - BLOQUE ENLACES*/
.footer-links {
  width: 100%; }

.footer-links ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center; }

.footer-links ul li {
  display: inline-block;
  padding-right: 1em;
  margin: 0.5em;
  font-size: 1.1em;
  border-right: 2px solid white; }
  @media screen and (min-width: 48em) {
    .footer-links ul li {
      font-size: 1.2em; } }

.footer-links ul li a {
  color: white; }

.footer-links ul li:last-child {
  border-right: none; }
  
  
  
/* PIE- MENU PIE*/

.footer-container-menu {
    display: flex; display: -ms-flexbox;
    justify-content: space-around; -ms-flex-pack: distribute;
}
  
.footer-container-menu>div {
    padding: 0 2em;
    margin-bottom: 2em;
}

.footer-container-menu h3 {
    font-size: 1.2em;
    color: #ffffff;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.footer-container-menu ul {
    list-style: none ;
}

.footer-container-menu ul li a {
    color: #ffffff ;
}


.footer-menupie5 ul li:last-child a {
    background: url("../images/wcag2AA-blue.png") no-repeat;
    background-size: 80%;
    width: 88px;
    height: 25px;
    margin: 5px 0 0 0;
    display: block;
    text-indent: -9999px;
}

.ie9 .footer-container-menu > div {
    float: left;
    display: block;
}

@media screen and (max-width: 48em) {
.footer-menupie5 ul li:last-child a {
    background: url("../images/wcag2AA-blue.png") no-repeat center center;
	background-size: 80%;
	margin: 5px auto 0;
}
}

.footer-menupie2 {
    border: none;
}

.footer-container-menu div {
	border-left: 1px solid #ffffff;
}

.footer-menupie2, .footer-block-contact, .footer-block-contact div {
    border-left: 0 !important;
}

@media screen and (max-width: 48em) {
    .footer-container-menu {
    display: block;
	text-align: center;
} 

.footer-container-menu div {
	border-left: none;
}

.ie9 .footer-container-menu > div {
    float: none;
    display: block;
}
}


/* PIE- COPYRIGHT Y VERSIÓN */

.footer-logo-gob {
  width: 100%;
  height: auto;
  text-align: right;
  margin-top: 0.5em; }
  
  @media screen and (max-width: 48em) {
  .footer-logo-gob {
  text-align: center;}
  }

.footer-logo-gob img {
  max-width: 20em;
  width: 100%;
  }

.footer-logo-gob p {
  font-size: 10px;
  color: white;
  padding-top: 0.5em; }

.version-ft {
    font-style: italic;
}

.copyright-ft {
    margin: 0;
}

/* PIE- DATOS DE CONTACTO */
.footer-info {
  width: 100%;
  height: auto;
  background-color: #666666; }

.footer-info ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center; }

.footer-info ul li {
  display: inline-block;
  padding-right: 1em;
  margin: 0.5em;
  font-size: 1em; }

.footer-info ul li em {
  color: white;
  font-size: 1.8em;
  margin-right: 0.2em; }

.footer-info ul li span {
  color: white;
  font-weight: bold;
  padding: 0.5em;
  vertical-align: middle; }
  @media screen and (min-width: 48em) {
    .footer-info ul li span {
      font-size: 1.2em; } }

.footer-maps, .footer-maps:hover, .footer-maps:focus {
    color: #ffffff;
}

.footer-maps:hover {
    text-decoration: underline;
}



/* PIE- CONTACTO*/
.footer-contact {
  width: 100%;
  text-align: right; }
  
    @media screen and (max-width: 48em) {
.footer-contact {
  text-align: center;}
  }

.footer-contact h3 {
  color: white;
  margin:0 0 20px 0;
  font-size: 1.2em; }

.footer-contact p {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em; }

.footer-contact a {
  color: white; }

/* PIE - REDES SOCIALES */
.footer-social {
  width: 100%;
  height: auto;
  margin: 1.5em 0 2em 0; }

.footer-social ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center; }

.footer-social ul li, .contact-social ul li {
  display: inline-block;
  padding: 0 0.5em; }

.footer-social ul li em {
  color: white;
  font-size: 3em;
  margin-right: 0.2em; }

.contact-social ul li {
  font-size: 2.2em;
  margin-right: 0.2em; }
  
  
  
  
/*** INICIO IE9+ ***/

@media screen and (min-width:0\0) { 

.sh-midgt .serv-subtitulo h4 {
    word-break: break-all;
}

.sh-midgt .small-box {
    width: 100%;
}

.encuesta-txt p {
    width: 100%;
}

.footer {
	float: none;
}

.busq .footer {
    float: left;
}

.footer-logos ul {
    display: block;
    max-width: 85%;
}

.footer-logos ul li {
    display: inline-block;
}

.footer-container-menu {
    margin: 0 auto;
}

.ie9 .footer-container-menu {
    max-width: 80%;
	margin: 0 auto;
}

.footer-container-menu > div {
    float: none;
}

.title-info-content-desp {
    display: block;
}

.title-info-content-desp > span {
    float: left;
    display: block;
}

#accordion-tramites .arrow-accordion, #accordion .arrow-accordion {
    float: right;
}

.icono-main {
    float: left;
}

.panel .subtitle {
    float: left;
}

.list-select-choose-pdf > p, .list-select-choose-pdf > span, .seleccion-descarga > * {
    float: left;
}

.servextra a.link {
    width: 100%;
    display: block;
}

.main-content-procedures em, body .app-certi, body .app-no-certi, body .app-clave {
    margin-right: 0.5em;
}

.title-tramites a {
    display: block;
    width: 100%;
}

.ie9 .title-tramites a  {
    width: inherit;
    display: inherit;
}

.aut {
    display: block !important;
}


.tit, .res {
    padding: 1em;
    display: inline-block;
}

.susc .panel h3.subtitle {
    width: 90%;
}

}

/*** FIN IE9+ ***/

/*** INICIO IE8 ***/

@media \0screen { 

.main-container {
    padding: 0 2em;
}


.list-select-choose-pdf > p, .list-select-choose-pdf > span, .seleccion-descarga > * {
    float: left;
}

.serv-container-texto, .serv-container-servicios {
    float: left;
}

.less2 .serv {
    float: left;
    width: 50%;
}

.over3 .serv {
    float: left;
    width: 33%;
}

.serv-dest .subtitle, .img-serv {
    float: left;
}

.serv-container {
    width: 33%;
    float: left;
}

.serv-container:nth-child(4) {
	clear: both;
}

.leyenda {
	clear: both;
}

.texto-container {
    display: block !important;
}

.sh-midgt .serv-subtitulo h4 {
    word-break: break-all;
}

/*.procedure-container {
    display: block !important;
	width: 95% !important;
}

.procedure-container > * {
    display: block !important;
    float: left !important;
    width: 24%;
}*/

.sh-midgt .small-box {
    width: 100%;
}

.encuesta-txt p {
    width: 100%;
}

.footer-logos ul {
    display: block;
    max-width: 90%;
}

.footer-logos ul li {
    float: left;
}

.footer-logos {
    width: 100%;
    float: left;
    height: auto;
    background-color: #f3f3f3;
}

.footer-links {
    width: 100%;
    background-color: #004488;
    float: left;
}

.footer-social {
    width: 100%;
    height: auto;
    background-color: #004488;
    padding: 2em 0 3em 0;
	margin: 0;
}

.footer-container-menu {
    width: 100%;
    max-width: 100%;
    float: left;
    background-color: #004488;
}

.footer-container-menu > div {
    float: left;
}

.footer-block-contact {
    float: right !important;
}

.title-info-content-desp {
    display: block;
    width: 100%;
    float: left;
}


.title-info-content-desp > span {
    float: left;
    display: block;
}

#accordion-tramites .arrow-accordion, #accordion .arrow-accordion {
	display: none;
}

.icono-main {
    float: left;
}

.panel .subtitle {
    float: left;
}

.main-content-image, #myCarousel  {
	display: none;
}

.breadcrumbs-area {
    top: -9em;
}

.serv-dest .subtitle-container {
    width: 100%;
    display: block;
    float: left;
}

#filtrar THEAD {
    display: none;
}

#filtrar TR {
    margin: 1em 0;
    padding: 1em;
    display: block;
    float: left;
    width: 100%;
    background: #f3f3f3;
}

#filtrar TD {
    display: block;
    width: 100%;
    float: left;
    margin: 0.5em;
}

.icontd {
    margin-right: 0.5em;
}


.table-sede TBODY TR {
    border-bottom: 1px solid #e1e6e8;
}

.btnsede-container :first-child.btnSede {
    margin-top: 1.5em;
}

.susc .procedure {
    width: 100%;
    height: auto;
}

.aut {
    display: block !important;
}


.tit, .res {
    padding: 1em;
    display: inline-block;
}

.container-vcruzada {
    width: 100% !important;
}


}

/*** FIN IE8 ***/

/*** VISTA DE IMPRESIÓN***/

/* REGLAS ESPECÍFICAS PARA LA VISTA DE IMPRESIÓN*/

@media print {

	.collapse{
          display:block;
      }

      body { 
      color-adjust: exact;
      -webkit-print-color-adjust:exact;
      print-color-adjust: exact;
       }

       ul li, ul, p {
         break-inside: avoid;
         -webkit-column-break-inside: avoid;
         page-break-inside: avoid;
       }

       a[href]:after {
        content: none !important;
      }

      .branding-area{
      display: flex;
      justify-content: space-evenly;
      width: 100%;
      }

      .branding-area ul li{ 
      margin: auto;
      }
     

      div.breadcrumbs-area, div.login, div.subtitle-container,
      #nivel1, .user-area, .main-content-image, div.container-docs-idioma,
      div.footer-logos, div.container-grande-encuesta{
        display: none;
      }

       .ico-dgt{
        background: #004488 !important;
      }

      span.fa.fa-print:before, span.fa.fa-magic:before,
      em.fa.fa-at:before, em.fa.fa-pencil:before,
      aside em.fa.fa-info:before, aside em.fa.fa-file-text:before,
      div.fa-stack span:last-child:before, .serv-dest span em.fa:before,
      .serv-subtitulo span, em.fa.fa-heart:before {
        color: white !important;
      }

      .circle:before, .fa-circle:before, span em.fa:before{
        color: #6bc8e4 !important;
      }

      .serv-subtitulo span{
        background: #6bc8e4 !important;
      }

      div.section-tittles .circle:before,
      div.section-tittles .fa-circle:before,
      .footer-social ul li em:before, p.fa:before,
      em.fa.fa-info-circle:before, em.fa.fa-user:before,
      em.fa.fa-users:before{
        color: #004488 !important;
      }

      .text-success:before, div.panel-title span em.fa:before{
        color: #3c763d !important;
      }

      @media all and (max-width: 64em){
      .mobile-nav-icon, #myCarousel {
      display: none;
        }
     }
}