@font-face
{
font-family: EncodeSans-Regular;
src: url('../fonts/EncodeSans-Regular.eot') format('embedded-opentype'), /* IE9 Compat Modes */
   url('../fonts/EncodeSans-Regular.woff') format('woff'), /* Modern Browsers */
   url('../fonts/EncodeSans-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
   url('../fonts/EncodeSans-Regular.svg#EncodeSans-Regular') format('svg'); /* Legacy iOS */
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: EncodeSans-Medium;
src: url('../fonts/EncodeSans-Medium.eot') format('embedded-opentype'), /* IE9 Compat Modes */
   url('../fonts/EncodeSans-Medium.woff') format('woff'), /* Modern Browsers */
   url('../fonts/EncodeSans-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
   url('../fonts/EncodeSans-Medium.svg#EncodeSans-Medium') format('svg'); /* Legacy iOS */
font-weight: normal;
font-style: normal;
}
@font-face
{
font-family: EncodeSans-Bold;
src: url('../fonts/EncodeSans-Bold.eot') format('embedded-opentype'), /* IE9 Compat Modes */
   url('../fonts/EncodeSans-Bold.woff') format('woff'), /* Modern Browsers */
   url('../fonts/EncodeSans-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
   url('../fonts/EncodeSans-Bold.svg#EncodeSans-Bold') format('svg'); /* Legacy iOS */
font-weight: normal;
font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
html {
	scroll-behavior: smooth;
	font-size: 100%;
}
body {
	background-color: #fff;
	margin: 0;
	line-height: 24px;
	color: #333;
	font-size: 14px;
	font-family: EncodeSans-Regular;
}
header {
	max-width: 1920px;
	min-height: 110px;
	margin: 0 auto;
	clear: both;
}
h1 {
	line-height: 35px;
}
form {
	margin: 0 0 18px;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 18px;
	font-size: 19.5px;
	line-height: 36px;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
button,
input,
select,
textarea {
	margin: 0;
	vertical-align: middle;
}
label {
	display: block;
	margin-bottom: 5px;
}
select,
textarea,
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 {
	display: inline-block;
	padding: 4px 6px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	color: #555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}
.highlight {font-weight: bold;}
.radio input[type="radio"] {
	margin-right: 5px;
}
.control-group {
	margin-bottom: 9px;
}
legend + .control-group {
	margin-top: 18px;
	-webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
	margin-bottom: 18px;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
	display: table;
	content: "";
	line-height: 0;
}
.form-horizontal .control-group:after {
	clear: both;
}
.form-horizontal .control-label {
	float: left;
	width: 160px;
	padding-top: 5px;
	text-align: right;
}
.form-horizontal .controls {
	margin-left: 180px;
}
.modal {
    padding-left: 20px;
    padding-right: 20px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #555;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #555;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #555;
}
a {
	color: #00ADBB;
	text-decoration: none;
}
a:hover {
	color: #008B99;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}
.element-invisible {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.control-label .hasTooltip {
	display: inline-block;
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}
.accordion {
	margin-bottom: 18px;
}
.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.accordion-heading {
	border-bottom: 0;
}
.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
}
.accordion-toggle {
	cursor: pointer;
}
.accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #e5e5e5;
}
.red {
	color: red;
}

.js-calendar {
color: #333;
line-height: 18px;
font-size: 13px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.js-calendar .table {
	width: 100%;
	margin-bottom: 18px;
}
.js-calendar .btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border: 1px solid #bbb;
    border-bottom-color: #a2a2a2;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

/* Header */
.header {
	line-height: 0;
	margin: 0 95px;
}
.header-inner {
	padding: 20px 0;
}
.header-inner .brand img {
	height: 80px;
}
.header-search .moduletable {
	padding-top: 20px;
}
.header-search > div {
	display: inline-block;
}
.header-search form {
	margin: 0;
}
input.search-query {
	border: thin solid grey;
	border-radius: 15px;
	line-height: 18px;
	color: #333;
	margin-bottom: 0;
	text-indent: 5px;
	font-size: 12px;
}
input.search-query:focus {
	border-color: rgba(82,168,236,0.8);
	outline: none;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
.search input[type="image"], .enlaces-sociales img {
	width: 35px;
}
.pago-mis-impuestos {
	vertical-align: middle;
}
.pago-mis-impuestos img {
	height: 60px;
}
.header .custom.enlaces-sociales div:first-child {
	margin-bottom: 10px;
}
/* Navigation */
nav ul {
	list-style-type: none;
}
.nav-pills {
	background: #fff;
	height: 35px;
	margin: 0 auto;
	padding: 0;
	display: inline;
	font-size: 20px;
	font-family: EncodeSans-Bold;
}
.nav-pills > li {
	float: left;
	padding: 12px 10px;
	line-height: 13px;
}
.nav-pills > li:first-child {
	background: #fc0;
}
.nav-pills span {
	cursor: pointer; cursor: hand;
}
.nav-pills span, .nav-pills a {
	padding:6px 0;
	color: #333;
	text-decoration: none;
}
.nav-pills span:hover, .nav-pills a:hover {
	color: #0DA0DA;
}
.nav-pills a:hover {
	text-decoration: none;
}
.navigation .nav-child {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	list-style: none;
	background-color: #fff;
	font-size: 22px;
	font-family: EncodeSans-Bold;
}
.navigation .nav-child a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 24px;
	color: #333;
	white-space: nowrap;
}
.navigation .nav li {
	position: relative;
}
.navigation .nav > li:hover > .nav-child,
.navigation .nav > li > a:focus + .nav-child,
.navigation .nav li li:hover > .nav-child,
.navigation .nav li li > a:focus + .nav-child {
	display: block;
}
.navigation .nav-child {
	max-height: 55vh;
	overflow: auto;
}
.navigation .nav-child li > a:hover,
.navigation .nav-child li > a:focus,
.navigation .nav-child:hover > a {
	text-decoration: none;
	color: #0DA0DA;
}
.navigation.navbar-fixed-top {
	position: fixed;
	left: 0;
	z-index: 1030;
	margin-bottom: 0;
}
/* Banner */
.banners .contador {
	background-color: #ffcc00;
	line-height: 35px;
	padding: 10px 0;
	text-align: center;
	font-size: 25px;
}
.banners .contador p {
	margin: 10px;
}
.banners .contador a {
	color: #333;
}
.banners .contador a:hover {
	color: #0DA0DA;
}
.banners .custom.at-ciudadana {
	background: #ccf0f2;
	padding: 25px 0;
	text-align: center;
}
.banners .at-ciudadana img {
	height: 70px;
}
.banners .deslizador {
	background: #ff2295;
}
.banners .djslider-loader {
	outline: none;
}
.banners .moduletable.mtramites {
	background: #fff9e0;
}
.banners .mtramites.mtitle {
	background: #ffcc00;
	color: #333;
	padding: 40px 0;
	text-align: center;
	font-size: 50px;
	font-family: EncodeSans-Bold;
}
.banners .moduletable.maccesos {
	background: #ccf0f2;
}
.banners .mtramites .accesos, .banners .avisos, .banners .custom.maccesos {
	margin: 0 95px;
	text-align: center;
}
.banners .mtramites .accesos div {
	width: 24%;
	display: inline-block;
}
.banners .maccesos .app {
	width: 28%;
	display: inline-block;
}
.banners .maccesos .accesos {
	width: 71%;
	display: inline-block;
}
.banners .maccesos .accesos div {
	width: 19%;
	display: inline-block;
}
.banners .mtramites img, .banners .maccesos img {
	margin: 20px;
}
.accesos5 div {
	width: 19%;
	margin: 0.27%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.banners .avisos .articulo {
	width: 22%;
	margin: 1%;
	display: inline-block;
}
.banners .avisos .articulo img {
	width: 100%;
}
/* Category Header */
.category-header {
	background: white;
}
.category-header > .category-title {
	/* background-image: linear-gradient(to bottom, #0DA0DA, #27AF8A); */
	background-image: linear-gradient(to bottom, #27AF8A, #0DA0DA);
}
.category-title > h2 {
	color: #fff;
	line-height: 70px;
	margin: 0 auto;
	padding: 15px 20px;
	text-align: center;
	font-size: 65px;
	font-family: EncodeSans-Bold;
}
.category-header > p {
	background: #fff;
	border-bottom: thin solid #EB5885;
	max-width: 1920px;
	line-height: 29px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	font-size: 26px;
}
/* Content */
.izquierda {
	float: left;
	margin: 10px;
}
.derecha {
	float: right;
	margin: 10px;
}
.container > .row-fluid {
	margin-right: auto;
	margin-left: auto;
	max-width: 1920px;
}
.container > .row-fluid .search {
	max-width: 1920px;
	margin: 0 auto;
	padding: 10px;
}
.categories-list.institucional > div {
	margin-bottom: 10px;
	text-align: center;
}
.blog, .blog-featured, .item-page {
	max-width: 100%;
	margin: 0 auto;
}
.blog .item-image, .blog-featured .item-image {
	*margin-right: 10px;
}
.blog .item-image img, .blog-featured .item-image img {
	max-width: 280px;
	margin-right: 15px;
}
.blog .img_caption p, .blog-featured .img_caption p, .item-page .img_caption p {
	display: none;
}
.blog .page-header h2 {
	margin: 0;
	padding: 10px 0 0 0;
}
.blog .bajada, .blog-featured .bajada {
	font-size: 15px;
	font-family: EncodeSans-Regular;
}
.blog .item-separator {
	clear: both;
}
.blog .item, .blog-featured .item {
	background: white;
	border-bottom: thin solid #EB5885;
	margin-bottom: 10px;
	padding: 0 10px;
	clear: both;
}
.blog.institucional .pull-left, .blog.tramites .pull-left
{
	float: none;
}
.blog .article-info {
	clear: both;
}
.blog .items-more {
	clear: both;
}
.categories-list.institucional > div, .blog.institucional .item
{
	background: none;
	border-bottom: thin solid #ccc;
	padding-right: 0;
}
.categories-list.institucional .category-desc {
	text-align: left;
	font-size: 16px;
}
.item-page img {
	max-width: 100%;
}
.item-page .item-image img, .view-article .item-image {
	width: 100%;
}
.item-page {
	background: white;
	border-radius: 0 0 15px 15px;
}
.item-page .article-info {
	margin: 5px 20px 10px 20px;
	font-size: 15px;
}
.item-page .article-info a {
	color: #EB5885;
}
.item-page .article-info a:hover {
	color: #DA4774;
}
.item-page .img_caption{
	margin: 50px auto 20px;
}
.item-page > .page-header > h2 {
	line-height: 29px;
	color: #00ADBB;
	margin: 0;
	padding: 10px 20px 0 20px;
	font-size: 26px;
	font-family: EncodeSans-Bold;
}
.item-page div[itemprop="articleBody"] {
	margin: 0 20px;
}
.item-page .bajada.principal span {
	background-color: #EB5885;
	color: #fff;
	line-height: 45px;
	padding: 5px 20px;
	font-size: 40px;
	font-family: EncodeSans-Bold;
}
.item-page .bajada.secundario span {
	color: #00ADBB;
	line-height: 35px;
	padding: 0 20px;
	font-size: 30px;
	font-family: EncodeSans-Medium;
}
.item-page .texto.principal span {
	background-color: #FFDC00;
	color: #EB5885;
	line-height: 35px;
	padding: 0 20px;
	font-size: 30px;
	font-family: EncodeSans-Regular;
}
.item-page .texto.secundario span {
	color: #E6007D;
	line-height: 30px;
	padding: 0 20px;
	font-weight: bold;
	font-size: 25px;
	font-family: EncodeSans-Regular;
}
.item-page.direcciones,
.item-page.institucional,
.item-page.tramites,
.item-page.vencimientos,
.item-page.informe,
.item-page.bolsa {
	background: none;
}
.item-page.informe {
	text-align: center;
}
.item-page.direcciones > .page-header > h2,
.item-page.institucional > .page-header > h2,
.item-page.tramites > .page-header > h2,
.item-page.vencimientos > .page-header > h2,
.item-page.bolsa > .page-header > h2 {
	background-image: linear-gradient(to bottom, #27AF8A, #0DA0DA);
	color: #fff;
	line-height: 70px;
	margin: 0 auto;
	padding: 15px 20px;
	text-align: center;
	font-size: 65px;
	font-family: EncodeSans-Bold;
}
.tramites h3, .mtramites h3, .dtramites {
	line-height: 50px;
	margin: 20px auto;
	text-align: center;
	font-size: 35px;
	font-family: EncodeSans-Bold;
}
.item-page.institucional div[itemprop="articleBody"],
.item-page.tramites div[itemprop="articleBody"],
.item-page.direcciones div[itemprop="articleBody"],
.item-page.vencimientos div[itemprop="articleBody"],
.item-page.informe div[itemprop="articleBody"] {
	padding: 0;
}
.item-page.institucional div[itemprop="articleBody"] p,
.blog.institucional, .blog.institucional .texto {
	text-align: center;
}
.item-page.tramites table td { border: thin solid black; }
.item-page.informe li {
	margin-bottom: 13px;
}
.item-page.informe p, .item-page.informe li {
	text-align: justify;
}
.item-page.tramites .bajada.principal {
	background-color: #EB5885;
	margin: 10px auto;
	padding: 20px;
	clear: both;
	text-align: center;
}
.item-page.tramites .bajada.secundario {
	margin: 30px auto;
	text-align: center;
}
.item-page.tramites .bajada.secundario span {
	padding: 10px;
}
.item-page.institucional .texto, .item-page.tramites .texto, .item-page.vencimientos .texto, .item-page.informe .texto, .item-page.bolsa .texto {
	color: #000;
	margin: 13px 0;
	line-height: 26px;
	font-size: 20px;
}

.item-page.tramites table td p.texto { margin: 10px; }
.item-page.tramites .texto.principal {
	color: #EB5885;
	font-family: EncodeSans-Medium;
}
.item-page.tramites ul > li, .item-page.tramites ol > li {
	color: #000;
	margin: 13px 0;
	line-height: 26px;
	font-size: 20px;
}
.item-page.tramites ul.orange > li {
	color: #ff6600;
}
.item-page.tramites .texto.mini,
.item-page.tramites ul.mini > li {
	font-size: 16px;
}
.item-page.tramites a:hover {
	font-weight: bold;
}
.item-page.tramites .pager li > a {
	color: #00ADBB;
	padding: 0 14px;
	font-size: 14px;
}
.item-page.tramites .pager li > a:hover {
	color: #008B99;
	font-weight: normal;
}
.item-page.vencimientos .vcontainer {
	width: 100%;
	overflow-x: scroll;
}
.item-page.vencimientos .vcontainer > div {
	width: 3277px;
}
.item-page.vencimientos .vcontainer > div > div {
	border: thin solid grey;
	width: 13%;
	min-width: 100px;
	padding: 0;
}
.item-page.vencimientos .vcontainer > div > div:nth-child(4) {
	width: 34%;
}
.item-page.direcciones .row, .item-page.vencimientos .row, .item-page.tramites .row, .item-page.bolsa .row {
	line-height: 24px;
	clear: both;
	display: flex;
	flex-wrap: wrap;
	font-size: 19px;
}
.item-page.direcciones .row > div {
	float: left;
	width: 48%;
	min-width: 200px;
	padding: 1%;
}
.item-page.vencimientos .row > div, .item-page.tramites .row > div, .item-page.bolsa .row > div {
	float: left;
	width: 31.3%;
	min-width: 200px;
	padding: 1%;
}
.item-page.vencimientos .row > div {
	padding: 4px;
}
.item-page.vencimientos .row > div > ul {
	margin: 0;
}
.item-page.vencimientos .row.r2 > div, .item-page.tramites .row.r2 > div {
	width: 48%;
}
.item-page.direcciones .row.r3 > div {
	width: 31%;
	min-width: 100px;
}
.item-page.bolsa .row.r3 > div:nth-child(1) {
	width: 36%;
}
.item-page.bolsa .row.r3 > div:nth-child(2) {
	width: 36%;
}
.item-page.bolsa .row.r3 > div:nth-child(3) {
	width: 22%;
}
.item-page.direcciones .row.r4 > div {
	width: 23%;
	min-width: 100px;
}
.item-page.vencimientos .row.r5 > div {
	width: 18%;
	min-width: 100px;
}
.item-page.vencimientos .row.r6 > div {
	width: 15.94%;
	min-width: 100px;
}
.item-page.tramites .row.r7 > div {
	width: 12.28%;
	min-width: 100px;
}
.item-page.direcciones .row:nth-child(even) > div, .item-page.vencimientos .row:nth-child(even) > div, .item-page.tramites .row:nth-child(even) > div, .item-page.bolsa .row:nth-child(even) > div {
	background: #eee;
}
.item-page.direcciones .row:nth-child(odd) > div, .item-page.vencimientos .row:nth-child(odd) > div, .item-page.tramites .row:nth-child(odd) > div, .item-page.bolsa .row:nth-child(odd) > div {
	background: #fff;
}
.item-page.direcciones .row.head > div, .item-page.vencimientos .row.head > div, .item-page.tramites .row.head > div, .item-page.bolsa .row.head > div{
	background: #EB5885;
	color: white;
	line-height: 29px;
	font-size: 26px;
}
.item-page.direcciones .row:first-child > div, .item-page.vencimientos .row.first > div, .item-page.tramites .row.first > div  { 
    color: #EB5885;
	line-height: 29px;
	font-size: 26px;
}
.item-page.vencimientos .row.first > div, .item-page.tramites .row.first > div  { 
    width: 100%;
	text-align: center;
}
.item-page.direcciones .row > div:first-child { 
    font-weight: bold;
}
.item-page .texto.tema {
	color: #00ADBB;
	margin-top: 26px;
	font-style: italic;
	font-family: EncodeSans-Medium;
}
.item-page ul.menu-ancla {
	padding: 0;
	list-style-type: none;
}
.item-page ul.menu-ancla > li {
	background: #AACDEE;
	border: thin solid #00ADBB;
	width: 30%;
	min-width: 140px;
	min-height: 46px;
	color: #EB5885;
	line-height: 23px;
	float: left;
	margin: 1px 10px;
	padding: 5px;
	text-align: left;
	font-size: 18px;
	font-family: EncodeSans-Medium;
}
.item-page ul.menu-ancla > li > a {
	color: #EB5885;
}
.item-page ul.menu-ancla > li > a:before {
	display: inline;
	content: "- ";
}
.item-page .ancla:after {
	height: 37px;
	content: '';
	display: block;
	clear: both;
}
.item-page .descargas {
	margin-bottom: 10px;
	display: inline-block;
	float: left;
	text-align: center;
}
.item-page .descargas img {
	margin-bottom: 20px;
}
.item-page .descargas span {
	background: #00ADBB;
	padding: 20px 10px;
	font-size: 20px;
	font-family: EncodeSans-Medium;
}
.item-page .descargas a span {
	color: #fff;
}
.item-page .descargas a span:hover {
	color: #ff5;
}
.item-page .social {
	border-top: thin dashed #666;
	border-bottom: thin solid #666;
	margin: 0 10px;
	padding: 5px 0 3px 0;
	height: 26px;
}
.social .actions .pull-right {
	margin-left: 5px;
}
.item-page .pager {
	padding: 0 10px;
}
.item-page .comments {
	border-top: thin solid #666;
	padding: 20px 10px 0 10px;
}
ul.menu.institucional {
	line-height: 24px;
	list-style-type: none;
	font-size: 20px;
}
.ytvideo {
	width: 560px;
	height: 315px;
}
table.tabla {
	background: #ccc;
	line-height: 200%;
	text-align: center;
}
table.tabla th, table.tabla td {
	padding: 0 5px;
}
table.tabla th {
	background: #555;
	color: #fff
}
table.tabla tr:nth-child(even) {
	background: #d5d5d5;
}
table.tabla tr:nth-child(odd) {
	background: #f3f3f3;
}
.titlebox {
	background-image: linear-gradient(to bottom, #27AF8A, #0DA0DA);
	background-color: #00ADBB;
	color: #fff;
	font-size: 30px;
}
.title {
	background-color: #EB5885;
	color: #fff;
	font-size: 30px;
}
.titlebox a, .title a {
	color: #fff;
}
.subtitle {
	color: #00ADBB;
	font-size: 30px;
}
.subtitle2 {
	color: #00ADBB;
	font-size: 25px;
}
.titlebox, .title, .subtitle, .subtitle2 {
	line-height: 35px;
	display: inline-block;
	margin: 20px;
	padding: 15px;
	font-family: EncodeSans-Medium;
}
.infobox {
	width: 45%;
	float: left;
	display: flex;
	align-items: center;
	text-align: left;
}
.infobox:nth-child(odd) {
	margin-right: 8%;
}
.infobox img {
	width: 130px;
	min-width: 130px;
	float: left;
	margin: 10px;
}
.infobox span, .infobox div {
	padding: 10px;
}
.infobox2 {
	width: 20%;
	float: left;
}
.infobox3 {
	width: 16%;
	float: left;
}
.infobox4 {
	margin: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.infobox2 img, .infobox3 img {
	width: 130px;
	display: block;
	margin: 10px;
	margin: 0 auto;
}
.infobox span, .infobox2 span {
	line-height: 29px;
	display: block;
	font-size: 26px;
}
.infobox3 span {
	display: block;
	font-size: 19px;
}
.infobox4 img {
	width: 100px;
}
.infobox4 span {
	color: #EB5885;
	margin-left: 20px;
	font-size: 60px;
	font-family: EncodeSans-Medium;
}
.toggled, .toggled1 {
	height: 100%;
	position: relative;
	margin-bottom: 15px;
	cursor: pointer;
}
.expand {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 13px;
	padding-bottom: 13px;
	cursor: pointer;
}
.expand > span {
	color: #ccc;
	width: 26px;
	height: 26px;
	display: inline-block;
	float: right;
	text-align: center;
	font-size: 20px;
	font-family: Arial;
}
.item-page.tramites .texto.expand {
	margin: 0;
}
.item-page .texto.tema.expand {
	margin-top: 0;
}
.expanded {
	background-color: #fff;
	display: none;
}
.star {
	color: red;
}
.js-calendar .title {
	background-color: #fff;
	color: #333;
	line-height: 18px;
	display: table-cell;
	margin: 0;
	padding: 15px;
	font-size: 13px;
}
/* Componente Agenda Cultural */
.com_agendacultural {
	background: url(../images/agenda-fondo.png);
}
.com_agendacultural .blog {
	margin-top: 0;
}
.com_agendacultural .date {
	font-family: EncodeSans-Bold;
}
.com_agendacultural .category-title {
	background-color: #EB5885;
}
#agendaculturalForm {
	border-bottom: 2px solid #EB5885;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#agendaculturalForm .input-append-wrapper {
	float: left;
	display: block;
}
#agendaculturalForm .input-append-wrapper > span {
	color: #000;
	margin-left: 10px;
	cursor: pointer;
	font-size: 22px;
}
#agendaculturalForm input#event_from,
#agendaculturalForm input#event_to,
#agendaculturalForm select {
	margin: 10px;
}
#agendaculturalForm input[type="image"] {
	margin-top: 32px;
}
#agendaculturalForm .btn-secondary {
	background: #0DA0DA;
	border: none;
	border-radius: 30px;
	width: 29px;
	height: 29px;
	color: white;
}
.com_agendacultural form, .com_agendacultural .items-row {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.com_agendacultural .item {
	padding: 0;
	margin-bottom: 20px;
}
.com_agendacultural .item-image img {
	margin-right: 15px;
}
.com_agendacultural .page-header h2 {
	min-height: 80px;
}
.fade {
	opacity: 0;
	transition: opacity .15s linear;
}
.fade.in {
	opacity: 1;
}
.accordion .collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height .35s ease;
}
.collapse {
	position: relative;
	height: 0;
	*overflow: hidden;
	transition: height .35s ease;
}
.accordion .collapse.in {
	border-radius: 5px;
	height: auto;
	min-height: 400px;
	overflow: visible;
}
/* Alertas */
.close {
	background-color: #f33;
	background-image: linear-gradient(to bottom, #f55, #d00);
	border: 1px solid #000;
	border-radius: 15px;	
	color: #fff;
	float: right;
	padding: 2px 8px 4px;
	font-size: 30px;
	font-weight: bold;
}
.close:hover,
.close:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	border-radius: 4px;
}
.alert,
.alert h4 {
	color: #c09853;
}
.alert h4 {
	margin: 0;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 18px;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}
/* Ruta de navegación */
.breadcrumb {
	max-width: 1920px;
	margin: 10px auto;
	list-style-type: none;
}
.breadcrumb > li {
	display: inline-block;
}
/* Paginación */
.pagination {
	margin: 18px 0;
}
.pagination p {
    margin: 0 auto;
    text-align: center;
}
.pagination > .pagination-list {
    margin: 0 auto;
    text-align: center;
}
.pagination ul {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
	padding: 11px 19px;
	font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
	padding: 2px 10px;
	font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
	padding: 0 6px;
	font-size: 9.75px;
}
.pager {
	margin: 18px 0;
	list-style: none;
	text-align: center;
}
.pager:before,
.pager:after {
	display: table;
	content: "";
	line-height: 0;
}
.pager:after {
	clear: both;
}
ul.pager {
	-webkit-padding-start: 0;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #999;
	background-color: #fff;
	cursor: default;
}
/* Lado */
#aside .well > .page-header {
	background: #0DA0DA;
	background-image: linear-gradient(to bottom, #27AF8A, #0DA0DA);
	border: none;
	padding: 5px;
	margin: 0;
	color: white;
	font-size: 15px;
}
.well > .mostread {
	background: white;
	margin: 0;
	padding: 0;
	color: #000;
	list-style-type: none;
	font-size: 15px;
}
.well > .mostread li  {
	border-bottom: thin solid #878787;
	padding: 10px;
}
.well > .mostread li:hover  {
	background: #e3e3e3;
}
.well > .mostread li  a {
	color: #333;
}
.well > .mostread li  a:hover {
	text-decoration: none;
}
/* Módulos con deslizador */
.formosa-accion {
	padding: 25px 0;
}
.formosa-accion, .agenda-cultural {
	background-position: center 32px;
	background-repeat: no-repeat;
	text-align: center;
}
.formosa-accion .blog-featured {
	width: 300px;
	padding: 0 50px 0 0;
}
.agenda-cultural .blog-featured {
	width: 220px;
	padding: 0 40px 0 0;
}
.formosa-accion article, .agenda-cultural article {
	background: #fff;
	text-align: left;
}.formosa-accion .articulo, .agenda-cultural .articulo {
	margin: 0 15px;
}
.formosa-accion .img-intro-left img {
	width: 300px;
	height: 193px;
}
.formosa-accion.avisos .img-intro-left img {
	height: 100%;
}
.agenda-cultural .img-intro-left img, .com_agendacultural .item-image img {
	width: 220px;
	height: 147px;	
}
.formosa-accion h3, .agenda-cultural h3 {
	color: white;
	padding: 21px 0;
	display: inline-block;
	text-align: center;
	font-size: 38px;
	font-weight: normal;
	font-family: EncodeSans-Bold;
}
.category-name {
	font-family: EncodeSans-Medium;
}
.formosa-accion .category-name, .agenda-cultural .category-name, .com_agendacultural .articulo, .com_agendacultural .category-name {
	margin: 0;
	padding: 5px 15px;
}
.formosa-accion .category-name {
	border-top: thin dotted #ccc;
}
.agenda-cultural .category-name, .com_agendacultural .category-name {
	background: #EB5885;
	color: white;
}
.formosa-accion a, .agenda-cultural a, .com_agendacultural a {
	text-decoration: none;
}
.agenda-cultural a, .com_agendacultural h2 a {
	color: #EB5885;
}
.agenda-cultural a:hover, .com_agendacultural h2 a:hover {
	color: #DA4774;
}
.agenda-cultural .category-name a, .com_agendacultural .category-name a {
	color: white;
}
.agenda-cultural .category-name a:hover, .com_agendacultural .category-name a:hover {
	color: #ff8;
}
.formosa-accion h3 {	
	width: 100%;
	background: #00ADBB;
	margin: 0;
}
.agenda-cultural h3 {
	width: 100%;
	background: #EB5885;
	margin: 0;
}
.agenda-cultural.slider {
	background: url('../images/agenda-fondo.png') repeat;
	border-bottom: 5px solid #EB5885;
}
.formosa-accion .slider-box {
	padding-top: 35px;
}
.agenda-cultural .slider-box {
	padding-top: 35px;
}
.agenda-cultural .read-more {
	width: 60px;
	background: #EB5885;
	margin: 10px auto 30px;
	padding: 10px;
	font-size: 19px;
	font-family: EncodeSans-Medium;
}
.agenda-cultural .read-more a {
	background: #EB5885;
	margin: 0 auto;
	color: #fff;
	text-decoration: none;
}
.agenda-cultural .read-more a:hover {
	color: #ff8;
}
/* Deslizador (módulos) */
.slider {
	position: relative;
}
.slider > .slider-box {
	width: 90%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}
.slider .prev, .slider .next {
	position: absolute;
	height: 45px;
	width: 64px;
	cursor: pointer; cursor: hand;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
	color: white;
	font-size: 80px;
	font-family: EncodeSans-Medium;
}
.slider.formosa-accion .prev, .slider.formosa-accion .next {
	background-image: linear-gradient(to bottom, #27AF8A, #0DA0DA);
	padding-top: 20px;
	top: 185px;
}
.slider.agenda-cultural .prev, .slider.agenda-cultural .next {
	background-color: #EB5885;
	padding-top: 20px;
	top: 137px;
}
.slider .prev {
	left: 0;
	display: none;
}
.slider .prev:before {
	content: "<";
}
.slider .next {
	right: 0;
	display: block;
}
.slider .next:before {
	content: ">";
}
.slider .prev:hover, .slider .next:hover {
	opacity: 1;
    filter: alpha(opacity=1); /* For IE8 and earlier */
}
.slider .sliderContent {
	width: 6000px;
	position: relative;
}
.slider .blog-featured {
	float: left;
}
/* formulario, Formulario Reclamos (Contacto), otros */
.formulario label {
	display: inline-block;
	width: 300px;
	text-align: right;
	font-size: 16px;
}
.formulario .required-desc > span {
	display: inline-block;
	text-align: right;
}
.formulario p.submit {
	text-align: center;
}
.formulario input[type="submit"] {
	width: 150px;
	height: 60px;
	font-weight: bold;
	font-size: 18px;
}
.formulario .required-desc > span, .formulario input[type="text"], .formulario input[type="email"], .formulario textarea {
	width: 65%;
}
/* Footer */
.well.pie, .sitename {
	background: #00b6bf;
}
.custom.pie {
	max-width: 1920px;
	padding: 65px 0;
}
.custom.pie > div {
	border-right: medium solid white;
	width: 12%;
	display: inline-block;
	padding: 15px 0;
	text-align: center;
}
.custom.pie div:first-child, .custom.pie div:last-child {
	width: 22%;
}
.custom.pie > div:last-child {
	border: none;
	min-width: 150px;
}
.custom.pie img {
	max-height: 30px;
}
	.custom.pie div:last-child div {
		display: inline;
	}
	.custom.pie div:last-child div img {
		width: 30px;
		height: 30px;
		float: none;
	}
	.custom.pie div:last-child div:first-child img {
		width: 80px;
	}
.sitename {
	color: white;
	padding-bottom: 30px;
	text-align: center;
	font-size: 16px;
	font-family: EncodeSans-Bold;
}
.footer div.pull-right span {
	vertical-align: 100%;
}
.footer p.pull-right {
	line-height: 8px;
	margin: 5px;
}
/* Actions and comments */
ul.actions {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.actions li {
	margin: 0;
}
ul.actions .print-icon,
ul.actions .email-icon,
ul.actions .facebook-share,
ul.actions .x-share,
ul.actions .instagram {
	display: inline-block;
	float: right;
	width: 23px;
	height: 26px;
	cursor: pointer;
}
.facebook-share {
	background:url(../images/facebook.png) no-repeat top right;
}
.x-share {
	background:url(../images/x.png) no-repeat top right;
}
.instagram {
	background:url(../images/instagram.png) no-repeat top right;
}
.lighten {
  opacity: 0.8;
}
.comments_title {
    color: #064c91;
	font-size: 16px;
	font-family: EncodeSans-Medium;
}
/* IcoMoon */
@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 0;
	line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
	font-weight: normal;
}
.icon-calendar:before {
	content: "\43";
}
.icon-envelope:before,
.icon-mail:before {
	content: "\4d";
}
.icon-print:before,
.icon-printer:before {
	content: "\e013";
}
.icon-arrow-up:before {
	content: "\e005";
}
.icon-arrow-right:before {
	content: "\e006";
}
.icon-arrow-down:before {
	content: "\e007";
}
.icon-arrow-left:before {
	content: "\e008";
}
.icon-previous:before,
.icon-backward:before {
	content: "\7c";
}
.icon-next:before,
.icon-forward:before {
	content: "\7b";
}
.icon-first:before {
	content: "\7d";
}
.icon-last:before {
	content: "\e000";
}
.icon-edit:before {
	content: "\2b";
}
@media (max-width: 1110px) {
	/* Navigation */
	.navigation {
		top: 0px;
	}
	.navbar .btn-navbar {
		display: block;
		padding: 8px 6px 8px 5px;
		margin-left: 20px;
		color: #fff;
		text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
		background-color: #00b6bf;
		border-color: #00b6bf;
		box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
	}
	.navbar .btn-navbar .icon-bar {
		display: block;
		width: 18px;
		height: 2px;
		background-color: #f5f5f5;
		border-radius: 1px;
		box-shadow: 0 1px 0 rgba(0,0,0,0.25);
		margin: 2px;
	}
	.btn-navbar .icon-bar + .icon-bar {
		margin-top: 3px;
	}
	.navigation .btn {
		border: 1px solid #00b6bf;
		border-radius: 24px;
		margin-top: 20px;		  
	}
	.btn {
	background-color: #00b6bf;
	cursor: pointer;
	font-size: 14px;
	}
	.btn:hover,
	.btn:focus,
	.btn:active,
	.btn.active,
	.btn.disabled,
	.btn[disabled] {
		background-color: #00b6bf;
	}
	.btn:hover,
	.btn:focus {
		background-position: 0 -15px;
		transition: background-position .1s linear;
	}
	.nav-collapse {
		display: none;
		background: green;
	}
	.collapse {
		width: 98%;
		display: block;
		position: relative;
		top: 5px;
		height: 0;
		transition: height .35s ease;
		overflow: hidden;
		margin: 0 auto;
	}
	.nav-collapse.collapse {
		background: #fff;
	}
	.collapse > .nav > li {
		line-height: 18px;
		float: none;
	}
	.collapse.in {
		border-radius: 5px;
		height: auto;
		min-height: 229px;
		overflow: visible;
		margin-top: 50px;
		opacity: 0.98;
	}
	.nav-collapse.collapse.in {
		border: 2px groove #fff;
	}
	.collapse.in > .nav > li > ul {
		border: 2px groove #fff;
		border-radius: 5px;
		margin-top: 0;
		margin-left: 5%;
		opacity: 0.98;
	}
	/* Banner */
	.banners .mtramites .accesos div {
		width: 49%;
	}
	.banners .mtramites img, .banners .maccesos img {
		margin: 10px;
	}
	.banners .avisos .articulo {
		width: 47%;
	}
	/* Componente Agenda Cultural */
	.com_agendacultural .item {
		position: relative;
	}
	.com_agendacultural .category-name {
		width: 220px;
		position: absolute;
		bottom: 0;
		right: 0;
		display: inline-block;
	}
	/* Content */
	.container {
		margin: 0;
	}
	.item-page.vencimientos .vcontainer > div {
		width: 2840px;
	}
	.item-page.vencimientos .vcontainer > div > div {
		width: 11%;
	}
	.item-page.vencimientos .vcontainer > div > div:nth-child(4) {
		width: 44%;
	}
	.item-page.vencimientos .row.r2 > div {
		width: 47%;
	}
	.item-page.direcciones .row, .item-page.vencimientos .row, .item-page.tramites .row, .item-page.bolsa .row {
		line-height: 20px;
		font-size: 15px;
	}
	.item-page.direcciones .row > div {
		min-width: 150px;
	}
	.item-page.vencimientos .row > div, .item-page.tramites .row > div, .item-page.bolsa .row > div {
		min-width: 100px;
	}
	.item-page.direcciones .row.head > div, .item-page.vencimientos .row.head > div, .item-page.tramites .row.head > div, .item-page.bolsa .row.head > div, .item-page.direcciones .row:first-child > div, .item-page.vencimientos .row.first > div, .item-page.tramites .row.first > div {
		line-height: 24px;
		font-size: 19px;
	}
	.item-page ul.menu-ancla > li {
		width: 40%;
	}
	.item-page .descargas {
		margin: 0 auto 10px;
		display: block;
		float: none;
		text-align: center;
	}
	.fbvideo {
		margin-left: 10px; float: left
	}
	.item-page.informe .texto {
		margin: 20px;
	}
	.titlebox, .title, .subtitle, .subtitle2 {
		padding: 2%;
	}
	.infobox2, .infobox3 {
		width: 50%;
		margin-bottom: 20px;
	}
	/* formulario */
	.formulario {margin: 20px;}
	.formulario label {
		text-align: left;
	}
	.formulario .required-desc > label {
		display: none;
	}
	.formulario .required-desc > span, .formulario input[type="text"], .formulario input[type="email"], .formulario textarea, .formulario select {
		width: 92%;
	}
}
@media (max-width: 860px) {
	/* Header */
	.header {
		margin: 0 40px;
	}
	.header-inner .brand img {
		margin-left: 40px;
	}
	.header-search .search input.search-query {
		width: 120px;
	}
	/* Banner */
	.banners .mtramites .accesos, .banners .avisos, .banners .custom.maccesos {
		margin: 0 40px;
	}
	/* Slide modules */
	.formosa-accion h3, .agenda-cultural h3 {
		font-size: 18px;
	}
	/* Módulos con deslizador */
	.formosa-accion .blog-featured {
		width: 250px;
	}
	.formosa-accion .blog-featured, .agenda-cultural .blog-featured {
		padding: 0 20px 0 0;
	}
	.formosa-accion .img-intro-left img {
		width: 250px;
		height: 167px;
	}	
	/* Deslizador (módulos) */
	.slider.formosa-accion .prev, .slider.formosa-accion .next {
		top: 175px;
	}
	.slider.agenda-cultural .prev, .slider.agenda-cultural .next {
		top: 137px;
	}
	/* Content */
	.infobox {
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	.infobox:nth-child(odd) {
		margin: 0 auto;
	}
	.infobox img {
		width: 120px;
		min-width: 120px;
	}
}
@media (max-width: 640px) {
	/* Header */
	.header {
		margin: 0;
	}
	.header-inner {
		margin-top: 60px;
		text-align: center;
	}
	.header-inner .brand {
		float: none;
	}
	.header-inner .brand img {
		height: 130px;
		margin-left: 0;
	}
	.header-search .search {
		position: absolute;
		top: 20px;
		left: 30%;
		margin-left: 0;
		z-index: 1031;
	}
	.header-search .search-query {
		display: none;
	}
	.header-search .enlaces-sociales, .header-search .pago-mis-impuestos {
		width: 40%;
		position: absolute;
		top: 20px;
		left: 50%;
		z-index: 1031;
	}
	.header .custom.enlaces-sociales div:first-child {
		float: left;
	}
	.header .custom.enlaces-sociales div:last-child {
		margin-right: 20px;
		float: right;
	}
	.search input[type="image"], .enlaces-sociales img {
		width: 40px;
	}
	/* Navigation */
	.navbar .btn-navbar {
		padding: 11px 9px 11px 8px;
	}
	/* Banner */
	.banners .custom.at-ciudadana {
		padding: 20px 0;
	}
	.banners .at-ciudadana img {
		height: 50px;
	}
	.banners .mtramites.mtitle {
		padding: 20px 0;
		font-size: 30px;
	}
	.banners .mtramites .accesos, .banners .avisos, .banners .custom.maccesos, .accesos5 div {
		margin: 0;
	}
	.banners .maccesos .app, .banners .maccesos .accesos {
		width: 100%;
	}
	.banners .mtramites .accesos div, .banners .maccesos .accesos div, .accesos5 div {
		width: 49%;
	}
	.banners .mtramites .accesos img {
		*height: 125px;
	}
	.banners .maccesos .app img {
		*height: 355px;
	}
	.banners .maccesos .accesos img {
		*height: 170px;
	}
	/* Content */
	.blog .item-image img, .blog-featured .item-image img {
		max-width: 640px;
	}
	.item-page .bajada.principal span {
		background-color: #fff;
		color: #EB5885;
	}
	.item-page .bajada.secundario span, .item-page .texto.principal span {
		background-color: #fff;
		color: #00ADBB;
	}
	.item-page.direcciones > .page-header > h2,
	.item-page.institucional > .page-header > h2,
	.item-page.tramites > .page-header > h2,
	.item-page.vencimientos > .page-header > h2,
	.item-page.bolsa > .page-header > h2,
	.category-title > h2 {
		line-height: 30px;
		font-size: 25px;
	}
	.item-page.tramites .bajada.principal {
		background: none;
		min-height: 50px;
		padding: 10px 0;
	}
	.item-page.tramites .bajada.principal span {
		display: block;
	}
	.item-page.tramites .bajada.secundario span {
		padding: 0;
	}
	.item-page.tramites .texto, .item-page.vencimientos .texto, .item-page.informe .texto, .item-page.bolsa .texto, .item-page.tramites ul > li, .item-page.tramites ol > li, .item-page.informe ul > li {
		line-height: 21px;
		font-size: 18px;
	}
	.item-page.tramites .texto.mini,
	.item-page.tramites ul.mini > li {
		font-size: 14px;
	}
	.item-page.tramites .pager li > a {
		font-size: 13px;
	}
	.item-page ul.menu-ancla > li {
		line-height: 15px;
		font-size: 13px;
	}
	.izquierda, .derecha {
		float: none;
	}
	.item-page .descargas span {
		font-size: 15px;
	}
	.ytvideo {
		width: 280px;
		height: 155px;
	}
	/* Footer */
	.custom.pie {
		padding: 30px 0;
	}
	.custom.pie div {
		border-right: none;
		width: 49%;
	}
	.custom.pie div:first-child, .custom.pie div:last-child {
		width: 100%;
	}
	.custom.pie div:nth-child(2) img, .custom.pie div:nth-child(4) img {
		float: right;
	}
	.custom.pie div:nth-child(2) img {
		margin-right: 28px;
	}
	.custom.pie div:nth-child(3) img, .custom.pie div:nth-child(5) img {
		float: left;
		margin-left: 32px;
	}
	.custom.pie img {
		max-height: 45px;
	}
	.custom.pie div:first-child img, .custom.pie div:last-child img {
		max-height: 60px;
	}
	.custom.pie div:last-child div img {
		width: 45px;
		height: 45px;
		margin: 0 5px;
	}
	.custom.pie div:last-child div:first-child img {
		width: 122px;
	}
}
@media (max-width: 520px) {
	/* Componente Agenda Cultural */
	#agendaculturalForm input#event_from, #agendaculturalForm input#event_to, #agendaculturalForm select {
		width: 165px;
	}
	#agendaculturalForm select {
		width: 180px;
	}
	.com_agendacultural .span3 {
		padding-bottom: 20px;
	}
	.com_agendacultural .page-header {
		clear: both;
	}
	/* Content */
	.blog .item-image, .blog-featured .item-image {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.item-page.tramites .bajada.principal {
		height: 20px;
		padding: 5px 0;
	}
	.item-page .bajada.principal span {
		line-height: 20px;
		font-size: 15px;
	}
	.item-page.bolsa .row.r3 > div:nth-child(1), .item-page.bolsa .row.r3 > div:nth-child(2), .item-page.bolsa .row.r3 > div:nth-child(3) {
		width: 31%;
	}
	.item-page.bolsa .row.head > div {
		line-height: 21px;
		font-size: 16px;
	}
	ul.actions {
		margin-top: 0;
	}
	ul.actions li {
		margin-bottom: 10px;
	}
}
@media (max-width: 360px) {
	/* Banner */
	.banners .mtramites .accesos div, .banners .avisos .articulo, .accesos5 div {
		width: 100%;
	}
	/* Content */
	.blog .item-image img, .blog-featured .item-image img {
		width: 340px;
		margin: 0;
	}
	.informe {
		line-height: 22px;
		font-size: 19px;
	}
	.item-page.informe li {
		margin-bottom: 9px;
	}
	.item-page.informe p, .item-page.informe li {
		text-align: left;
	}
	.titlebox {
		width: 90%;
		margin: 10px auto;
	}
	.titlebox, .title {
		font-size: 25px;
	}
	.infobox img, .infobox2 img, .infobox3 img, .infobox4 img {
		width: 90px;
		min-width: 90px;
	}
	.infobox4 span {
		font-size: 36px;
	}
	/* Componente Agenda Cultural */
	.com_agendacultural .item-image img {
		margin-right: 0;
	}
	.com_agendacultural .category-name {
		width: 100%;
		padding: 5px 0px;		
		text-indent: 15px;
	}	
	.com_agendacultural .page-header {
		padding-bottom: 20px;
	}
	/* Módulos con deslizador */
	.formosa-accion .blog-featured, .agenda-cultural .blog-featured {
		width: 360px;
	}
	.formosa-accion .img-intro-left img, .agenda-cultural .img-intro-left img, .com_agendacultural .item-image img {
		width: 360px;
		height: 240px;
	}
	.formosa-accion.avisos .img-intro-left img {
		height: 100%;
	}	
	/* Deslizador (módulos) */
	.slider.formosa-accion .prev, .slider.formosa-accion .next {
		top: 205px;
	}
	.slider.agenda-cultural .prev, .slider.agenda-cultural .next {
		top: 170px;
	}
}
@media (max-width: 320px) {
	/* Content */
	.blog .item-image img, .blog-featured .item-image img {
		width: 300px;
	}
	/* Módulos con deslizador */
	.formosa-accion .blog-featured, .agenda-cultural .blog-featured {
		width: 320px;
	}
	.formosa-accion .img-intro-left img, .agenda-cultural .img-intro-left img, .com_agendacultural .item-image img {
		width: 320px;
		height: 213px;
	}
	.formosa-accion.avisos .img-intro-left img {
		height: 100%;
	}
}
@media (min-width: 1111px) {
	/* Header */
	.header-search .search-query {
		display: none;
	}
	/* Navigation */
	.navigation.navbar-fixed-top {
		background: #fff;
		top: 43px;
		left: 40%;
		margin-left: -195px;
	}
	.navbar.pull-left {
		display: none;
	}
	.nav-collapse {
		background: #7ee;
		max-height: 35px;
	}
	.nav-pills, .navigation .nav-child {
		font-size: 10px;
	}
	.nav-pills li.item-111 .nav-child {
		-webkit-columns: 2; /* Chrome, Safari, Opera */
		-moz-columns: 2; /* Firefox */
		columns: 2;
	}
	/* Content */
	[class*="span"] {
		float: left;
	}
	.category-header > p {
		margin: 0 95px;
	}
	.container > .row-fluid {
		margin: 0 95px;
	}
	.row-fluid .span12 {
		width: 99.99999999%;
	}
	.row-fluid .span11 {
		width: 91.489361693%;
	}
	.row-fluid .span10 {
		width: 82.978723396%;
	}
	.row-fluid .span9 {
		width: 74.468085099%;
	}
	.row-fluid .span8 {
		width: 65.957446802%;
	}
	.row-fluid .span7 {
		width: 57.446808505%;
	}
	.row-fluid .span6 {
		width: 48.936170208%;
	}
	.row-fluid .span5 {
		width: 40.425531911%;
	}
	.row-fluid .span4 {
		width: 31.914893614%;
	}
	.row-fluid .span3, .dtramites {
		width: 23.404255317%;
	}
	.row-fluid .span2 {
		width: 14.89361702%;
	}
	.row-fluid .span1 {
		width: 6.382978723%;
	}
	.row-fluid:after {
		content: '';
		display: block;
		clear: both;
	}
	.blog, .item-page {
		margin-top: 10px;
	}
	.item-page.direcciones,
	.item-page.institucional,
	.item-page.tramites,
	.item-page.vencimientos,
	.item-page.bolsa {
		margin-top: 0;
	}
	.item-page.tramites .span3 {
		margin-left: 2.127659574%;
	}
	.item-page.tramites .span3:first-child {
		margin-left: 0;
	}
	.fbvideo {
		margin-right: 10px; float: right
	}
	table.tabla {
		font-size: 16px;
	}
	/* Componente Agenda Cultural */
	.com_agendacultural .span3 {
		width: 220px;
	}
	.com_agendacultural .span3:not(:nth-child(4n)) {
		margin-right: 40px;
	}
	/* Lado */
	#aside {
		position: relative;
		padding-top: 10px;
		float: right;
	}
	#aside:before {
		content: '';
		position: absolute;
		left: -10px;
		top: 10px;
		border-left: thin solid #878787;
		height: 120%;
		width: 1px;
		display: inline;
		float:left;
		overflow: none;
		z-index: -1;
	}
}
@media (min-width: 1280px) {
	/* Header */
	.header-search .search {
		width: 140px;
	}
	.header-search .search-query {
		display: inline-block;
	}
	.header-search .search input.search-query {
		width: 100px;
	}
	/* Navigation */
	.navigation.navbar-fixed-top {
		left: 50%;
		margin-left: -390px;
	}
	.nav-pills, .navigation .nav-child {
		font-size: 12px;
	}
}
@media (min-width: 1320px) {
	/* Header */
	.header-search .search {
		width: 160px;
	}
	.header-search .search input.search-query {
		width: 120px;
	}
}
@media (min-width: 1440px) {
	/* Header */
	.header-search .search {
		width: 130px;
	}
	.header-search .search input.search-query {
		width: 90px;
	}
	/* Navigation */
	.navigation.navbar-fixed-top {
		margin-left: -460px;
	}
	.nav-pills, .navigation .nav-child {
		font-size: 16px;
	}
	/* Footer */
	.custom.pie div {
		width: 13%;
	}
	.custom.pie img {
		max-height: 45px;
	}
	.custom.pie div:last-child div img {
		width: 45px;
		height: 45px;
	}
	.custom.pie div:last-child div:first-child img {
		width: 122px;
	}
}
@media (min-width: 1480px) {
	/* Header */
	.header-search .search {
		width: 150px;
	}
	.header-search .search input.search-query {
		width: 110px;
	}
}
@media (min-width: 1720px) {
	/* Navigation */
	.navigation.navbar-fixed-top {
		margin-left: -600px;
	}
	.nav-pills, .navigation .nav-child {
		font-size: 22px;
	}
	/* Footer */
	.custom.pie img {
		max-height: 60px;
	}
}
@media (min-width: 2110px) {
	/* Banner */
	.banners, .footer {
		max-width: 1920px;
		margin: 0 auto;
	}
	/* Content */
	.header, .custom.pie {
		margin: 0 auto;
	}
	.category-header > p {
		margin: 0 auto;
	}
	.container > .row-fluid {
		margin: 0 auto;
	}
}

/* Cookie Info */
#cookieinfo {
	background: white;
	border: thin solid grey;
	border-radius: 12px;
	position: fixed;
	bottom: 10px;
	left: 10px;
	padding: 10px;
}
.cookieinfocollapse {
	float: right;
	cursor: pointer;
}
.cookieinforeadmore {
	color: blue;
	cursor: pointer;
}
#cookieinfoall {
	display: none;
}
#cookieinfoexpand {
	display: none;
	position: fixed;
	bottom: 10px;
	left: 10px;
	cursor: pointer;
}
/* Text */
.bajada {
font-size: 19px;
font-family: EncodeSans-Medium;
}
.texto {
font-size: 15px;
font-family: EncodeSans-Regular;
}
.fuente {
font-size: 12px;
font-family: EncodeSans-Regular;
text-align: left;
}

input[type="text"].trap {display: none;}

/* Counter */
.countDown {
	background-color: #ffcc00;
	line-height: 35px;
	padding: 10px 0;
	color: #333;
	display: flex;
	justify-content: center;
	font-size: 22px;

	.container {
		width: 80px;

		.a {
			div {
				display: block;
				text-align: center;
				position: relative;
			}
		}

		&:nth-child(1) .a div {
			&::after {
				content: ' Días';
			}
		}

		&:nth-child(2) .a div {
			&::after {
				content: ' Hs';
			}
		}

		&:nth-child(3) .a div {
			&::after {
				content: ' Min';
			}
		}

		&:nth-child(4) .a div {
			&::after {
				content: ' Seg';
			}
		}
	}
}
@media screen and (max-width: 359px) {
	.countDown {
		line-height: 30px;
		font-size: 20px;
		.container {
			width: 70px;
		}
	}
}