/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 /**Body**/
 body {
    color: #58595b;
    font-family: Georgia;
    font-weight: 300;
    line-height: 22px;
    text-rendering: optimizelegibility;
        background: none repeat scroll 0 0 #f9f9f9;
        font-size: 14px;
}
 /***links**/
 
 a, .uk-link {
    color: #fec014;
    cursor: pointer;
    text-decoration: none;
}

a:hover,
.uk-link:hover {
  color: #fe9800;
  text-decoration: underline;
}
 /**Cambio de color azul a amarillo**/
 
.tm-headerbar {
    background: none repeat scroll 0 0 #fec014;
}

.tm-teaser {
    background: none repeat scroll 0 0 #f9f9f9;
}

.tm-headerbar .uk-container {
}

.tm-headerbar{
	height: 90px;
}

.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
    box-sizing: border-box;
    display: block;
    float: left;
    height: 90px;
    padding: 0;
}

.uk-navbar-nav > li > a {
    box-sizing: border-box;
    color: #000;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 90px;
    line-height: 90px;
    padding: 0;
    text-decoration: none;
}

.uk-navbar-nav > li > a:after {
	content: "";
	 font-family: FontAwesome;
	  padding-left: 5px;
	  font-size: 0.8em;
	   font-weight: normal;
	}

.tm-toolbar {
    background: none repeat scroll 0 0 #58595b;
    padding: 5px 0;
    font-family: Arial;
}

input.uk-search-field {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #919191;
    cursor: pointer;
    font-size: 16px;
    height: 25px;
    line-height: normal;
    margin: 0;
    padding: 0 0 0 30px;
    position: relative;
    transition: all 0.2s linear 0s;
    width: 150px;
    z-index: 1;
}

.uk-search-field::-moz-placeholder{
	color: #919191;
	}

.uk-search-field::-webkit-input-placeholder { /* WebKit browsers */
    color:    #919191;
}
.uk-search-field:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #919191;
   opacity:  1;
}
.uk-search-field::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #919191;
   opacity:  1;
}
.uk-search-field:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #919191;
}

.uk-search-field:focus, .uk-active .uk-search-field {
    cursor: text;
    padding: 0 30px;
}

.uk-search:before {
    color: #ddd;
    content: "";
    font-family: FontAwesome;
    font-size: 20px;
    left: 0;
    line-height: 23px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 31px;
    z-index: 100;
}

.uk-search-close {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #ffffff;
    display: none;
    font-size: 18px;
    line-height: 20px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 20px;
    z-index: 2;
}

.uk-dropdown-search:after{
	z-index: 2000;
	}
	
.tm-navbar-fixed .tm-toolbar, .tm-navbar-fixed .tm-headerbar {
    position: fixed;
    width: 100%;
    z-index: 90;
}

.tm-navbar-fixed .tm-toolbar{
	 position: fixed;
    width: 100%;
    z-index: 100;
	}

.tm-navbar-fixed .tm-toolbar + .tm-headerbar {
    background-position: 0 0;
    margin-top: 35px;
}

.tm-navbar-fixed .tm-toolbar + .tm-headerbar + .tm-teaser {
    background-position: 0 62px;
    padding-top: 140px;
    padding-bottom: 16px;
}

.uk-dropdown-navbar {
    background: none repeat scroll 0 0 #262f31;
    border-radius: 0;
    color: #ffffff;
    margin-top: -10px;
}

.tm-toolbar .uk-icon-button {
    background: none ;
    border-radius: none;
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    font-size: 21px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 20px;
}

 .footer-block .uk-icon-button{
 	background: none ;
    border-radius: none;
    box-sizing: border-box;
    color: #dbdbdb;
    display: inline-block;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    width: auto;
 	margin-bottom: 9px;
 	font-family: Arial;
 }
 
  .footer-block .uk-icon-button:hover{
 	color:#fff;
 }
  
.footer-block .uk-icon-button:before {
	padding-right: 20px;
	font-size: 21px;
	font-family: FontAwesome;
}

.footer-block .uk-icon-facebook:before {
    padding-right: 31px;
}

.footer-block .uk-icon-linkedin-square:before {
    padding-right: 22px;
}
.footer-block .uk-icon-youtube:before {
    padding-right: 22px;
}



.tm-toolbar .uk-icon-button:before {
vertical-align: middle;
}

.tm-toolbar .uk-panel:before, .tm-toolbar .uk-panel:after, .tm-toolbar .uk-panel{
	display: inline-block;
	}

.tm-toolbar .uk-panel{
	padding: 0 4px ;	
}
	
.uk-nav-search .uk-nav-header {
    color: #fec014;
}

input.uk-search-field:focus {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    box-shadow: none;
    outline: 0 none;
    color: #262f31;
}

.uk-container {
    max-width: 1100px;
    padding: 0 35px;
}

.tm-logo {
    height: auto;
    width: auto;
}

.tm-navbar-fixed .tm-headerbar-small .uk-navbar-brand img, .tm-navbar-fixed .tm-headerbar-small .uk-navbar-brand a {
    height: 80%;
    width: auto;
}

.tm-toolbar .uk-panel.social-top{
	padding: 0 30px;
}


.top-links a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    padding: 0 6px;
    font-weight: bold;
    font-size: 0.9em;
}

.top-links a:hover{
	color:#eee;
}

.footer-bottom {
background: #58595b;
background: -moz-linear-gradient(left, #58595b 0%, #676765 50%, #58595b 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #58595b), color-stop(50%, #676765), color-stop(100%, #58595b));
background: -webkit-linear-gradient(left, #58595b 0%, #676765 50%, #58595b 100%);
background: -o-linear-gradient(left, #58595b 0%, #676765 50%, #58595b 100%);
background: -ms-linear-gradient(left, #58595b 0%, #676765 50%, #58595b 100%);
background: linear-gradient(to right, #58595b 0%, #676765 50%, #58595b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58595b', endColorstr='#58595b', GradientType=1 );
    color: #dbdbdb;
}

.tm-footer  a {
    color: #dbdbdb;
}

.tm-block-secondary.footer-top{
	background: #fec014;
	margin-top:16px;
}

.tm-primary-title {
    color: #fff !important;
    font-weight: bold;
}

.tm-block-padding-top-bottom {
    padding: 40px 0;
}
.footer-block{
	padding: 25px;
  	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

.tm-footer {
	 overflow: hidden;
	}
.tm-footer h3 {
	 font-family: Arial;
	}	
	
.tm-fotter .uk-grid {
  overflow: hidden;
}

.tm-margin-small-top{
	margin-top: 20px !important;
}

.tm-margin-middle-top{
	margin-top: 30px !important;
}

.footer-block input, .footer-block .button{
	width: 100%;
	color: #58595b;
}
.footer-block .button{
	background: #fec014;
	border-radius: 0px;
	text-align: left;
	height: 23px;
	}
	
.footer-block .button:hover{
	background: #fda311;
	border-radius: 0px;
	border: 1px solid #fec014;
	height: 21px;
	}
	
.footer-block input{
	border-radius: 0px;
	background: #fff;
	height: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.footer-bottom .uk-grid:not(.uk-grid-preserve) {
    margin-left: 0;
}

.separator{
	border-left: 1px dashed #bbb;
	
}

.tm-teaser {
	height: auto;
    overflow: hidden;
    position: relative;
}

.uk-navbar-nav > li.uk-active > a {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    font-weight: bold;
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  /* 3 */
  outline: none;
}

.uk-navbar-nav > li {
    margin: 0 10px;
}

.tm-toolbar .uk-subnav{
	display: inline;
}

.uk-subnav > li > a {
    color: #fff;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0 6px;
    text-decoration: none;
}

.tm-toolbar .uk-subnav-line > li:nth-child(n+2):before {
    border-left: none;
    content: "";
    display: inline-block;
    height: 10px;
    margin-right: 0;
}

.uk-subnav > li > a:hover {
  color: #eee;
}

.tm-block-secondary {
    background: none repeat scroll 0 0 #f9f9f9;
    color: #58595b;
}

.tm-block-padding-top-bottom {
    padding: 16px 0;
}



.uk-panel-box{
	border: none;
	padding: 26px;
	color: #58595b;
}

.uk-panel-box-nopad {
    background: none repeat scroll 0 0 #ffffff;
    border: none;
    color: #919191;
    padding:0 !important;
}
.video{
	border: 18px solid #58595b;
	line-height: 0;
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tm-totop-scroller {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 100%;
    color: #fec014;
    display: block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin: -50px auto auto;
    padding: 15px;
    position: relative;
    text-align: center;
    top: 40px;
    transition: all 0.05s linear 0s;
    width: 20px;
    z-index: 998;
}

.tm-totop-scroller.tm-block-secondary {
    background: none repeat scroll 0 0 #2a3537;
    color: #fec014;
}

.yellow-block{
	background: none repeat scroll 0 0 #fec014;
	}
	
div.k2TagCloudBlock a {
    display: block;
    float: left;
    padding: 4px;
    color: #58595b;
}

div.k2TagCloudBlock a:hover {
    background: none;
    color: #fff;
    display: block;
    float: left;
    padding: 4px;
    text-decoration: none;
}

.tm-navbar-fixed .tm-toolbar + .tm-headerbar + .tm-wrapper {
    padding-top: 140px;
}

.uk-article-title-med{
	font-size: 26px;
    font-weight: normal;
    line-height: 32px;
    text-transform: none;
    text-shadow: none;
    color: #58595b;
}

.uk-article-title-med-yellow{
	font-size: 30px;
	color: #fec014;
	line-height: 40px;
	}

.uk-article-title-actua{
	font-size: 18px;
    font-weight: bold;
    font-family: Arial;
    line-height: 22px;
    text-transform: none;
    text-shadow: none;
    color: #58595b;
	}

.uk-article-title-med:hover{
	text-shadow: 2.5px 2.5px 2.5px #bfc2c3;
	}
.recomienda .uk-article-title-med{
	font-size: 20px;
	line-height: 24px;
	}
.tm-block-secondary h1, .tm-block-secondary h2, .tm-block-secondary h3, .tm-block-secondary h4, .tm-block-secondary h5, .tm-block-secondary h6 {
    color: #58595b;
}
.uk-article-title-med a {
    color: inherit;
    text-decoration: none;
}

.k2 .uk-panel-box {
    border: medium none;
    padding: 0px 40px 32px 20px;
}
.postsemanales > [class*="uk-width-medium-"]:nth-child(2n+1) > div {
	padding: 0px 20px 32px 40px;
}

.recomienda .uk-panel-box {
	padding: 0px;
}
 .tm-main-top.uk-grid:not(.uk-grid-preserve) > *, .uk-grid.k2:not(.uk-grid-preserve) > * {
    padding-left: 0px;
}

 .tm-main-top.uk-grid:not(.uk-grid-preserve), .uk-grid.k2:not(.uk-grid-preserve) {
    margin-left: 0px;
}

.k2 .uk-button {
    background: none repeat scroll 0 0 #fec014;
    border: medium none;
    border-radius: 0px;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    line-height: 36px;
    min-height: 34px;
    padding: 0 22px;
}
  
 .k2 .uk-button:hover,
.k2 .uk-button:focus {
  background-color: #f0f0f0;
  color: #919191;
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
  box-shadow: 1px 1px 1px 1px rgba(255, 255, 255, 0.02), inset 1px 1px 1px 1px rgba(0, 0, 0, 0.05);
}

.readmore{
	margin-top: 8px;
}
.k2 h1{
	margin-bottom: 4px;
	}
.k2 .moduleItemIntrotext{
	line-height: 26px;
}
.k2 .uk-panel-box{
	color:#58595b;
	background: none;
}
.tags{
	float: right;
	color:#fff;
	font-size: 2em;
	padding-top: 8px;
}
.tm-main-center{
	padding-top: 32px;
	}
	
.uk-grid .tm-sidebar-a{
	padding-left: 16px;
}
.recomienda > *{
	padding:10px 0;
	}
.recomienda > [class*="uk-width-medium-"]:nth-child(n+2)  {
	border-top: 4px solid #fec014;
	}
	
.proxi-rec{
	font-size:36px;
	font-weight: bold;
	font-family: Arial;
	}
	
.italic-rec{
	font-style: italic;
	font-size:1.2em;
}

.enred{
background: url("/images/yootheme/proxi/recursos/enred.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    padding: 21px 32px;
    position: relative;
    top: -11px;
}

.yellow{
	color: #fec014;
	}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0em;
    color: #58595b;
}

div.catItemHeader h3.catItemTitle {
    font-family: Georgia;
    font-size: 36px;
    font-weight: normal;
    line-height: 40px;
    margin: 0;
    padding: 10px 0 4px;
}

div.itemHeader span.catItemDateCreated, div.catItemHeader span.catItemDateCreated {
    color: #fec014;
    font-size: 20px;
    line-height: 28px;
}

span.catItemImage img {
    border: none;
    padding: 8px;
}
.postsemanal #itemListPrimary div.catItemView {
    padding: 4px 0px 4px 0px;
}

.postsemanal #itemListPrimary > [class*="itemContainer"]:nth-child(2n+1) > div {
	padding: 4px 0px 4px 0px;
	}
	
.tm-breadcrumb {
    margin: 0 0 10px;
    font-style: italic;
}
.uk-breadcrumb {
    font-size: 1em;
    list-style: none outside none;
}
.uk-breadcrumb > li {
    font-size: 1em;
}
div.itemContainer{
	float: left;
	max-width: 100%;
}

.k2ReadMore{
	background: none repeat scroll 0 0 #58595b;
	color:#fff;
	border: medium none;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    line-height: 36px;
    min-height: 34px;
    padding: 0 22px;
    width: 120px;
	}
	
.uk-pagination > .uk-active > span {
    background: none repeat scroll 0 0 #fec014;
    color: #ffffff;
}

.uk-pagination > li > a:hover,
.uk-pagination > li > a:focus {
  background-color: #f0f0f0;
  color: #fec014;
  /* 2 */
  outline: none;
}

.uk-breadcrumb > li:nth-child(n+2):before {
    content: "/";
    display: inline-block;
    font-family: "FontAwesome";
    margin: 0 7px;
}

.tm-breadcrumb a{
	color:#58595b;
}
div.k2TagCloudBlock {
    padding: 0px 0;
}
div.catItemView {
    padding: 0;
}

.k2.formate{
	margin-bottom: 16px;
}
.k2.formate  div .uk-panel-box, #itemListPrimary .itemContainer .k2.recurso{
	border-left: 17px solid #fec014;
	padding-left: 15px;
	}
	
.k2.formate  div:nth-child(4n+1) > .uk-panel-box , #itemListPrimary .itemContainer:nth-child(4n+1) > .k2.recurso {
	border-color: #fec014;
}
.k2.formate  div:nth-child(4n+2) > .uk-panel-box, #itemListPrimary .itemContainer:nth-child(4n+2) > .k2.recurso{
	border-color: #c1272d;
}
.k2.formate  div:nth-child(4n+3) > .uk-panel-box, #itemListPrimary .itemContainer:nth-child(4n+3) > .k2.recurso{
	border-color: #68c0e2;
}
.k2.formate  div:nth-child(4n+4) > .uk-panel-box, #itemListPrimary .itemContainer:nth-child(4n+4) > .k2.recurso{
	border-color: #8bc43f;
}
.k2.formate  div:nth-child(4n+5) > .uk-panel-box, #itemListPrimary .itemContainer:nth-child(4n+5) > .k2.recurso{
	border-color: #ed1e79;
}
.k2.formate > div:nth-child(n+3), .catrecurso .itemContainer:nth-child(n+3){
	padding-top: 	25px;
}

.k2.descarga > div:nth-child(n+2){
    padding-top: 25px;
}

.recurso div.catItemBody{
	padding:0
}

.italic-actua{
	font-style: italic;
	font-size:1.6em;
	line-height: 1.4em;
}

div.itemView {
    border-bottom: none;
    margin: 0 0 0px;
    padding: 8px 0 24px;
}

#k2Container {
    padding: 0;
}

.title-formate{
	display: inline;
    font-weight: bold;
    padding-right: 30px;
    text-transform: none;
    font-family: Arial;
    font-size: 40px;
}

.tm-separator{
	border-bottom: 17px solid #fec014;
    display: inline-table;
    height: 0;
    padding-top: 8px;
    padding-right: 32767px;
	margin-right: -32767px;
	
}

.barra-formate{
	overflow: hidden;
	}
	
span.itemImage img {
    border: none;
    padding: 8px;
}

.uk-dropdown {
	width: 260px;
}

.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: rgba(0, 0, 0, 0);
  color: #fec014;
  /* 2 */
  outline: none;
}

.uk-nav > li.uk-active > a, .uk-nav-dropdown > li.uk-active > a {
    color: #fec014;
}




.antiinmigracion{
	overflow: hidden;
	}
.clasificacion .pictos{
	font-family: Arial;
	vertical-align: top;
	line-height: 14px;
}
.clasificacion .pictos .text span{
	vertical-align: middle;
}
.clasificacion .pictos .text{
	vertical-align: middle;
	height: 45px;
	margin-bottom: 10px;
}

.clasificacion h2{
	color: #558595b;
    font-size: 20px;
    line-height: 28px;
    text-transform: none;
    font-style: italic;
    padding-top: 8px;
}

.uk-inline-block{
	display: inline-block;
}

.pictos{
	padding: 0 7px;
}

.text span{
font-size: 0.9em;
}
.bola, .text {
	display:block;
	position:relative;
	font-size: 0.9em;
	}
.bola i{
	vertical-align: middle;
	display:inline-block;
	font-size: 14px;
	cursor: default;
}

.comentario-mes{
	
	color: #fec014;
    font-size: 18px;
    line-height: 28px;
 	font-style: italic;   
}

.comentario-mes.title{
	text-align: center;
	position: relative;
	bottom: -10px;
	}

.pane .long-title{
	display: none;
}

.radios-comment label{
	color: #fec014;
    font-size: 12px;
    line-height: 28px;
 	font-style: italic;  
 	display: inline;
	}
	
/*******TABS**/

.uk-tab {
    border-bottom: none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.tab-pane.inactive {
    display: none;
}

.tab-pane.active {
    display: block;
}

.uk-tab > li > a {
	padding:0;
	  display: block;
  border: 0px solid transparent;
  border-bottom-width: 0;
  color: #0bc9eb;
  text-decoration: none;
}


.uk-tab > li:not(.uk-active) > a:hover,
.uk-tab > li:not(.uk-active) > a:focus,
.uk-tab > li.uk-open:not(.uk-active) > a {
  margin-bottom: 0;
  padding: 0px;
}
/* Active */
.uk-tab > li.uk-active > a {
  border: none;
  border-bottom-color: transparent;
  background: none;
  color: #09a6c2;
}

.uk-tab > li > a:hover,
.uk-tab > li > a:focus,
.uk-tab > li.uk-open > a {
  border: none;
  background: none;
  color: #09a6c2;
  /* 2 */
  outline: none;
}

.uk-tab > li:nth-child(n+2) > a {
    margin-left: 0;
}

/************Radio buttons ************/
.radios-comment input{
	margin:0 6px 0 0 ;
}


/*******Graficas*******/
.dxc-title{
	padding-top: 10px;
}



/**************Form Contact*/

.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
    display: inline-block;
    margin-bottom: 0;
    min-height: 84px;
    vertical-align: middle;
}

.contact-form input, .contact-form textarea{
	width: 80%;
}

.contact-form input[type=checkbox]{
	width: auto;
}

.btn-primary, .btn-info, .btn-inverse {
    background-color: #fec014;;
    color: #ffffff;
}

.btn-primary:hover, .btn-info:hover, .btn-inverse:hover {
    background-color: #58595b;
    color: #ffffff;
}

.form-actions{
	background: none;
	float: right;
}

.acy_subscription_list{
	display: none;
}


.mod-comentarios{
	font-size: 13px;
	line-height: 18px;
}

.mod-comentarios h2{
	font-size: 24px;
	color: #fec014;
	font-style: italic;
	text-transform: none;
	font-family: Georgia;
}

.mod-comentarios h3:not(.toggler){
	font-size: 24px;
	color: #fec014;
	font-style: italic;
	text-transform: none;
	font-family: Georgia;
}

.mod-comentarios span{
	font-family: Georgia;
	font-weight: bold;
	font-size: 13px;
	
}

.mod-comentarios .neutro{
	color: #c7b299;
	}
.mod-comentarios .rumor{
	color: #736357;
	}
.mod-comentarios .estereotipo{
	color: #ed1e79;
	}
.mod-comentarios .denigrante{
	color: #c1272d;
	}
.mod-comentarios .argumento{
	color: #fbb03b;
	}
.mod-comentarios .discurso{
	color: #f7931e;
	}
.mod-comentarios .alternativo{
	color: #8cc63f;
	}

.uk-grid:not(.uk-grid-preserve) > * > .uk-panel.modulo-grafica {
    margin-top: 0;
    border-top: 4px solid #fec014;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #fec014;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fec014;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #fec014;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #fec014;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fec014;
}


.arrow .uk-icon-arrow-right:before {
  color: #fff;
    content: "";
    font-size: 22px;
    left: 15px;
    position: absolute;
    top: 37%;
}

.arrow .uk-icon-arrow-trans:before {
  	color: #fff;
    content: "";
    font-size: 22px;
    left: 15px;
    position: absolute;
    top: 37%;
}

.arrow div{
	position: relative;
}



/************HOME TEMPORAL********/
.tm-top-b .uk-panel-box, .tm-top-a .uk-panel-box{
	background: none;
}

.home-inicial {
	padding: 10px 20px;
	font-family:Arial;
}

.home-inicial h3{
	font-family: Arial;
	}
.tm-position-divider {
    border-bottom: none;
}

.uk-article-subtitle{
	color:#58595b;
}
.arrow.home-inicial .uk-icon-arrow-right:before {
    color: #58595b;
    content: "";
    font-size: 28px;
    left: 15px;
    position: absolute;
    top: 37%;
}


.tm-navbar-fixed .tm-toolbar + .tm-headerbar + .tm-top-full {
    background-position: 0 62px;
    padding-bottom: 16px;
    padding-top: 124px;
}


.tm-block-padding-bottom {
    padding-bottom: 20px;
}



@media (max-width: 768px) {
	
.separator{
		border: none;
	}
	
.tm-navbar-fixed .tm-toolbar + .tm-headerbar + .tm-top-full {
    background-position: 0 62px;
    padding-bottom: 16px;
    padding-top: 85px;
}
	
.tm-navbar-fixed .tm-toolbar + .tm-headerbar {
    background-position: 0 0;
    margin-top: 30px;
}
.tm-logo-small{
	float: right;
}	

.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
   box-sizing: border-box;
   display: block;
   height: 55px;
   padding: 0;
}

.tm-navbar-fixed  .uk-navbar-brand img, .tm-navbar-fixed  .uk-navbar-brand a {
    height: 80%;
    width: auto;
}

.tm-footer i{
	/*display: none;*/
	}
	
	.k2 .uk-panel-box, .postsemanales > [class*="uk-width-medium-"]:nth-child(2n+1) > div {
    border: medium none;
    padding: 0 20px 32px 20px;
}
	  .tm-navbar-fixed .tm-headerbar {
    height: 55px;
  }
  
  .uk-container {
    max-width: 1100px;
    padding: 0 15px;
}
	
	.tm-navbar-fixed .tm-toolbar + .tm-headerbar + .tm-teaser {
    background-position: 0 62px;
    padding-top: 90px;
    padding-bottom: 16px;
}
	
h2.title-formate{
	line-height: 32px;
}
	
.k2.formate > div {
    margin-bottom: 12px;
}
	
.tab-pane.inactive {
    display: block;
}
	
.tm-separator {
clear: left;
    display: block;
    height: 0;
    margin-left: 25px;
    padding-top: 8px;
}
	
.k2.formate > div:nth-child(n+3), .catrecurso .itemContainer:nth-child(n+3) {
    padding-top: 0px;
}
	
}

.uk-icon-alternativo:before {
    content: "\f197";
}
.uk-icon-antiinmigracion:before {
    content: "\f198";
}
.uk-icon-neutro:before {
    content: "\f199";
}
.uk-icon-trampa:before {
    content: "\f19d";
}
.uk-icon-rumor:before {
    content: "\f19c";
}
.uk-icon-prejuicio:before {
    content: "\f19B";
}
.uk-icon-odio:before {
    content: "\f19A";
}
.mod-comentarios > div  h3 {
	font-size: 16px;
	font-weight: bold;

}
.mod-comentarios > div h3:nth-child(4n+1) {
	color: #c1272d;
}
.mod-comentarios > div h3:nth-child(4n+3) {
	color: #ed1e79;
}
.mod-comentarios > div h3:nth-child(4n+5) {
	color: #736357;
}
.mod-comentarios > div h3:nth-child(4n+7) {
	color: #fec014;
}
.mod-comentarios > div h3:nth-child(4n+9) {
	color: #f7931e;
}
.mod-comentarios > div h3:nth-child(4n+11) {
	color: #8cc63f;
}
.mod-comentarios > div h3:nth-child(4n+13) {
	color: #c7b299;
}

select:focus, 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 {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.15);
    border-color: #fec014;
    box-shadow: none;
    outline: 0 none;
    color:#fff;
    
}

.contact-form input:focus, .contact-form textarea:focus, #acymodifyform input:focus, #acymodifyform textarea:focus{
    color: #919191;

}

.glosario .uk-grid > *:nth-child(even){float:right;}
.glosario .uk-grid > *:nth-child(odd){clear:left;}

.catrecurso .uk-grid > .itemContainer:nth-child(even) {float:right;clear:right;}
.catrecurso .uk-grid >  .itemContainer:nth-child(odd){float:left;clear:left;}

#main-actua .griddinamic > .itemContainer:nth-child(even) {float:right;clear:right;}
#main-actua .griddinamic >  .itemContainer:nth-child(odd){float:left;clear:left;}


.letras{
	margin: 5px 0 25px;;
}

.catItemTitle.uk-grid:not(.uk-grid-preserve) > *, .itemTitle.uk-grid:not(.uk-grid-preserve) > * {
    padding-left: 0;
}

.catItemTitle.uk-grid:not(.uk-grid-preserve) > span, .itemTitle.uk-grid:not(.uk-grid-preserve) > span {
   text-align: right;
}

div.itemIsFeatured, div.catItemIsFeatured, div.userItemIsFeatured {
    background: none;
}

.catItemAuthor{
	font-size: 1.2em;
}

.shares{
	padding: 0 2px;
	display: block;
	font-size: 0.6em;
	border: 1px solid #ccc;
	background-color: #fff;
	text-align: center;
	border-radius: 5px;
}

.redes a{
	display: inline-table;
}
.redes a:hover{
	color:#58595b;
	text-decoration: none;
}
.redes a i {
	text-align: center;
	padding: 0 8px;
}


table.acymailing_form {
    float: left;
}

.catItemAuthor  .uk-link{
	cursor: initial;
	text-decoration: none;
	color: #fec014;
}

#trhtml{
	display: none;
}

div.acymailing_module_error {
    background-color: #da314b;
    color: #fff;
    margin-bottom: 10px;
    padding: 1em !important;
    width: 100%;
}

.twitter-share-button{
	margin-bottom: -2px;
}
.fb_iframe_widget {
    top: -8px;
}

.pluginButton .pluginButtonLabel {
    font-size: 15px !important;
    padding: 0 8px 3px 0;
    position: relative;
    vertical-align: top;
}

.modalimg img, .modalimgview img {
	cursor: pointer;
}