/* Load specific fonts */
/*@font-face { font-family: Sintony; src: url('fonts/Sintony-Regular.otf'); } 
@font-face { font-family: Sintony; font-weight: bold; src: url('fonts/Sintony-Bold.otf'); }
@font-face { font-family: Dancing Script; src: url('fonts/DancingScript-Regular.otf'); } */
/* Componentes subvenciones */
.subvenciones-category .category-description {
    padding: 0 !important;
    margin-top: 10px;
    margin-bottom: 20px
    }
.subvenciones-category-title {
    border: solid 1px #999;
    margin-top: 35px !important;
    text-align: center;
    margin-bottom: 25px;
    background-color: #F5F5F5;
    color: #C1001D
    }
body {
    margin: 0;
    font-family: "Sintony", sans-serif;
    background: #cfcfcf;
    background-image: url(images/fondo-body.png), url(images/background_footer.png);
    background-position: left top, left bottom;
    background-repeat: repeat-x, repeat-x
    }
.clear {
    clear: both
    }
img {
    max-width: 100%
    }
.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0
    }
.clearfix:after {
    clear: both
    }
.clearfix {
    zoom: 1
    }
.right {
    float: right
    }
.left {
    float: left
    }
textarea, input, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    border: 1px solid #bcbcbc;
    padding: 2px;
    color: #000
    }
h1, h2, h3, h5, h6 {
    font-weight: bold;
    color: #000
    }
h1, .uk-h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 1.1
    }
h2 {
    font-size: 160%;
    color: #bf000f;
    margin-bottom: 10px
    }
* + h2 {
    margin-top: 15px
    }
h3 {
    font-size: 140%;
    color: #4D4D4D;
    margin-bottom: 10px;
    font-weight: bold
    }
h4, uk-h4 {
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    color: #444
    }
* + h4 {
    margin-top: 15px
    }
p {
    font-size: 125%;
    line-height: 150%;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 22px
    }
em {
    font-style: italic;
    color: #444
    }
table {
    /*border-collapse: collapse;  GERARDO*/
    border-spacing: 0;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%
    }
th, td {
    border-left: 1px solid #ddd;
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd
    }
tbody tr:nth-child(odd) td, tbody tr:nth-child(odd) th {
    background-color: #fafafa
    }
/*ul li { list-style-type: none; }*/
/* Se aplica a las tablas de categorÃ­as */
table.category {
    margin-top: 25px
    }
/**************************************
* Tabla Ancha (Cuadro comparativo de las <> FJ)
***************************************/
.tabla_ancha th, .tabla_ancha td {
    padding: 2px;
    line-height: 15px;
    font-size: 10px
    }
.tabla_ancha p {
    font-size: 10px;
    margin-top: 0
    }
/**************************************
* Tabla Centrada
***************************************/
.tabla_centrada th, .tabla_centrada td {
    text-align: center
    }
/**************************************
* Tabla Colorada (Recursos de empresas)
***************************************/
table.tabla_colorada, .tabla_colorada th, .tabla_colorada td {
    border: 0
    }
.tabla_colorada th, .tabla_colorada td {
    text-align: center
    }
/****** THEAD ******/
.tabla_colorada thead tr:nth-child(1) th {
    width: 50%;
    background-color: #aa7b7e;
    padding: 12px;
    font-size: 123%;
    font-weight: bolder;
    color: #FFF
    }
.tabla_colorada thead tr:nth-child(1) th a {
    font-size: 123%;
    font-weight: bolder;
    color: #FFF
    }
.tabla_colorada thead tr:nth-child(1) th a:hover {
    font-size: 123%;
    font-weight: bolder;
    color: #FFF;
    text-decoration: underline
    }
.tabla_colorada thead tr:nth-child(2) th {
    background-color: #e0b1b3;
    padding: 8px;
    font-size: 110%;
    font-weight: bolder
    }
.tabla_colorada thead tr:nth-child(2) th a {
    font-size: 110%;
    font-weight: bolder
    }
.tabla_colorada thead tr:nth-child(2) th a:hover {
    font-size: 110%;
    font-weight: bolder;
    text-decoration: underline
    }
/****** TBODY ******/
/*******************/
.tabla_colorada tbody tr {
    padding: 6px;
    font-size: 100%;
    font-weight: bolder
    }
.tabla_colorada tbody a {
    text-decoration: none;
    color: #bf000f;
    outline: none
    }
.tabla_colorada tbody a:hover {
    text-decoration: none;
    color: #bf000f;
    outline: none;
    text-decoration: underline
    }
.tabla_colorada tbody tr:nth-child(2n+1) td {
    background-color: #cfcfcf
    }
.tabla_colorada tbody tr:nth-child(2n) td {
    background-color: #F5F5F5
    }
.tabla_colorada tbody td:nth-child(2n+1) {
    border-right: 10px solid white
    }
.tabla_colorada tbody td:nth-child(2n) {
    border-left: 10px solid white
    }
/**************************************
***** Fin tabla Colorada **************
***************************************/
a, a:visited, a:active {
    text-decoration: none;
    color: #bf000f;
    outline: none
    }
a:hover {
    text-decoration: underline
    }
.center {
    max-width: 985px;
    margin: auto
    }
.filtro {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter â¦.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%)
    }
.filtro:hover {
    filter: none;
    -webkit-filter: none
    }
.col-sm-12 {
    width: 100%
    }
.uk-nav-header {
    padding: 0;
    text-transform: none;
    font-weight: normal;
    font-size: 14px
    }
.uk-subnav-line > li:nth-child(n+2):before {
    content: none
    }
.page-header {
    border-bottom: none
    }
/********************************
	BOTONOES DESTACADOS
********************************/
.tbtn {
    padding: 10px 0;
    opacity: 0.7;
    background-color: #F5F5F5;
    border: 2px solid #CCC;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: #000;
    text-align: center;
    width: 100%;
    font-size: 108%;
    line-height: 115%
    }
a.tbtn {
    color: #000
    }
.tbtn.t_rnd {
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px
    }
.tbtn:hover {
    border-color: #F5F5F5;
    background-color: #CCC;
    color: #404040;
    text-decoration: none
    }
.tbtn:active, .tbtn:focus {
    border-color: #bf000f;
    text-decoration: none;
    color: #bf000f
    }
.tbtn span {
    display: block
    }
.tbtn span.t_important {
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.7px;
    font-size: 109%
    }
/********************************
	FIN BOTONOES DESTACADOS
********************************/
/*************************
 .uk-container INICIO
*************************/
.tm-content {
    /*margin-right: 15px;
    	padding-right: 15px;*/
    }
@media (min-width: 1220px) {
    .uk-container {
        max-width: 985px;
        padding: 0 35px
        }
    }
@media (min-width: 990px) {
    .uk-container {
        max-width: 985px;
        padding: 0 0;
        min-height: 450px
        }
    }
.uk-alert, .login, .logout {
    margin-top: 15px
    }
/* FIN .uk-container */
/*************************
=logo
*************************/
/************************ 
	TM-TOOLBAR
*************************/
.tm-toolbar {
    background: #bf000f;
    background: -webkit-linear-gradient(top, #c30e1f, #bf000f);
    background: -moz-linear-gradient(top, #c30e1f, #bf000f);
    background: -o-linear-gradient(top, #c30e1f, #bf000f);
    background: -ms-linear-gradient(top, #c30e1f, #bf000f);
    background: linear-gradient(top, #c30e1f, #bf000f);
    border-bottom: 1px solid #9b0715;
    margin-top: 0;
    margin-bottom: 0
    }
.tm-toolbar .uk-nav-side > li.uk-active > a {
    background: #bf000f
    }
.uk-subnav > li > a:hover {
    color: white
    }
.tm-toolbar ul {
    margin-bottom: 0;
    padding: 5px 8px 5px 0
    }
.tm-toolbar ul li {
    padding: 0 0 0 8px;
    border-left: 1px solid #BFCFD8;
    line-height: normal
    }
.tm-toolbar ul li:first-child {
    border-left: none
    }
.tm-toolbar ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px
    }
/************************ 
	TM-HEADERBAR
*********************************/
/*
@media (min-width: 1220px) {
	.tm-headerbar, .tm-navbar, .tm-footer {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}
*/
@media (min-width: 990px) {
    .tm-headerbar, .tm-navbar, .tm-footer {
        margin-top: 0;
        margin-bottom: 0
        }
    }
.tm-headerbar .uk-nav-side > li > a:hover {
    background: #bf000f
    }
.tm-headerbar .uk-nav-side > li.uk-active > a {
    background: #bf000f
    }
.tm-headerbar {
    margin-top: 0;
    margin-bottom: 0
    }
.tm-headerbar .tm-logo {
    margin: 0;
    float: left;
    margin-right: 16px;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    /*margin-top: -24px;*/
    box-shadow: 0 0 9px #B9B8B8
    }
.tm-headerbar .tm-logo {
    float: left;
    width: 260px;
    height: 106px;
    background: url(images/logo.png) no-repeat;
    display: block;
    text-indent: -9999px
    }
/* TABLAS en TM-HEADERBAR */
.tm-headerbar table {
    /*border-collapse: collapse;  GERARDO*/
    border-spacing: 0;
    border: 0
    }
.tm-headerbar th, .tm-headerbar td {
    padding: 0;
    line-height: 20px;
    text-align: left;
    vertical-align: middle;
    border: 0
    }
.tm-headerbar tbody tr:nth-child(odd) td, .tm-headerbar tbody tr:nth-child(odd) th {
    background-color: transparent
    }
/* FIN TM-HEADERBAR */
.tm-headerbar .cabecera2 {
    background: url(images/fondo-suscribe.png) no-repeat bottom right;
    padding: 0 5px;
    width: 100% !important
    }
.tm-headerbar a, .tm-headerbar a:visited, .tm-headerbar a:active {
    color: white;
    text-decoration: underline
    }
.tm-headerbar .uk-panel {
    max-width: 700px;
    min-width: 680px;
    margin-right: 0;
    float: right
    }
.tm-headerbar .uk-nav {
    float: right
    }
.tm-headerbar .uk-nav li {
    margin-left: 3px
    }
.tm-headerbar ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px
    }
.tm-headerbar .uk-nav > li, .tm-headerbar .uk-nav > li > a, .tm-headerbar .uk-nav > li > span {
    display: inline-block
    }
.tm-headerbar .uk-nav a {
    padding: 2px 24px;
    border-radius: 0 0 8px 8px;
    background: #858585;
    background: -webkit-linear-gradient(top, #7b7b7b, #888);
    background: -moz-linear-gradient(top, #7b7b7b, #888);
    background: -o-linear-gradient(top, #7b7b7b, #888);
    background: -ms-linear-gradient(top, #7b7b7b, #888);
    background: linear-gradient(top, #7b7b7b, #888);
    color: #fff;
    text-transform: uppercase;
    font-size: 11px
    }
.tm-headerbar .uk-nav a:hover {
    background: #df0618;
    color: #fff;
    background: -webkit-linear-gradient(top, #cf0516, #e4061a);
    background: -moz-linear-gradient(top, #cf0516, #e4061a);
    background: -o-linear-gradient(top, #cf0516, #e4061a);
    background: -ms-linear-gradient(top, #cf0516, #e4061a);
    background: linear-gradient(top, #cf0516, #e4061a)
    }
.uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus {
    text-shadow: none
    }
/* FIN CABECERA */
/*******************
	 FOOTER
********************/
.tm-footer .uk-panel {
    margin: 15px 0 15px 0
    }
.tm-footer a {
    color: white;
    text-decoration: underline
    }
.tm-footer .uk-panel p {
    margin-top: 2px;
    color: white;
    font-weight: bold
    }
.tm-footer table {
    width: 100%
    }
/* TABLAS en TM-FOOTER */
.tm-footer table {
    /*border-collapse: collapse;  GERARDO*/
    border-spacing: 0;
    border: 0
    }
.tm-footer th, .tm-footer td {
    padding: 0;
    line-height: 20px;
    text-align: left;
    vertical-align: middle;
    border: 0
    }
.tm-footer tbody tr:nth-child(odd) td, .tm-footer tbody tr:nth-child(odd) th {
    background-color: transparent
    }
/*******************
	 FOOTER L + R
********************/
.tm-footer-out {
    margin: 15px 30px 15px 30px
    }
.tm-footer-out a {
    color: white;
    /*text-decoration: underline;*/
    }
.tm-footer-out .uk-panel + .uk-panel {
    margin-bottom: 45px
    }
.tm-footer-out .uk-panel {
    margin-bottom: 0;
    float: right;
    width: 100%
    }
.tm-footer-out p {
    margin-top: 2px;
    color: white;
    font-weight: bold;
    text-align: right
    }
.tm-footer-out table {
    width: 100%
    }
@media only screen and (min-width: 1440px) {
    .tm-footer-out p {
        font-size: 14px
        }
    }
@media only screen and (max-width: 960px) {
    .tm-footer-out p {
        font-size: 12px
        }
    }
@media only screen and (max-width: 768px) {
    .tm-footer-out {
        margin: 15px 5px 15px 5px
        }
    .tm-footer-out .uk-float-right {
        width: 100%
        }
    .tm-footer-out p {
        text-align: center;
        font-size: 10px
        }
    }
@media only screen and (max-width: 460px) {
    .tm-footer-out {
        margin: 15px 5px 0 5px
        }
    .tm-footer-out p {
        text-align: center;
        font-size: 10px;
        line-height: 16px
        }
    }
/********************
	INICIO CONTENT 
*********************/
.row {
    margin-left: 0
    }
[class*="uk-grid-gutter"]:not(.uk-preserve-gutter) + [class*="uk-grid-gutter"] {
    margin-top: 0
    }
.tm-top-a .uk-panel-box {
    color: #444;
    border: none;
    background: none;
    border: none
    }
.tm-main {
    padding-right: 15px !important;
    padding-left: 15px !important
    }
.tm-main .uk-panel-box {
    padding: 0;
    margin: 0;
    color: #444;
    border: none;
    background: none;
    border: none
    }
.uk-grid {
    background-color: white
    }
.uk-grid-gutter:not(.uk-preserve-gutter) {
    margin-left: 0;
    margin-top: 15px
    }
/*@media (min-width: 1220px) {*/
.uk-grid-gutter:not(.uk-preserve-gutter) {
    margin-left: 0
    }
.uk-grid-gutter:not(.uk-preserve-gutter) > [class*="uk-width-"] {
    padding-left: 0
    }
/*}*/
.uk-grid-gutter {
    margin-left: 0
    }
.uk-breadcrumb {
    padding: 8px 15px;
    margin-top: 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
    }
.uk-breadcrumb > li {
    color: #999
    }
.uk-breadcrumb > li > a, .uk-breadcrumb > li > a:visited, .uk-breadcrumb > li > a:active {
    display: inline-block;
    text-decoration: none;
    color: #bf000f;
    outline: none
    }
.uk-breadcrumb > li:nth-child(1) {
    padding-left: 15px
    }
.tm-leading-article {
    margin-top: 0 !important
    }
.uk-article {
    /*font-family: 'Sintony', sans-serif;*/
    margin-top: 15px
    }
.uk-article .icon-print {
    width: 15px
    }
.uk-article .icon-envelope {
    width: 15px;
    padding-left: 5px
    }
.uk-width-100 .uk-article {
    margin-top: 0
    }
.uk-width-50 .uk-article {
    padding: 0 5px
    }
.uk-article-title {
    font-weight: bold;
    color: #000;
    font-size: 36px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
    }
.uk-article-title a, .uk-article-title a:visited, .uk-article-title a:active {
    font-weight: bold;
    color: #000;
    font-size: 36px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
    }
.uk-width-50 .uk-article-title {
    font-size: 25px
    }
.tm-content > :last-child {
    margin-bottom: 15px
    }
.tm-content .uk-grid-gutter:not(.uk-preserve-gutter) {
    margin-top: 0
    }
/* FIN CONTENT */
.uk-grid > [class*="uk-width-"] {
    /*margin-bottom: 15px;*/
    padding-left: 25px
    }
.tm-bottom-a.uk-grid > [class*="uk-width-"] {
    margin-bottom: 15px;
    padding-left: 25px
    }
/********************
 TM-SIDEBAR-A 
 *******************/
.tm-sidebar-a {
    /*width: auto;*/
    /*min-width: 255px;*/
    /*padding: 0 12px;	*/
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px
    }
.tm-sidebar-a ul li {
    max-width: 260px
    }
.tm-sidebar-a .uk-panel-box {
    padding: 0;
    margin-top: 15px;
    /*margin-right: 15px;*/
    color: #444;
    border: none;
    border-bottom: solid 1px #ccc;
    /*width: 260px;*/
    /*.uk-panel-box {*/
    background: none;
    border: none
    }
/*
@media (max-width: 1220px) {
	.tm-sidebar-a  .uk-panel-box {	
		display: inline-block;
		text-align: center;
		width: 100%;
	}
	
	.tm-sidebar-a .uk-panel-box .uk-nav-side {
		text-align: center;
	}
}*/
@media (max-width: 1023px) {
    .tm-sidebar-a .uk-panel-box {
        display: inline-block;
        text-align: center;
        width: 100%
        }
    .tm-sidebar-a .uk-panel-box .uk-nav-side {
        text-align: center
        }
    }
.tm-sidebar-a .uk-panel-box .uk-nav-side {
    margin: 0 0 0 0
    }
/* alineamos el texto del menu a la izquierda*/
.tm-sidebar-a .uk-nav-side {
    text-align: left
    }
/*Quitar la flecha para abrir/cerrar*/
.tm-sidebar-a .uk-nav-parent-icon > .uk-parent.uk-open > a:after {
    content: none
    }
.tm-sidebar-a .uk-nav-side > li > a {
    background-color: blue;
    color: #bf000f;
    line-height: 25px;
    background: #F5F5F5;
    padding: 4px;
    margin: 0;
    font-family: "Sintony", sans-serif;
    font-size: 18px;
    border-bottom: solid 1px #ccc;
    border-radius: 1px
    }
.tm-sidebar-a .uk-nav-side > li.uk-active > a {
    box-shadow: none;
    text-shadow: none;
    color: black;
    font-weight: bolder
    }
/*uk-nav-sub -> menus hijos 2,3 ... */
.tm-sidebar-a ul.uk-nav-sub {
    padding: 5px 0 5px 10px
    }
.tm-sidebar-a .uk-nav-side ul a {
    color: #bf000f
    }
.tm-sidebar-a .uk-nav-side ul a:hover {
    color: #bf000f;
    text-decoration: underline
    }
.tm-sidebar-a .uk-nav-sub > li.uk-active > a {
    color: black;
    font-weight: bolder
    }
/*
.tm-sidebar-a .first-element{
	padding-top: 20px;
}

.tm-sidebar-a .third-element{
	padding-bottom: 80px;
}*/
/* TM-SIDEBAR-A  FIN */
/**************************
 TM-SIDEBAR-B INICIO 
 *************************/
.tm-sidebar-b {
    width: auto
    }
.tm-sidebar-b .uk-panel-box {
    padding: 0;
    margin: 15px;
    color: #444;
    border: none;
    border-bottom: solid 1px #ccc;
    width: 155px;
    /*.uk-panel-box {*/
    background: none;
    border: none
    }
/* alineamos el texto del menu a la izquierda*/
.tm-sidebar-b .uk-nav-side {
    text-align: left
    }
/*Quitar la flecha para abrir/cerrar*/
.tm-sidebar-b .uk-nav-parent-icon > .uk-parent.uk-open > a:after {
    content: none
    }
.tm-sidebar-b .uk-nav-side > li > a {
    background-color: blue;
    color: #bf000f;
    line-height: 25px;
    background: #F5F5F5;
    padding: 4px;
    margin: 0;
    font-family: "Sintony", sans-serif;
    font-size: 19px;
    border-bottom: solid 1px #ccc;
    border-radius: 1px
    }
.tm-sidebar-b .uk-nav-side > li.uk-active > a {
    box-shadow: none;
    text-shadow: none
    }
/*uk-nav-sub -> menus hijos 2,3 ... */
.tm-sidebar-b ul.uk-nav-sub {
    padding: 5px 0 5px 10px
    }
.tm-sidebar-b .uk-nav-side ul a {
    color: #bf000f
    }
.tm-sidebar-b .uk-nav-side ul a:hover {
    color: #bf000f;
    text-decoration: underline
    }
/* TM-SIDEBAR-B FIN */
/******************************
CSS PARA MENU PESTAÃAS INICIO
*********************************/
.tm-main-bottom {
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 20px
    }
.btn-custom, .uk-form button, .uk-form input, .uk-form textarea, .uk-search button, .uk-search input, .uk-button, .uk-modal-close, .uk-alert-close, .btn-primary {
    background-color: hsl(4, 72%, 33%) !important;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#c52b20), to(#901f17));
    background-image: -moz-linear-gradient(top, #c52b20, #901f17);
    background-image: -ms-linear-gradient(top, #c52b20, #901f17);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c52b20), color-stop(100%, #901f17));
    background-image: -webkit-linear-gradient(top, #c52b20, #901f17);
    background-image: -o-linear-gradient(top, #c52b20, #901f17);
    background-image: linear-gradient(#c52b20, #901f17);
    border-color: #901f17 #901f17 hsl(4, 72%, 30%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.19);
    -webkit-font-smoothing: antialiased;
    margin-left: 15px
    }
.btn .icon-chevron-left:before, .icon-arrow-left:before {
    content: none
    }
[class^="icon-"], [class*=" icon-"] {
    width: 0
    }
.tm-main-bottom .nav-tabs {
    border-bottom: none;
    text-align: center
    }
.tm-main-bottom .nav-tabs li {
    padding-left: 50px;
    background: url(images/separador-flecha2.png) no-repeat -4px 20px;
    float: none;
    display: inline-block
    }
.tm-main-bottom .nav-tabs li:first-child {
    padding: 0;
    background: transparent
    }
.tm-main-bottom .nav-tabs li a {
    display: block;
    float: left;
    width: auto;
    line-height: normal;
    border: 1px solid transparent;
    border-bottom: 4px solid transparent;
    text-align: center;
    color: #3d3d3d;
    text-decoration: none;
    margin: 0 0 20px 0;
    padding: 8px 7px 8px 7px;
    font-family: "Dancing Script", cursive;
    font-weight: normal;
    font-size: 48px;
    border-radius: 0
    }
.tm-main-bottom .nav-tabs li a:hover {
    color: #C10D1F;
    border: 1px solid transparent;
    border-bottom: 4px #C10D1F solid;
    background: transparent;
    box-shadow: none
    }
.tm-main-bottom .nav-tabs li.active a {
    border: none;
    color: #C10D1F;
    border-bottom: 4px #C10D1F solid
    }
.tm-main-bottom .tab-content p {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 22px
    }
/* Para colocar el botÃ³n en medio */
.tm-main-bottom .tab-content .col-sm-4 p {
    text-align: right
    }
.tm-main-bottom .tab-content .col-sm-8 {
    text-align: right
    }
.tm-main-bottom .tab-content .second-menu {
    border: 1px solid #ebebeb;
    margin-bottom: 0
    }
.tm-main-bottom .tab-content .second-menu li {
    float: none;
    border-top: 2px #ddd solid
    }
.tm-main-bottom .tab-content .second-menu li:first-child {
    border-top: 0
    }
.tm-main-bottom .tab-content .second-menu a {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #666;
    line-height: 160%;
    padding: 8px 8px 8px 8px
    }
.tm-main-bottom .tab-content .second-menu li a:hover {
    color: #C10D1F;
    background: #f6f6f6
    }
@media (max-width: 805px) {
    .tm-main-bottom .nav-tabs li a {
        font-size: 55px
        }
    }
@media (max-width: 710px) {
    .tm-main-bottom .nav-tabs li {
        background-position: -4px 10px;
        line-height: normal
        }
    .tm-main-bottom .nav-tabs li a {
        font-size: 45px
        }
    }
@media (max-width: 640px) {
    .tm-main-bottom .nav-tabs li {
        background-position: -4px 10px;
        line-height: normal
        }
    .tm-main-bottom .nav-tabs li a {
        font-size: 40px
        }
    }
@media (max-width: 580px) {
    .tm-main-bottom .nav-tabs li {
        background: transparent;
        padding: 0
        }
    .tm-main-bottom .nav-tabs li a {
        font-size: 40px;
        margin-bottom: 0
        }
    }
@media (max-width: 450px) {
    .tm-main-bottom .nav-tabs {
        margin-bottom: 20px
        }
    .tm-main-bottom .nav-tabs li a {
        font-size: 30px;
        margin-bottom: 0
        }
    }
.tm-main-bottom .row {
    padding: 0 0 0 15px
    }
.tm-main-bottom .uk-panel-space {
    padding: 0 0 0 0
    }
.tm-main-bottom .col-sm-8 {
    width: 66.666667%;
    float: left
    }
.tm-main-bottom .col-sm-4 {
    width: 33.333333%;
    float: left
    }
.tm-main-bottom .col-sm-4 .second-menu {
    margin-top: 10px;
    margin-left: 15px
    }
.tm-main-bottom ul {
    padding-left: 0;
    margin-bottom: 0
    }
/* FIN CSS PARA MENU PESTAÃAS INICIO EN MAIN-BOTTOM*/
.tm-main > :nth-child(n+2) {
    /*looool*/
    margin-top: 0
    }
.tm-main .nav-tabs2 {
    border-bottom: none;
    text-align: center
    }
.tm-main .nav-tabs2 li {
    padding-left: 50px;
    background: url(images/separador-flecha2.png) no-repeat -4px 20px;
    float: none;
    display: inline-block
    }
.tm-main .nav-tabs2 li:first-child {
    padding: 0;
    background: transparent
    }
.tm-main .nav-tabs2 li a {
    display: block;
    float: left;
    width: auto;
    line-height: normal;
    border: 1px solid transparent;
    border-bottom: 4px solid transparent;
    text-align: center;
    color: #3d3d3d;
    text-decoration: none;
    margin: 0 0 20px 0;
    padding: 8px 7px 8px 7px;
    font-family: "Dancing Script", cursive;
    font-weight: normal;
    font-size: 48px;
    border-radius: 0
    }
.tm-main .nav-tabs2 li a:hover {
    color: #C10D1F;
    border: 1px solid transparent;
    border-bottom: 4px #C10D1F solid;
    background: transparent;
    box-shadow: none
    }
.tm-main .nav-tabs2 li.active a {
    border: none;
    color: #C10D1F;
    border-bottom: 4px #C10D1F solid
    }
.tm-main .tab-content p {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 22px
    }
/* Para colocar el botÃ³n en medio */
.tm-main .tab-content .col-sm-4 p {
    text-align: center
    }
.tm-main .tab-content .col-sm-8 {
    text-align: right
    }
.tm-main .tab-content .menu {
    border: 1px solid #ebebeb;
    margin-bottom: 0
    }
.tm-main .tab-content .menu li {
    float: none;
    border-top: 2px #ddd solid
    }
.tm-main .tab-content .menu li:first-child {
    border-top: 0
    }
.tm-main .tab-content .menu a {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    color: #666;
    line-height: 160%;
    padding: 8px 8px 8px 8px
    }
.tm-main .tab-content .menu li a:hover {
    color: #C10D1F;
    background: #f6f6f6
    }
@media (max-width: 805px) {
    .tm-main .nav-tabs2 li a {
        font-size: 55px
        }
    }
@media (max-width: 710px) {
    .tm-main .nav-tabs2 li {
        background-position: -4px 10px;
        line-height: normal
        }
    .tm-main .nav-tabs2 li a {
        font-size: 45px
        }
    }
@media (max-width: 640px) {
    .tm-main .nav-tabs2 li {
        background-position: -4px 10px;
        line-height: normal
        }
    .tm-main .nav-tabs2 li a {
        font-size: 40px
        }
    }
@media (max-width: 580px) {
    .tm-main .nav-tabs2 li {
        background: transparent;
        padding: 0
        }
    .tm-main .nav-tabs2 li a {
        font-size: 40px;
        margin-bottom: 0
        }
    }
@media (max-width: 450px) {
    .tm-main .nav-tabs2 {
        margin-bottom: 20px
        }
    .tm-main .nav-tabs2 li a {
        font-size: 30px;
        margin-bottom: 0
        }
    }
.tm-main .uk-panel-space {
    padding: 0 0 0 0
    }
.tm-main .col-sm-8 {
    width: 66.666667%;
    float: left;
    min-height: 300px;
    position: relative;
    display: table-cell;
    vertical-align: top
    }
.tm-main .col-sm-4 {
    width: 33.333333%;
    float: left;
    position: relative;
    min-height: 300px;
    display: table-cell;
    vertical-align: top
    }
.tm-main .col-sm-8 img.bottom {
    bottom: 0;
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto
    }
.tm-main .col-sm-4 img.bottom, .tm-main .col-sm-4 div.bottom {
    bottom: 0;
    left: 0;
    position: absolute
    }
.tm-main .col-sm-8 h3 {
    /*font-size: 140%; color: #4D4D4D;  margin-bottom: 10px; font-weight: normal;*/
    color: #C10717;
    font-size: 150%;
    margin-top: 15px
    }
.tm-main .col-sm-4 .menu {
    margin-top: 10px;
    margin-left: 15px
    }
.tm-main ul {
    /*padding-left:0;*/
    margin-bottom: 0
    }
/***********************
 TM-BOTTOM-A INICIO 
 ***********************/
.tm-bottom-z.uk-grid.uk-grid-gutter {
    margin-top: 0
    }
.tm-bottom-z .uk-panel-box {
    padding: 0;
    margin: 15px;
    color: #444;
    border: none;
    border-bottom: solid 1px #ccc;
    /*.uk-panel-box {*/
    background: none;
    border: none
    }
.tm-bottom-a .uk-panel-box {
    color: #444;
    padding: 0;
    border: none;
    border-bottom: solid 1px #ccc;
    /*.uk-panel-box {*/
    background: none;
    border: none
    }
.tm-bottom-a.uk-grid.uk-grid-gutter {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px
    }
.tm-bottom-a.uk-grid > [class*="uk-width-"] {
    padding: 0
    }
.tm-bottom-a .uk-width-100 .uk-panel-box {
    margin: 0
    }
.tm-bottom-a .uk-width-50 {
    padding: 10px
    }
.tm-bottom-a .uk-width-25 {
    padding: 10px
    }
/* FIN TM-BOTTOM-A */
/***********************
 TM-BOTTOM-B INICIO 
 ***********************/
.tm-bottom-b {
    background-color: #42474F
    }
.tm-bottom-b.uk-grid.uk-grid-gutter {
    margin-top: 1px
    }
.tm-bottom-b .uk-panel-box {
    background: #42474F;
    padding: 20px;
    color: white;
    border: none;
    margin: 0 15px
    }
.uk-panel.uk-panel-box.wide {
    padding: 10px 0 0 0;
    margin: 0
    }
.uk-panel.uk-panel-box.wide p {
    font-size: 20px;
    line-height: 20px
    }
.tm-bottom-b .uk-panel-title {
    color: white
    }
.tm-bottom-b uk.nav ul {
    padding: 0 5px
    }
.tm-bottom-b .uk-nav > li > a {
    padding: 0
    }
.tm-bottom-b .uk-nav-side > li {
    background: url(images/ar6.gif) no-repeat top left;
    padding-left: 14px;
    margin-top: 4px;
    font-size: 12px;
    list-style: none;
    text-align: middle
    }
.tm-bottom-b .uk-nav-side > li > a {
    color: white
    }
.tm-bottom-b .uk-nav-side > li.uk-active > a {
    background: #42474F;
    text-shadow: none;
    box-shadow: none;
    text-decoration: underline
    }
.tm-bottom-b .uk-nav-side > li > a:hover {
    text-decoration: underline;
    background: none
    }
.tm-bottom-b .uk-nav-side ul a {
    color: white
    }
.tm-bottom-b .uk-nav-side ul a:hover {
    color: white;
    text-decoration: underline
    }
.tm-bottom-b .uk-panel p {
    margin-top: 2px;
    color: white;
    font-weight: bold
    }
.tm-bottom-b .uk-nav-sub > li.uk-active > a {
    text-decoration: underline
    }
/* Para definir la flecha del item padre */
.tm-bottom-b .uk-nav-parent-icon > .uk-parent > a:after {
    content: ""
    }
/* TM-BOTTOM-B FIN */
/*******************
	 CategorÃ­a Blog
********************/
.blog-childs .uk-grid-gutter:not(.uk-preserve-gutter) {
    margin-bottom: 30px
    }
.blog-childs .uk-article-title {
    font-size: 140%
    }
.blog-childs h2, .blog-childs uk-h2 {
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 100%
    }
.blog-childs .uk-article-title a, .blog-childs .uk-article-title a:visited, .blog-childs .uk-article-title a:active {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    color: #4D4D4D;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: 1.1
    }
.blog-childs .uk-article {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    padding: 5px;
    margin: 0 0 30px 0
    }
.blog-childs .uk-article-title {
    line-height: 22px
    }
.blog-childs .uk-width-50 .uk-article {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px
    }
.blog-childs .uk-width-50:nth-child(1) {
    padding-right: 15px
    }
.blog-childs .uk-width-50:nth-child(2) {
    padding-left: 15px
    }
.blog-childs .uk-width-33:nth-child(1) {
    padding-left: 0;
    padding-right: 20px
    }
.blog-childs .uk-width-33:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px
    }
.blog-childs .uk-width-33:nth-child(3) {
    padding-left: 20px;
    padding-right: 0
    }
.blog-childs .uk-article p:last-child {
    display: none
    }
/****************************
	DOCMAN
*****************************/
.com_docman .docman-heading.category, .com_docman .categories .category {
    margin: 0;
    padding: 0
    }
.com_docman .docman-heading.category h1, .com_docman .categories .category h1 {
    margin-top: 20px !important;
    margin-bottom: 10px !important
    }
.com_docman .docman-heading-inner:before, .com_docman .category-inner:before {
    display: none
    }
.com_docman h4.docman-title {
    padding: 5px !important
    }
/****************************
	SLIDESHOW WIDGETKIT
*****************************/
/* Borde para el Slideshow */
.slides {
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    zoom: 1
    }
/**************************************************/
/*
@media (max-width: 480px) {
    #div {
        top: 50%; /* IMPORTANT 
        left: 50%; /* IMPORTANT 
        display: block;
        position: absolute;
        background: url(images/background.png) no-repeat center center;
        width: 750px;
        height: 417px;

        margin-top: -208.5px; /* HALF OF THE HEIGHT 
        margin-left: -375px; /* HALF OF THE WIDTH 
    }
}*/
/*******************************
    BREEZING FORMS
********************************/
.bfQuickMode .bfLabelLeft label {
    width: 28%
    }
.buscador {
    background-color: #f5f5f5 !important;
    color: #999;
    padding: 3px 0 !important
    }
.buscador input {
    background-color: transparent !important;
    border-color: transparent !important;
    background-image: none !important;
    color: #999 !important
    }