@CHARSET "UTF-8";

/** 4INFINITY CSS Document */

/** COLORES */
/* rojo: #ba0f07;*/
/* naranja logo: #f9b233;*/
/* naranja letra: #f39200;*/

/** GENERAL */
/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 */
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}

@font-face {
	font-family: 'KohinoorDevanagari';
	src: url('fonts/KohinoorDevanagariBold.eot');
	src: url('fonts/KohinoorDevanagariBold.eot') format('embedded-opentype'),
		url('fonts/KohinoorDevanagariBold.woff2') format('woff2'),
		url('fonts/KohinoorDevanagariBold.woff') format('woff'),
		url('fonts/KohinoorDevanagariBold.ttf') format('truetype'),
		url('fonts/KohinoorDevanagariBold.svg#KohinoorDevanagariBold') format('svg');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'KohinoorDevanagari';
	src: url('fonts/KohinoorDevanagariSemibold.eot');
	src: url('fonts/KohinoorDevanagariSemibold.eot') format('embedded-opentype'),
		url('fonts/KohinoorDevanagariSemibold.woff2') format('woff2'),
		url('fonts/KohinoorDevanagariSemibold.woff') format('woff'),
		url('fonts/KohinoorDevanagariSemibold.ttf') format('truetype'),
		url('fonts/KohinoorDevanagariSemibold.svg#KohinoorDevanagariSemibold') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'KohinoorDevanagari';
	src: url('fonts/KohinoorDevanagariMedium.eot');
	src: url('fonts/KohinoorDevanagariMedium.eot') format('embedded-opentype'),
		url('fonts/KohinoorDevanagariMedium.woff2') format('woff2'),
		url('fonts/KohinoorDevanagariMedium.woff') format('woff'),
		url('fonts/KohinoorDevanagariMedium.ttf') format('truetype'),
		url('fonts/KohinoorDevanagariMedium.svg#KohinoorDevanagariMedium') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'KohinoorDevanagari';
	src: url('fonts/KohinoorDevanagariRegular.eot');
	src: url('fonts/KohinoorDevanagariRegular.eot') format('embedded-opentype'),
		url('fonts/KohinoorDevanagariRegular.woff2') format('woff2'),
		url('fonts/KohinoorDevanagariRegular.woff') format('woff'),
		url('fonts/KohinoorDevanagariRegular.ttf') format('truetype'),
		url('fonts/KohinoorDevanagariRegular.svg#KohinoorDevanagariRegular') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'KohinoorDevanagari';
	src: url('fonts/KohinoorDevanagariLight.eot');
	src: url('fonts/KohinoorDevanagariLight.eot') format('embedded-opentype'),
		url('fonts/KohinoorDevanagariLight.woff2') format('woff2'),
		url('fonts/KohinoorDevanagariLight.woff') format('woff'),
		url('fonts/KohinoorDevanagariLight.ttf') format('truetype'),
		url('fonts/KohinoorDevanagariLight.svg#KohinoorDevanagariLight') format('svg');
	font-weight: 200;
	font-style: normal;
}

::selection {
	background: #eee;
	background: rgba(215,215,215,.4);
}

body::-webkit-scrollbar{width:3px;}
body::-webkit-scrollbar-track{background-color:transparent;}
body::-webkit-scrollbar-thumb{background-color:#F39200;border-radius:50px;}

* {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:hover,
a:focus,
a:active {
	color: inherit;
	text-decoration: none;
}

input,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select,
textarea,
form button {
	font: inherit;
	padding: 0 10px;
	height: auto;
	font-size: 18px;
	line-height: 30px;
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 20px;
	text-align: center;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	outline: 0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: #ccc;
	outline: 0;
	-webkit-box-shadow: 0 0 6px #ccc;
	-moz-box-shadow: 0 0 6px #ccc;
	box-shadow: 0 0 6px #ccc;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	border-color: #F39200;
	-webkit-box-shadow: 0 0 6px #F39200;
	-moz-box-shadow: 0 0 6px #F39200;
	box-shadow: 0 0 6px #F39200;
}

.wrapper-select {
	position: relative;
	display: inline;
}

.wrapper-select:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 16px;
	height: 8px;
	margin-top: -4px;
	background: url(../img/arrow-down.svg) center center no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

.wrapper-select select::-moz-expand {display: none;}
.wrapper-select select::-ms-expand {display: none;}
.wrapper-select select::-webkit-expand {display: none;}

.wrapper-select select[disabled=disabled] {
	background: #eee;
	cursor: not-allowed;
}

option {
	font-weight: inherit;
}

input[type="file"],input[type="checkbox"],input[type="radio"]{float:left;width:0.1px !important;height:0.1px !important;opacity:0 !important;overflow:hidden;margin:0 !important;padding:0 !important}
input[type="file"]+label{background:none;border:0;cursor:pointer;display:block;padding:0;opacity:.8;max-width:none;}
input[type="file"]+label.input_image,.input_file input[type="file"]+label{background:#F39200;color:#fff;border:0;cursor:pointer;display:block;padding:10px;opacity:.8;max-width:none;}
.input_file{margin-top:-10px;margin-bottom:20px;}
p+.input_file{margin-top:10px}
input[type="file"]+label{font-weight:200;color:#b2b2b2;}
input[type="file"]:focus+label,input[type="file"]+label:hover,input[type="file"].has-focus+label{background:none;border:0;opacity:1}
input[type="file"]:focus+label.input_image,input[type="file"]+label.input_image:hover,input[type="file"].has-focus+label.input_image,
.input_file input[type="file"]:focus+label,.input_file input[type="file"]+label:hover,.input_file input[type="file"].has-focus+label{background:#F39200;border:0;opacity:1}
input[type="file"]+label figure{position:relative;overflow:hidden;width:100%;height:100%}
input[type="file"]+label figure img{position:absolute;top:2px;left:2px;width:100%}
input[type="file"]+label figure img+svg{position:relative;z-index:1}
input[type="file"]+label figure img+svg g{display:none}

input[type="checkbox"]+label,
input[type="radio"]+label {
	display: inline-block;
	position: relative;
	padding-left: 25px !important;
	text-align: left;
}

input[type="checkbox"]+label+label.error,
input[type="radio"]+label+label.error,
input[type="checkbox"]+label+label.error-message,
input[type="radio"]+label+label.error-message {
	top: 0;
	left: 0;
	float: left;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border: 2px solid #F39200;
}

input[type="radio"]+label:before {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

input[type="checkbox"]:checked+label:before,
input[type="radio"]:checked+label:before {
	background: #ba0f07;
}

textarea,
select[multiple],
select[size] {
	resize: vertical;
	line-height: 20px;
}

textarea {
	width: 100%;
	text-align: left;
	margin-top: 10px;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
}

input.error {
	border: 1px solid #c00;
}

label.error,
.error-message {
	position: relative;
	font-size: 14px !important;
	top: -22px;
	left: 10px;
	color: #ba0f07 !important;
}

.ms-container + label.error,
.ms-container + .error-message {
	top: 0;
}

form .placeholder{color:#b2b2b2;font-size:18px}
form ::-webkit-input-placeholder{color:#b2b2b2;font-size:18px}
form :-moz-placeholder{color:#b2b2b2;font-size:18px}
form ::-moz-placeholder{color:#b2b2b2;font-size:18px}
form :-ms-input-placeholder{color:#b2b2b2;font-size:18px}
form select option:first-child{color:#b2b2b2;font-size:18px}
.g-recaptcha{display:inline-block;margin:0 auto 20px}

iframe {
	border: 0 !important;
}

h1 {
	font-weight: 500;
	font-size: 42px;
	line-height: 46px;
	text-transform: uppercase;
}

h2 {
	font-weight: 300;
	font-size: 36px;
	line-height: 40px;
}

h3 {
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-weight: 200;
}

h2 img {
	width: auto;
	max-width: none;
	height: 40px;
	margin-right: 10px;
}

p {
	font-weight: 200;
}

figure{margin:0}
figure img,figure svg{width:100%}
.google-maps{position:relative;padding-bottom:35%;height:0;overflow:hidden}
.google-maps iframe{position: absolute;top:0;left:0;width:100% !important;height:100% !important}

.alert {
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	z-index: 15;
	background: #fff;
	border: 0;
	-webkit-box-shadow: 3px 3px 6px #666;
	-moz-box-shadow: 3px 3px 6px #666;
	box-shadow: 3px 3px 6px #666;
	padding: 60px 20px 30px;
}

.alert.alert-danger,
.alert.alert-info,
.alert.alert-success,
.alert.alert-warning {
	color: #878787;
}

.alert h2 {
	margin-top: 0;
	font-weight: 200;
}

.alert:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: #ba0f07;
	background: -moz-linear-gradient(left, #ba0f07 0%, #f9b233 100%);
	background: -webkit-linear-gradient(left, #ba0f07 0%, #f9b233 100%);
	background: linear-gradient(to right, #ba0f07 0%, #f9b233 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba0f07', endColorstr='#f9b233', GradientType=1);
}

.btn {
	padding: 1px 5px;
	vertical-align: top;
}

.btn-primary,
.btn-circle {
	background: transparent;
	color: #F39200;
	margin-top: 2px;
	border: 1px solid #F39200;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	opacity: .8;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.btn:hover,
.btn:focus,
.btn:active {
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	outline: 0 !important;
}

.btn-primary:hover,.btn-circle:hover,
.btn-primary:focus,.btn-circle:focus,
.btn-primary:active,.btn-circle:active,
.btn-primary.active.focus,.btn-circle.active.focus,
.btn-primary.active:focus,.btn-circle.active:focus,
.btn-primary.active:hover,.btn-circle.active:hover,
.btn-primary:active.focus,.btn-circle:active.focus,
.btn-primary:active:focus,.btn-circle:active:focus,
.btn-primary:active:hover,.btn-circle:active:hover,
.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-circle.focus,
.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-circle:focus,
.open>.dropdown-toggle.btn-primary:hover.open>.dropdown-toggle.btn-circle:hover {
	background: transparent;
	color: #F39200;
	border: 1px solid #F39200;
	opacity: 1;
}

.badge.btn-primary,
.badge.btn-circle {
	margin-top: -3px;
}

.dropdownable {
	display: none;
	font-size: 14px;
}

h2.header-title {
	position: relative;
	display: inline-block;
	color: #F39200;
}

h2.panel-title {
	position: relative;
}

h2.header-title span svg,
h2.panel-title span svg,
.btn svg {
	width: 36px;
	height: 36px;
}

h2.header-title span svg *,
.btn svg * {
	fill: #F39200 !important;
}

h2.panel-title span svg * {
	fill: #fff !important;
}

h2.header-title span,
h2.panel-title span {
	position: absolute;
	top: 50%;
	left: 105%;
	margin-top: -18px;
}

h2.panel-title span {
	left: auto;
	right: 0;
}

.nav-tabs a {
	opacity: .6;
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.nav-tabs .open>a,
.nav-tabs .open>a:hover,
.nav-tabs .open>a:focus,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #F39200;
	border-color: #F39200;
	opacity: 1;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
	color: #F39200;
	border-color: #F39200;
}

.nav-tabs li svg {
	display: inline;
	margin-right: 5px;
	margin-top: 2px;
	width: 18px;
	height: 18px;
	vertical-align: top;
}

.nav-tabs li svg * {
	fill: #575756 !important;
}

.nav-tabs .open>a svg *,
.nav-tabs .open>a:hover svg *,
.nav-tabs .open>a:focus svg *,
.nav-tabs>li.active>a svg *,
.nav-tabs>li.active>a:hover svg *,
.nav-tabs>li.active>a:focus svg *,
.nav-tabs>li>a:hover svg *,
.nav-tabs>li>a:focus svg * {
	fill: #F39200 !important;
}

dl {
	margin: 20px;
}

dt, dd {
	font-weight: 200;
	min-height: 1.42857143em;
}

dt {
	clear: both;
	float: left;
	margin-right: 15px;
}

dd {
	clear: right;
	font-weight: 300;
	color: #F39200;
}

dd ul, td ul {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

dd ul li, td ul li {
	padding-left: 20px;
	background: url(../img/arrow-right.svg) 5px 3px no-repeat;
	-webkit-background-size: 8px auto;
	-moz-background-size: 8px auto;
	background-size: 8px auto;
}

td ul li {
	background-position: 5px 6px;
}

th {
	font-weight: 300;
	font-size: 20px;
	color: #F39200;
}

.panel {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}

.panel>.panel-heading {
	background: #ba0f07;
	background: -moz-linear-gradient(left, #ba0f07 0%, #f9b233 100%);
	background: -webkit-linear-gradient(left, #ba0f07 0%, #f9b233 100%);
	background: linear-gradient(to right, #ba0f07 0%, #f9b233 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba0f07', endColorstr='#f9b233', GradientType=1);
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.panel>.panel-heading .panel-icon {
	position: absolute;
	top: 50%;
	right: 20px;
	height: 30px;
	margin-top: -15px;
}

.panel>.panel-heading .panel-icon svg {
	width: 30px;
	max-height: 100%;
}

.panel>.panel-heading .panel-icon svg * {
	fill: #fff !important;
}

h2.panel-title {
	font-weight: 200;
	font-size: 24px;
	color: #fff;
}

.panel>.panel-body {
	background: #f7f7fc;
	padding: 25px;
	font-size: 15px;
}

.panel>.panel-body h3 {
	font-size: 18px;
	font-weight: 500;
	margin: 0 5px 5px;
}

.panel>.panel-body .fecha {
	font-size: 18px;
	font-weight: 200;
	color: #878787;
	margin: 0 5px 5px;
}

.panel>.panel-body p {
	margin: 0 5px 4px;
}

.panel>.panel-body a {
	color: #F39200;
}

.panel>.panel-body a:hover {
	color: #ba0f07;
}

.panel td {
	vertical-align: middle !important;
}

.panel .table-responsive {
	width: 100%;
}

.panel>.panel-body .alternate {
	padding: 10px;
	position: relative;
}

.panel>.panel-body .alternate:nth-child(2n+1) {
	background: #fff;
}

.alternate .col-sm-4 {
	border-left: 1px solid #b2b2b2;
}

.alternate .col-sm-4:first-child {
	border: 0;
}

.acciones a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.acciones svg {
	width: 32px;
	height: 32px;
}

.acciones .glyphicon {
	font-size: 24px;
}

.acciones svg * {
	fill: #F39200 !important;
}

.alternate .acciones {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
}

.alternate .acciones a {
	margin-left: 10px;
}

.panel .alternate .acciones svg {
	width: 24px;
	height: 24px;
}

.panel .alternate .acciones .leer {
	display: block;
	margin-bottom: 5px;
}

.panel .alternate .acciones .leer svg {
	width: 16px;
	height: 16px;
	margin-top: 3px;
}

.panel .alternate .acciones svg * {
	fill: #F39200 !important;
}

.panel .label {
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	display: inline-block;
	position: relative;
	margin: 0 0 0 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: #F39200;
	color: #fff;
	padding: 2px 10px;
}

.panel .label a {
	color: #fff !important;
}

.panel .label .alert-incidencia {
	position: absolute;
	top: 50%;
	left: 100%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-left: 8px;
}

.panel .label .alert-incidencia .tooltip {
	white-space: nowrap;
}

.panel .label .alert-incidencia svg {
	width: 100%;
	height: 100%;
}

.panel .label .alert-incidencia svg * {
	fill: #F39200 !important;
}

.panel .label+dl {
	margin-top: 17px;
}

.panel dl {
	margin: 0;
}

.panel>.panel-body>.row .label+dl {
	margin-left: 25px;
}

[class^="col-"]:first-child .panel dl,
.panel>.panel-body .row>[class^="col-"]:first-child dl {
	margin-left: 25px;
}

.panel dt,
.panel dd {
	color: #878787;
}

.panel dd {
	font-weight: 500;
}

.panel .paginator p {
	margin: 30px 0 0 20px;
	font-size: 14px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background: #F39200;
	border-color: #F39200;
	color: #fff;
}

.video_responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video_responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.coloured,
dd.coloured,
dt.coloured {
	color: #F39200;
}

.coloured svg *,
svg.coloured * {
	fill: #F39200 !important;
}

.coloured a,
a.coloured,
dd a,
th a {
	color: #ba0f07;
}

.coloured a:hover,
a.coloured:hover,
dd a:hover,
th a:hover {
	color: #F39200;
}

dd a.btn,
th a.btn,
.panel>.panel-body a.btn {
	color: #fff;
}

dd a.btn .glyphicon,
th a.btn .glyphicon,
.panel>.panel-body a.btn .glyphicon {
	color: #F39200;
}

.scrolltop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 80px;
	height: 80px;
	z-index: 99;
	background: #F39200;
	padding: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: .5;
	cursor: pointer;
}

.scrolltop svg {
	width: 100%;
	height: 100%;
}

.scrolltop svg * {
	fill: #fff !important;
}

.interior {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

body {
	font: 200 18px/1.42857143 KohinoorDevanagari, Arial, sans-serif;
	color: #575756;
	text-align: center;
	background: #fff;
}

html, body, .bg_circle_wrapper {
	height: 100%;
}

.bg_circle_wrapper {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.bg_circle_wrapper .bg_circle {
	content: '';
	position: absolute;
	top: -25%;
	width: 0;
	left: auto;
	right: 50%;
	height: 150%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #F6F7FC;
	opacity: 0;
	-webkit-transition: width .1s linear, opacity .8s linear .1s;
	-moz-transition: width .1s linear, opacity .8s linear .1s;
	transition: width .1s linear, opacity .8s linear .1s;
	z-index: -1;
}

.emblema {
	max-width: 400px;
	margin: 0 auto;
}

/** HEADER */
header {
	width: 100%;
	z-index: 100;
	background: #ba0f07;
	background: -moz-linear-gradient(left, #ba0f07 0%, #f9b233 100%);
	background: -webkit-linear-gradient(left, #ba0f07 0%, #f9b233 100%);
	background: linear-gradient(to right, #ba0f07 0%, #f9b233 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ba0f07', endColorstr='#f9b233', GradientType=1);
	text-align: left;
}

header .logo {
	height: 110px;
	padding: 15px 0 40px 100px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

header .logo svg,
header .logo img {
	width: auto;
	max-width: none;
	height: 100%;
}

header .logo:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 130px;
	height: 163px;
	margin-top: -81px;
	background: url(../img/emblema-white.svg) 0 0 no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	opacity: .2;
}

header ul {
	padding: 0;
	margin: 35px 0 0;
}

header li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	position: relative;
	max-width: 40px;
}

header li a {
	display: block;
}

header li.dropdown {
	cursor: pointer;
}

header li.dropdown li {
	max-width: none;
}

header li.dropdown figure {
	margin-top: 10px;
	border: 5px solid #dadada;
}

header li.dropdown figure + ul {
	margin-top: 20px;
}

.panel-icon {
	position: relative;
}

header li .badge,
.panel-icon .badge,
.panel-default>.panel-heading .badge {
	position: absolute;
	top: -9px;
	right: -12px;
	margin-top: 0;
	background: #ba0f07;
	color: #fff;
}

header li svg {
	width: auto;
	height: 40px;
}

header .tooltip {
	white-space: nowrap;
} 

.dropdown .dropdown-menu {
	padding: 20px;
	font-size: 14px;
	line-height: 18px;
}

.dropdown .dropdown-menu.dropdown-menu-right {
	text-align: right;
}

.dropdown .dropdown-menu li {
	display: block;
	padding: 5px 0;
	border-top: 1px solid #ccc;
}

.dropdown .dropdown-menu li:first-child {
	border-top: 0;
}

.social a {
	display: inline-block;
	padding-left: 0;
	margin-right: 10px;
	overflow: hidden;
	font-size: 36px;
}


/** MENU */
#menu {
	top: 110px;
	width: 100%;
	z-index: 99;
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 37%, #dadada 100%);
	background: -webkit-linear-gradient(top, #f6f6f6 37%, #dadada 100%);
	background: linear-gradient(to bottom, #f6f6f6 37%, #dadada 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#dadada', GradientType=0);
}

#menu .breadcrumb {
	background: transparent;
	text-align: left;
	float: left;
	border-radius: 0;
	max-width: calc(100% - 250px);
}

#menu .breadcrumb a:hover,
#menu .breadcrumb a:active {
	color: #F39200;
}

#menu ul {
	margin: 10px 0 5px;
	padding: 0;
	float: right;
}

#menu li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	max-width: 25px;
}

#menu .breadcrumb li {
	padding: 0 10px;
	max-width: none;
}

#menu .breadcrumb li a {
	display: inline;
	padding: 0;
}

#menu .breadcrumb>li+li {
	padding-left: 15px;
}

#menu .breadcrumb>li+li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: url(../img/arrow-right.svg) 0 0 no-repeat;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}

#menu .breadcrumb>li.active {
	color: #F39200;
}

#menu li a {
	display: block;
	padding: 0 10px;
} 

#menu li:last-child a {
	padding-right: 0;
}

#menu .breadcrumb li:first-child a {
	padding-left: 0;
}

#menu li svg {
	width: 25px;
	height: 25px;
}

#menu li a svg * {
	fill: #575756 !important;
}

#menu li a:hover svg *,
#menu li a.active svg * {
	fill: #F39200 !important;
}

#menu .tooltip {
	white-space: nowrap;
}


/** FOOTER */
footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	margin: 0;
	padding: .5rem 0;
	background-color: #fff;
	color: #F39200;
	text-align: center;
}


/** CONTENT */
body>section.container {
	padding-top: 175px;
	padding-bottom: 20px;
}

main.container {
	padding-bottom: 20px;
}

.share .button-share,
.share .button-download,
.share .button-pdf,
.share .button-fullscreen {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.share .button-share svg,
.share .button-download svg,
.share .button-pdf svg,
.share .button-fullscreen svg {
	position: relative;
	top: 2px;
	left: 0;
	width: 50px;
	height: 50px;
	z-index: 1;
}

.share .share-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 42px;
	margin-top: -2px;
	margin-left: -18px;
	overflow: hidden;
	position: relative;
	-webkit-transition: width .3s linear;
	-moz-transition: width .3s linear;
	transition: width .3s linear;
}

.share .share-content {
	width: 180px;
	background: #F39200;
	padding: 5px 0 5px 25px;
	position: absolute;
	top: 0;
	right: 15px;
	text-align: right;
	white-space: nowrap;
	-webkit-border-top-right-radius: 20px;
	-moz-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-bottom-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.share .share-wrapper.visible {
	width: 180px;
}

.enlace {
	display: inline-block;
	vertical-align: middle;
	background: #F39200;
	color: #fff;
	padding: 0;
	font-weight: 400;
	font-size: 24px;
	line-height: 40px;
	width: 200px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	opacity: .9;
	border: 2px solid #F39200;
	cursor: pointer;
	outline: 0 !important;
}

.enlace.enlace_white {
	background: #fff;
	color: #F39200;
	margin-top: 20px;
}

.enlace.enlace_small {
	width: auto;
	height: auto;
	padding: 3px 8px;
	font-weight: 200;
	font-size: 18px;
	line-height: 22px;
	margin-top: 0;
}

.enlace.arrow {
	background: #F39200 url(../img/arrow-right.svg) 170px center no-repeat;
	-webkit-background-size: 10px auto;
	-moz-background-size: 10px auto;
	background-size: 10px auto;
}

.enlace.enlace_small.arrow {
	background: #F39200 url(../img/arrow-right.svg) 90% center no-repeat;
	-webkit-background-size: 8px auto;
	-moz-background-size: 8px auto;
	background-size: 8px auto;
}

.enlace:hover {
	opacity: 1;
	color: #fff;
}

.enlace.enlace_white:hover {
	color: #F39200;
}

.acciones .enlace {
	margin-top: 20px;
	margin-bottom: 0;
}

.img_leermas {
	float: right;
	margin-top: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.img_leermas:hover {
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.loading {
	display: none;
	margin: 32px;
	height: 32px;
	background: url(../img/loading.gif) center center no-repeat;
}

.buscador input,
.buscador select {
	text-align: left;
	width: 340px;
}

.buscador input[type="date"] {
	width: 160px;
	font-size: 14px;
}

table .buscador input,
table .buscador select {
	width: 100px;
	font-size: .9em;
}

table .buscador .input:last-child input,
table .buscador .wrapper-select:last-child select {
	margin-bottom: 0;
}

table .buscador ::-webkit-input-placeholder{font-size:.9em}
table .buscador :-moz-placeholder{font-size:.9em}
table .buscador ::-moz-placeholder{font-size:.9em}
table .buscador :-ms-input-placeholder{font-size:.9em}
table .buscador ::-webkit-input-placeholder{font-size:.9em}
table .buscador :-moz-placeholder{font-size:.9em}
table .buscador ::-moz-placeholder{font-size:.9em}
table .buscador :-ms-input-placeholder{font-size:.9em}

.buscador label {
	display: block;
	text-align: left;
}

.buscador .rotater {
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}

.buscador .open .rotater {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.buscador #dropdown_buscador_avanzado {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.buscador #dropdown_buscador_avanzado svg {
	width: 20px;
	height: 12px;
}

.buscador #dropdown_buscador_avanzado+button {
	display: inline-block;
	vertical-align: middle;
	border: 0;
	background: #F39200;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
	padding: 5px;
}

.buscador #dropdown_buscador_avanzado+button svg {
	height: 15px;
	width: 20px;
}

.buscador #dropdown_buscador_avanzado+button svg * {
	stroke: #fff !important;
}

.buscador .enlace_white {
	margin-top: 5px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 22px;
	width: 115px;
	height: 24px;
	padding: 0;
}

.buscador button.enlace {
	margin-top: 20px;
}

.buscador .btn.enlace_white.active {
	background: #F39200;
	color: #fff;
}

.login {
	font-size: 18px;
	margin: 80px auto;
	max-width: 360px;
}

.login.login_ancho {
	max-width: 500px;
}

.login h1 {
	margin: 50px 0 0;
}

.login h2 {
	margin: 20px 0 10px;
}

.login form {
	margin: 60px 0 25px;
}

.login label {
	display: block;
}

.login input {
	width: 80%;
	margin: 0 auto 40px;
}

.registro {
	text-align: left;
}

.registro input,
.registro select {
	text-align: left;
	width: 80%;
	margin: 0 auto 20px;
}

.registro .input,
.registro input {
	text-align: left;
}

.registro label {
	font-size: 18px;
	color: #b2b2b2;
}

.registro label+p {
	margin-top: 10px;
}

.registro input[type="file"]+label {
	margin-top: -50px;
}

.registro .g-recaptcha {
	margin-top: 20px;
}

.registro button.enlace {
	margin-top: 20px;
}

.login.recuperar_pass input {
	margin-bottom: 20px;
}

.login_info {
	font-size: 18px;
	line-height: 22px;
	color: #b2b2b2;
}

.tabbable .registro input[type="file"]+label {
	margin-top: 0;
}

/** MULTISELECT */
.ms-container{width:100%;}
.ms-container:after{content:".";display:block;height:0;line-height:0;font-size:0;clear:both;min-height:0;visibility:hidden;}
.ms-container .ms-selectable,
.ms-container .ms-selection{background:#fff;color:#555555;float:left;width:45%;}
.ms-container .ms-selection{float:right;}
.ms-container .ms-list{-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;-moz-transition:border linear 0.2s,box-shadow linear 0.2s;-ms-transition:border linear 0.2s,box-shadow linear 0.2s;-o-transition:border linear 0.2s,box-shadow linear 0.2s;transition:border linear 0.2s,box-shadow linear 0.2s;border:1px solid #ccc;position:relative;height:100px;padding:0;overflow-y:auto;}
.ms-container .ms-list.ms-focus{border-color:rgba(82,168,236,0.8);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);outline:0;outline:thin dotted \9;}
.ms-container ul{margin:0;list-style-type:none;padding:0;}
.ms-container .ms-optgroup-container{width:100%;}
.ms-container .ms-optgroup-label{margin:0;padding:5px 0px 0px 5px;cursor:pointer;color:#999;}
.ms-container .ms-selectable li.ms-elem-selectable,.ms-container .ms-selection li.ms-elem-selection{border-bottom:1px #eee solid;padding:2px 10px;color:#555;font-size:14px;}
.ms-container .ms-selectable li.ms-hover,.ms-container .ms-selection li.ms-hover{cursor:pointer;color:#fff;text-decoration:none;background-color:#F39200;}
.ms-container .ms-selectable li.disabled,.ms-container .ms-selection li.disabled{background-color:#eee;color:#aaa;cursor:text;}
.search-result.affix{background:#f8f8f8;padding-bottom:20px;display:block;position:static;overflow:hidden;}
@media (min-width: 768px) {.search-result.affix{display:block;position:static;}}
@media (min-width: 1200px) {.search-result.affix{position:fixed;right:20px;text-align:right;width:200px;border-right:2px solid #F39200;}}
@media (min-width: 992px) {.search-result.affix{position:fixed;right:20px;text-align:right;width:200px;border-right:2px solid #F39200;}}
.search-result.affix h4{color:#F39200;}
.search-result.affix h4 strong{color:#716b7a;}
.search-result.affix h6{color:#F39200;font-size:10px;font-weight:200;letter-spacing:.1em;}
.search-result.affix .blue{color:#F39200;}

.ms-selectable input,
.ms-selectable select,
.ms-selection input,
.ms-selection select {
	margin: 0;
	width: 100%;
	border: 1px solid #b2b2b2;
	background: #FDEFD9;
	color: #F39200;
}

.ms-container .search-input {
	border-bottom: 0;
}

.ms-container .ms-list {
	border-top: 0;
	height: 258px;
}

.ms-container .ms-list::-webkit-scrollbar{width:3px;}
.ms-container .ms-list::-webkit-scrollbar-track{background-color:transparent;}
.ms-container .ms-list::-webkit-scrollbar-thumb{background-color:#F39200;border-radius:50px;}

.ms-selectable ::-webkit-input-placeholder{color:#F39200}
.ms-selectable :-moz-placeholder{color:#F39200}
.ms-selectable ::-moz-placeholder{color:#F39200}
.ms-selectable :-ms-input-placeholder{color:#F39200}
.ms-selection ::-webkit-input-placeholder{color:#F39200}
.ms-selection :-moz-placeholder{color:#F39200}
.ms-selection ::-moz-placeholder{color:#F39200}
.ms-selection :-ms-input-placeholder{color:#F39200}

.estaticos {
	padding: 40px 20px;
	text-align: left;
}

.estaticos h4 {
	margin: 30px 0 10px;
	padding-left: 60px;
	position: relative;
	line-height: 51px;
}

[class*="content-"]:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: 51px;
	background: url('../img/marker.png') center center no-repeat;
	color: #fff;
	font-size: 30px;
	line-height: 51px;
	text-align: center;
}

.content-a:before {content: 'A'}
.content-b:before {content: 'B'}
.content-c:before {content: 'C'}
.content-d:before {content: 'D'}
.content-e:before {content: 'E'}
.content-f:before {content: 'F'}
.content-g:before {content: 'G'}
.content-h:before {content: 'H'}
.content-i:before {content: 'I'}
.content-j:before {content: 'J'}
.content-k:before {content: 'K'}
.content-l:before {content: 'L'}
.content-m:before {content: 'M'}
.content-n:before {content: 'N'}
.content-ñ:before {content: 'Ñ'}
.content-o:before {content: 'O'}
.content-p:before {content: 'P'}
.content-q:before {content: 'Q'}
.content-r:before {content: 'R'}
.content-s:before {content: 'S'}
.content-t:before {content: 'T'}
.content-u:before {content: 'U'}
.content-v:before {content: 'V'}
.content-w:before {content: 'W'}
.content-x:before {content: 'X'}
.content-y:before {content: 'Y'}
.content-z:before {content: 'Z'}
.content-1:before {content: '1'}
.content-2:before {content: '2'}
.content-3:before {content: '3'}
.content-4:before {content: '4'}
.content-5:before {content: '5'}
.content-6:before {content: '6'}
.content-7:before {content: '7'}
.content-8:before {content: '8'}
.content-9:before {content: '9'}
.content-10:before {content: '10'}
.content-11:before {content: '11'}
.content-12:before {content: '12'}
.content-13:before {content: '13'}
.content-14:before {content: '14'}
.content-15:before {content: '15'}
.content-16:before {content: '16'}
.content-17:before {content: '17'}
.content-18:before {content: '18'}
.content-19:before {content: '19'}

.errorpage {
	padding: 80px 0;
}

.errorpage figure {
	max-width: 500px;
	margin: 0 auto;
}


/** COOKIES */
#cookieWarnBox .text {
	text-align: left;
	font-size: 13px;
	line-height: 16px;
}

#cookieWarnBox .text a {
	color: #9d9d9d;
}

#cookieWarnBox .text a:hover {
	text-decoration: underline;
}

#cookieWarnBox span#cookieWarnClose {
	line-height: 24px;
	color: #000;
}

@media screen and (min-width: 980px) {
	#cookieWarnBox .text {padding:0 20px}
}


/** MEDIA QUERIES **/
@media (max-width: 980px) {
	.interior{width:92%;padding-left:4%;padding-right:4%}
}

@media screen and (max-width: 767px) {
	body {padding:0}
	.login { height: 100%; margin: 20px auto 0; padding-bottom: 80px; }
	.login h1 { display: none; }
	.login form { margin: 25px 0 10px; }
}

@media (min-width: 1450px) {
	.container, .navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 1420px;
	}
}