.caption-none {display: none;}
.width-20x {width: 20%;}
.width-80x {width: 80%;}
.width-100x {width: 100%;}
nav .navbar-header .cabecera {margin-left: 11%;}
nav .navbar-header .logo {max-height: 50px !important;}
.logo-full {display: block !important;}
.logo-mov {display: none !important;}

.letra_normal {
	font-weight: normal;
}

/* INI Estilos para navbar */
.navbar.navbar-default {
  border-bottom: 1px solid #ffffff;
}
.navbar.navbar-default .navbar-collapse .navbar-btn {
  margin-right: 30px;
}
.navbar.navbar-default .navbar-collapse .navbar-btn i {
  color: red;
}
.navbar.navbar-default .navbar-header .navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar.navbar-default .navbar-header .navbar-brand img.logo {
  /*max-width: 273px;*/
  max-height: 51px;
  /*width: 21.3vw;*/
  margin-top: -16px;
}
.navbar.navbar-default .navbar-header p.claim {
  color: #fff;
  font-weight: 200;
  font-size: 20px;
  position: absolute;
  left: 26%;
  top: 0.5em;
}
.navbar.navbar-default .collapse.navbar-collapse .nav.navbar-nav.navbar-right .nav > li > a {
  color: #fff;
}
.navbar.navbar-default .collapse.navbar-collapse .nav.navbar-nav.navbar-right .nav > li > a:hover,
.navbar.navbar-default .collapse.navbar-collapse .nav.navbar-nav.navbar-right .nav > li > a .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  color: #f4bc17;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.navbar.navbar-default .collapse.navbar-collapse p.conexion {
  position: absolute;
  color: white;
  right: 145px;
  top: 10px;
  font-size: 12px;
}
.navbar.navbar-default .collapse.navbar-collapse p.conexion.datos-doctor {
  position: absolute;
  color: white;
  right: 250px;
  top: 10px;
  font-size: 12px;
}
.navbar.navbar-default .collapse.navbar-collapse .ocultos {
  width: 25px;
  position: absolute;
  right: 275px;
  top: 15px;
}
.navbar.navbar-default .collapse.navbar-collapse .ocultos img {
  width: 100%;
}
/* FIN Estilos para navbar */

.doctor {
  margin-top: 50px;
  position: fixed;
  width: 100%;
  height: 28px;
  background-color: #27385b;
  color: #ffffff;
  line-height: 27px;
  padding-left: 12px;
  z-index: 99;
  font-size: 13px;
}
.doctor ul {
  padding-left: 0;
}
.doctor ul li {
  display: inline;
  margin-right: 20px;
  font-weight: 200;
}
.doctor ul li span {
  font-weight: 500;
}

/* INI Estilos para panel-group */
.panel-group.has-doctor.sub-header {
  margin-top: 78px;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.panel-group.sub-header {
  margin-top: -104px;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.panel-group.sub-header .panel-heading {
  background: #27385b;
  color: #ffffff;
  padding: 10px 0px 2px;
}
.panel-group.sub-header .panel-heading ul {
  padding-left: 0;
}
.panel-group.sub-header .panel-heading ul li {
  display: inline;
  margin-right: 20px;
}
.panel-group.sub-header .panel-heading ul li span {
  font-weight: 100;
}
.panel-group.sub-header .panel-heading.doc {
  background: #f1f1f1;
  color: #27385b;
  padding: 10px 10px 2px;
}
.panel-group.sub-header .panel-heading.doc ul {
  padding-left: 0;
}
.panel-group.sub-header .panel-heading.doc ul li {
  display: inline;
  margin-right: 20px;
}
.panel-group.sub-header .panel-heading.doc ul li span {
  font-weight: 500;
}
.panel-group.sub-header .panel-body {
  background: #f1f1f1;
  color: #27385b;
  padding: 0px;
  padding-left: 10px;
}
.panel-group.sub-header .panel-body ul {
  padding-left: 0;
  margin-top: 10px;
}
.panel-group.sub-header .panel-body ul li {
  display: inline;
  margin-right: 5px;
}
.panel-group.sub-header .panel-body ul li span {
  font-weight: 500;
  margin-right: 12px;
}
.panel-group.sub-header .panel-body .col-md-1 {
  border-right: 1px solid #f7f7f7;
}
.panel-group.sub-header .panel-body .table {
  margin-bottom: 0px;
}
.panel-group.sub-header.home {
  margin-top: 48px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
/* FIN Estilos para panel-group */

/* INI Estilos para panel-heading */
.panel-heading {
  border-radius: 0;
}
.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */

  font-family: 'Glyphicons Halflings', sans-serif;
  /* essential for enabling glyphicon */

  /* content: "\e114"; */
  content: "\e113";
  /* adjust as needed, taken from bootstrap.css */

  float: right;
  color: grey;
  /* adjust as needed */

}
.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  /* content: "\e080"; */
  content: "\e114";
  /* adjust as needed, taken from bootstrap.css */
}
/* FIN Estilos para panel-heading */

.intro {
  margin-top: 6.5em;
}
.intro .txt-indicendia {
  text-align: center;
}
.intro ul li {
  margin-bottom: 30px;
}
.intro .col-md-6:first-child ul {
  list-style: none;
/*  text-align: center; */
}
.intro .icon {
  width: 50%;
  margin: 0 auto;
  display: block;
}
.intro .izquierda h1 {
  font-size: 18px;
  text-align: left;
  clear: both;
  padding: 10px;
  color: #27385b;
  font-weight: 200;
}

.intro h1 {
  font-size: 18px;
  text-align: center;
  clear: both;
  color: #27385b;
  font-weight: 200;
  padding: 10px;
}

.intro h2 {
  font-size: 16px;
  clear: both;
  color: #27385b;
  font-weight: 200;
  font-weight: bold;
}

.intro .link {
  float: right;
}
.intro .btn-success.middle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  width: 220px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
.intro .btn-success.action {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  width: 285px;
  margin-bottom: 20px;
}
.intro p {
  text-align: justify;
}
.banner {
  margin-top: 2em;
  height: 110px;
  background-color: gray;
  text-align: right;
  border-radius: 4px;
}
.banner p {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  margin-top: 20px!important;
  float: right;
  padding-right: 15px;
}
.banner img {
  height: 110px;
  left: 0;
  float: left;
  padding: 1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.intro.profesional {
  margin-top: 0em;
}
.intro.profesional p {
  color: #27385b;
  padding-top: 10px;
}
.gracias {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 400;
}

/* INI Estilos para sections */
.sections.home {
  margin-top: 8em;
  position: absolute;
  width: 100%;
}
.sections.profesionales {
  margin-top: 7em;
  position: absolute;
  width: 100%;
  padding: 30px;
}
.sections {
  margin-top: 14em;
}
.sections .breadcrumb {
  width: 100%;
}
.sections .breadcrumb li {
  color: #bbbbbb;
}
.sections .filtro {
  border: 1px solid #eeeeee;
  padding: 15px;
  margin-bottom: 30px;
}
.sections .panel-default .panel-heading.collapse-table {
  color: #ffffff;
  background-color: #27385b;
  border-color: #27385b;
}
.sections .panel-default .panel-heading-blue {
  color: #ffffff;
  background-color: #27385b;
  border-color: #27385b;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.input-group.date {
  margin-bottom: 10px;
}
/*.sections .panel-default .panel-body .input-group input {
  height: 25px;
  border-radius: 3px;
}*/
.sections .panel-default .panel-body .input-group input.fecha {
  height: auto;
  border-radius: 3px;
}
.sections .panel-default .panel-body .input-group.add-on.date.datepicker input {
  height: 34px;
  border-radius: 0px;
}
.sections .panel-default .panel-body .filtro-dos h3 {
  text-align: left;
  padding-top: 0px;
  padding-bottom: 10px;
  background: none;
  margin-top: 0;
}
.sections .panel-default .panel-body ul {
  list-style: none;
  padding-left: 0;
}
.sections .panel-default #collapseTwo .row {
  padding: 10px;
}
.sections .panel-default #collapseTwo .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: 0px;
}
.sections .panel-default #collapseTwo .btn.btn-primary {
  margin-right: 50px;
}
.sections .panel-default .panel-body h3 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f1f1f1;
}
.sections .table.table-condensed {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 12px;
}
.sections .info {
/*   color: #85d9f5; */
	color: #088A85;
}
.sections .reclamacion {
  margin-bottom: -42px;
  margin-left: -22px;
  padding: 22px;
}
.sections .reclamacion .form-group {
  margin-right: 0px;
}
.sections .reclamacion .form-group label {
  margin-left: 15px;
}
.sections .reclamacion .form-group select {
  margin-left: 15px;
  margin-right: 10px;
}
.sections .reclamacion h4 {
  text-align: left!important;
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
}
.sections .reclamacion textarea {
  width: 60%;
}
.sections .identificacion {
  padding: 15px;
}
.sections .identificacion .form-group {
  margin-left: -15px;
  margin-right: 15px;
}
.sections .identificacion .form-group label {
  margin-left: 15px;
}
.sections .identificacion .form-group select {
  margin-left: 15px;
  margin-right: 10px;
}
.sections .identificacion .form-group .dropdown-toggle {
  margin-left: 15px;
  margin-right: 10px;
}
.sections .identificacion h4 {
  text-align: left!important;
  padding-top: 10px;
  padding-bottom: 10px;
  background: none;
}
.sections .identificacion textarea {
  width: 60%;
}
.sections a.btn.btn-success.btn-lg.enviar.pull-right {
  margin-bottom: 0px;
  width: 200px;
  margin-right: -15px;
}
.sections a.volver {
  text-decoration: underline;
}
.sections textarea.col-md-10 {
  margin-bottom: 25px;
}
.sections.obtener-copia #collapseTwo .row {
  padding: 15px;
}
.sections.obtener-copia #collapseTwo .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: 0px;
}
.sections.obtener-copia #collapseTwo .btn.btn-primary {
  margin-right: 5px;
}
/* FIN Estilos para sections */

.intro.profesional ul {
  padding-left: 15px;
}
div.incidencia button {
  /*width: 30px;
  height: 120px;
  position: fixed;
  top: 350px;
  left: -2px;
  text-transform: uppercase;*/
    border-color: #aaa;
    border-width: 2px;
    width: 100%;
    font-weight: bold;
}
a {
  color: #27385b;
  text-decoration: none;
}

/* INI Estilos para incidencia */
#incidencia .modal-body textarea {
  width: 100%;
  clear: both;
}
#incidencia .modal-footer {
  text-align: center;
}
#incidencia .modal-footer .form-group {
  width: 50%;
  float: left;
}
#incidencia .modal-footer .form-group label {
  text-align: left;
}
#incidencia .modal-footer .btn-success {
  /*margin-top: 25px;
  float: right;*/
  margin: 0px;
  margin-left: 5px;
}
#incidencia .modal-footer .btn-default {
  /*margin-top: 25px;
  margin-left: 120px;*/
  margin: 0px;
  margin-right: 5px;
}

#incidencia .alert {
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: center;
}
/* FIN Estilos para incidencia */

/* INI Estilos para encuesta */
.encuesta {
  margin-top: 7em;
}
.encuesta .row {
  margin-top: 10px;
  margin-bottom: 15px;
}
.encuesta .row label.radio-inline {
  margin-right: 15px;
  margin-left: 5px;
}
.encuesta .row textarea {
  width: 100%;
}
.encuesta .row span {
  font-size: 12px;
  font-weight: 400;
}
.encuesta a.btn.btn-success.btn-lg.enviar.pull-right {
  width: 200px;
  margin-right: 14px;
}
/* FIN Estilos para encuesta */

.iframe-container {    
    padding-bottom: 60%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.sections.ciudadano {
  margin-top: 5em;
}

/* Alerta manual */
.container.sections.obtener-copia.alertamanual {
    margin-top: 5em;
}
#incidenciainforme .panel-heading {
    background: #27385b;
    color: #ffffff;
    padding: 15px;
}
#incidenciainforme .panel-title {
    font-size: 18px;
}
#incidenciainforme td.logintop.fieldname {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 4px;
}
#incidenciainforme td.logintop.fieldvalue {
    font-size: 14px;
}

#incidenciainforme input.email {
	border-radius: 4px;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
    padding: 4px;
}

/* Cabecera de verInforme */
.headerForm {
	margin-bottom: 0px;
}

/* Version de la aplicacion */
.appVersionProd {
	right: 2%;
    color: #fff;
    font-weight: 200;
    /* font-size: 20px; */
    position: relative;
    /* left: 25%; */
    /* top: 30; */
}
.appVersion {
    right: 3%;
    color: #fff;
    font-weight: 200;
    font-size: 12px;
    position: absolute;
    top: 0.5em;
}

.disconnectLink {
	font-size: 0.8em;
    color: white;
    float: right;
}

.mensajeRecuadroError {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
	font-size: 100%;
	font-weight: bold;
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
}

.mensajeRecuadroOK {
    background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
    padding: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 100%;
	font-weight: bold;
	display: table;
    margin: 0 auto;
    margin-bottom: 20px;
}

a.accordion-toggle {
    text-decoration: none;
}

/*--------------------------------ESTILOS IMPRESIÓN---------------------------------------------------------------- */

@media print {
  body * {
    visibility: hidden;
	
  }

.panel-body {
 	font-size: 12px;

 }
 
 .panel-body .btn {
 	font-size: 12px;

 }
 
 .panel-body .label-paciente {
 	font-size: 12px;

 }
 
@page {
  margin-right: 20px;
	margin-top: 0px;
}
  #section-to-print, #section-to-print *, #header-to-print, #header-to-print * ,#banner-to-print,#banner-to-print *,#banner-to-print_EU,#banner-to-print_EU *{
    visibility: visible;
  }
  #header-to-print {
  	position: absolute;
    left: 0;
    top: 0;
  	width: 100%;
  }

  #section-to-print {
    position: absolute;
    left: 0;
    top: 0.1;
    width: 100%;
  }

#banner-to-print{
    position: absolute;
    left: 0;
    top: 2;
    width: 110%;
		transform: scale(0.9);
		transform-origin: 0 0;
  }
	#banner-to-print_EU{
    position: absolute;
    left: 0;
    top: 120px;
    width: 110%;
		transform: scale(0.90);
		transform-origin: 0 0;
  }
}

.botonfijo {
	transform: rotate(-90deg);
	transform-origin: 0% 0%;
	-moz-transform: rotate(-90deg);
	-moz-transform-origin: 0% 0%;
	-o-transform: rotate(-90deg);
	-o-transform-origin: 0% 0%;
	-ms-transform: rotate(-90deg); /* IE 9 */
	-ms-transform-origin: 0% 0%; /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	-webkit-transform-origin: 0% 0%; /* Chrome, Safari, Opera */	
}

/* INI Estilos para busqueda en sections */
.sections .panel-default #collapseBusqueda .row {
  padding: 10px;
}
.sections .panel-default #collapseBusqueda .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: 0px;
}
.sections.obtener-copia #collapseBusqueda .row {
  padding: 15px;
}
.sections.obtener-copia #collapseBusqueda .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: 0px;
}
.sections.obtener-copia #collapseBusqueda .btn.btn-primary {
  margin-right: 5px;
}
/* FIN Estilos para busqueda en sections */

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;	
	background-color: #f5f5f5;
	color: #868e96 !important;
	margin: 0 auto;
	text-align: center;
	z-index: 3; /* La paginacion utiliza 2 por defecto */
}
.btn.btn-primary.dropdown-toggle {
	border: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
ul.listanoordenada {
	padding: 15px;
    list-style-type: none;
}

/* INI Estilos para recuadro */
.recuadrogris {
	border-style: solid;
	border-color: #ddd;
	border-width: 1px;
	border-radius: 4px;
}
.recuadroFormBusqueda {
	padding: 5px;
}
.recuadroCuenta, .recuadroListadoServSalud {
	padding-left: 15px;
	padding-right: 15px;
/*	margin-top: 30px;
	margin-left: 15px;
	margin-right: 30px;*/
}
.recuadroAccesos, .recuadroServiciosSalud {
	padding-left: 7px;
	padding-right: 7px;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: justify;
}
/* FIN Estilos para recuadro */

.combo{
	margin-left: 10px;
	margin-right: 10px;
}

.altoDeRecuadro {
	height: 230px;
}

.tituloDeRecuadro {
	height: 30px;
}

.lineaDeRecuadro {
	height: 10px;
}

.cuerpoDeRecuadro {
	height: 50px;
}

.botonDeRecuadro {
	height: 30px;
}

.recuadrotitle {
	font-size: 14px;
    font-weight: bold;
    color: #347be5;
    text-transform: uppercase;
}

.recuadroboton {
	background-color: #DDDDDD;
    font-weight: bold;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 25px;
    border-color: #aaa;
    border-width: 2px;    
}

.titulonavbar {
	margin: 7px 0px 0px 0px;
    font-size: 22px;
    /*font-size: 1.65vw;*/
}

tbody.cuerpolistaaccesos:before {
	content: "-";
    display: block;
    line-height: 1em;
    color: transparent;
}

.tooltip {
	/* para el tooltip Oculto */
	white-space: normal;
}

.table>thead>tr>th.cabeceraaccesos {
    border-bottom: 2px solid #555;
}

li.paginate_button:not(.active)>a {
/* color del enlace no activo en la paginacion */
	color: #27385b;
}
.mensajeErrorCampo {
    color: #dd0000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}
.incidenciaProfesional {
  /*width: 30px;
  height: 120px;*/
  position: fixed;
  top: 350px;
  /*left: -2px;*/
}

/* INI Estilos para ma */
.ma-div0 {
	height: 4em;
}
.ma-nav {
	background-color: #27385b;
	border-color: #1d2a44;
	
	top: 0;
	border-width: 0 0 0px;
	
	border-radius: 0;
	
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	
	min-height: 50px;
	margin-bottom: 20px;
	border: 0px solid transparent;
	
	display: block;
	
	box-sizing: border-box;
	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
}
.ma-div1 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	
	box-sizing: border-box;

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;	
}
.ma-div2 {
	margin-right: 0;
	margin-left: 0;
	
	float: left;
	
	box-sizing: border-box;
	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
}
.ma-a {
	margin-left: -15px;
	
	color: #fff;
	
	box-sizing: border-box;
}
.ma-img {
	display: inline-block;
	
	vertical-align: middle;
	border: 0;

	box-sizing: border-box;	
}
.ma-p {
	margin: 0 0 10px;
	
	box-sizing: border-box;
									
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.42857143;
}
/* FIN Estilos para ma */

.bannerPaciente{
margin-top: -90px !important; 
border-bottom-width: 0px !important;  
box-shadow: 4px 4px 4px rgb(180,180,180) !important;
}

#desabilitarSinLink:visited 
{ color: purple; }

#fin_documento{
border-bottom: 0px !important;
border-top: 1px solid #003366 !important;
}
#avisoVisores{
	padding: 12px; 
	border: 4px solid rgb(254, 208, 114); 
	border-image: none; 
	text-align: center;  
	background-color: rgba(255, 240, 214, 1);
}

div.label-block label {
	display: block;
}

.dataTables_filter input.input-sm {
    height: 34px;
    font-weight: normal;
    font-size: 14px;
}

h1 {
	font-size: 28px;
}

@media (max-width: 1650px) {
	nav .navbar-header .cabecera.EU {margin-left: 20%;}
}
@media (max-width: 1420px) {
	nav .navbar-header .cabecera.EU {font-size: 16px !important;margin-left: 21%;}
}

@media (max-width: 1275px) {
	nav .navbar-header .cabecera {margin-left: 14%;font-size: 17px !important;}
	nav .navbar-header .cabecera.EU {margin-left: 24%; font-size: 12px !important;}
}

@media (max-width: 900px) {
	.sections.home {
	  margin-top: 12em;
	  position: absolute;
	  width: 100%;
	}
	.sections.profesionales {
	  margin-top: 16em;
	  position: absolute;
	  width: 100%;
	  padding: 0px;
	}
	.banner p {
		font-size: 9pt;
	    float: none;
	    padding: 5px;
    }
  .intro ul li {
    margin-bottom: 1em;
  }
 	.content{
		width:fit-content;
	}
	h1 {
		font-size: 23px;
	}
	.container .encuesta {
		text-align: center;
	}
	.encuesta {
  		margin-top: 0em;
	}
}

@media ( max-width : 768px) {
	.content{
		width:fit-content;
	}
	.panel-body{
		font-size:14px;
	}
	h1 {
		font-size: 23px;
	}
	.sections.profesionales {
	  margin-top: 16em;
	  position: absolute;
	  width: 100%;
	  padding: 0px;
	}
	.container .encuesta {
		text-align: center;
	}
	.encuesta {
  		margin-top: 0em;
	}
	.cabeceraResponsive{
		left: 40% !important;
	}
}

.smile {
	padding: 0 1rem 0 1rem;
	font-size: 36px;
}

.jumbotron {
	margin-top: 2rem;
	background-color: white;
	border: solid 1px #ddd;
}

.jumbotron p {
	font-size: 14px;
}
.flex-container {
	display: flex;
	justify-content: center;
}
.ocultafechas {
	visibility: hidden;
	display: none;
}
.cabeceraResponsive{
	left: 50% !important;
}
.footer .saltoFooter {display:none}
@media ( max-width : 1210px) {
	.footer {
		line-height:20px;padding-top:10px
	}
	.footer .separadorFooter {display:none !important}
	.footer .saltoFooter {display:block !important}
}
@media ( max-width : 1024px) {
	.cabeceraResponsive{left: 45% !important;}
}

@media (max-width: 575px) {
	body {padding-top: 40px !important;}
	nav.navbar {min-height: 40px;}
	nav .container-fluid {padding-left: 0; padding-right: 0;}
	nav .navbar-brand {height: 40px !important;padding: 0px !important;}
	nav .navbar-header {margin: 0px !important;}
	nav .navbar-header .logo {max-height: 40px !important; margin-top: 0px !important;}
	nav .navbar-header .ma-img.logo {margin-left: 20px;}
	.logo-full {display: none !important;}
	.logo-mov {display: block !important;}
	.sections.home {margin-top: 1em !important;}
	.sections.home.mt7em {margin-top: 7em !important;}
	.jumbotron {margin-top: 0;}
	.row {margin-right: 10px !important;}
	.footer {height: 70px;}
}

@media ( max-width : 375px) {
	.cabeceraResponsive{
		left: 53% !important;
	}
}