@import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,300';
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');



html, body{
  font-family: "Hind", arial;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body{
  margin:0;
  padding:0;
}

.main-container{
  width:100%;min-width: 10px;
  /*border-top: 3px solid #004987;*/
}

input.uk-search-field {
  /* Reset */
  -webkit-appearance: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  line-height: normal;
  /* Override */
  width: 30px;
  height: 38px;
  padding: 0 0 0 30px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  /* Override for themes */
  position: relative;
  padding: 0;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 12px;
  cursor: pointer;
  z-index: 1;
}
input.uk-search-field:focus {
  /* Reset */
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  box-shadow: none;
  /* Override */
  outline: 0;
  /* Override for themes */
}

/*
 * Icon
 */
.uk-search:before {
    content: "\f002";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    line-height: 38px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 28px;
    color: #ffffff;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
	font-family: "arial";
}
/*
 * Dependency `uk-navbar-flip`
 */
.uk-navbar-flip .uk-dropdown-search {
  margin-top: 27px;
  margin-right: -15px;
}
.uk-navbar-flip {
  float: right;
}
/* Placeholder */
.uk-search-field:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0) !important;
}
.uk-search-field::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}
.uk-search-field::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0);
}
/* Focus */
.uk-search-field:focus {
  outline: 0;
}
/* Focus + Active */
.uk-search-field:focus,
.uk-search.uk-active .uk-search-field {
  width: 180px;
}
.uk-search-field:focus,
.uk-active .uk-search-field {
  padding: 0 30px;
}
/* Dropdown modifier: `uk-dropdown-search`
 ========================================================================== */
.uk-dropdown-search {
  width: 300px;
  margin-top: 0;
  background: #005195;
  color: #005195;
}
.uk-open > .uk-dropdown-search {
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  animation: uk-slide-top-fixed 0.2s ease-in-out;
}
/*
 * Dependency `uk-navbar-flip`
 */
.uk-navbar-flip .uk-dropdown-search {
  margin-top: 27px;
  margin-right: -15px;
}
/* Nav modifier `uk-nav-search`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-search > li > a {
  color: #005195;
}
/*
 * Active
 * 1. Remove default focus style
 */
.uk-nav-search > li.uk-active > a {
  background: rgba(0, 0, 0, 0);
  color: #fafafa;
  /* 1 */
  outline: none;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-search .uk-nav-header {
  color: #005195;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-search .uk-nav-divider {
  border-top: 1px solid #dddddd;
}
/*
 * Nested items
 */
.uk-nav-search ul a {
  color: #005195;
}
.uk-nav-search ul a:hover {
  color: rgba(0, 81, 149, 0.5);
}
div.clr{clear:both; height:1px; width:100%;}
/* Search in offcanvas
 ========================================================================== */

button,input {
	*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"] {
	cursor: pointer;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
/*Button Search*/
.uk-button {
  -webkit-appearance: none;
  border: none;
  overflow: visible;
  font: inherit;
  color: #c62038;
  text-transform: none;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
  vertical-align: middle;
  line-height: 35px;
  min-height: 35px;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #dddddd;
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-weight: 300;
}
.uk-button:not(:disabled) {
  cursor: pointer;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.uk-button:hover,
.uk-button:focus {
  background-color: #ffffff;
  color: #c62038;
  outline: none;
  text-decoration: none;
  border-color: #aaaaaa;
  -webkit-transition: background-color 0.1s ease-in-out, border-color 0.2s ease-in;
  transition: background-color 0.1s ease-in-out, border-color 0.2s ease-in;
}
/* Active */
.uk-button:active,
.uk-button.uk-active {
  background-color: #fafafa;
  color: #c62038;
}
/*Button search*/
.checkbox, .radio{ margin-right: 30px; }
.checkbox input, .radio input{ margin-right: 7px; }
.icon-search:after { content: "\f002";     font-family: FontAwesome; }
.result-category .small, .result-created{ font-size: 12px; }
.btn-group button{  padding: 7px 15px; border: none; background: #005195; color: #ffffff; }
.renglon-search{ height: auto; border-bottom: 1px dashed #005195; margin-left: 0px!important; line-height: 50px; }
#search-searchword{ padding: 5px;  }
.search-results .renglon-search:last-child { border-bottom: none; }

.menu-mobile { margin-top: 30px;  list-style: none;
    padding-left: 20px;
      padding-right: 20px;
  }
  .menu-mobile li{
    height: 50px;
    line-height: 50px;
  }
  .menu-mobile li a:link,
  .menu-mobile li a:hover,
  .menu-mobile li a:visited {
    color: #ffffff!important;
  }
  .menu-mobile li:first-child{ border-top: none; }
  .menu-mobile li{ border-top: 1px solid #949494; text-align: left }

/*General and Layout*/
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    font-family: 'Hind' !important;
    font-weight: 400;
    /* color: #C19E74; */
    text-transform: none;
}
.cols, .slider{
  margin:0 0 30px 0 !important;
}
.side{margin: 0 0 10px 0 !important;}
.moduletable h2, .moduletable h3{
  border-bottom:3px solid #00aee4;
  color:#f98e05;
}

.tm-box-bordered, .box-bordered{
    background: rgb(220, 225, 234);
  border-radius: 10px;
}
.tm-box-bordered .uk-grid > * + * {
    border-left: 1px dotted #999;
}
.orange{color:#f98e05;}
.ul-orange ul{
margin:0 !important; padding:0 !important;
}
.ul-orange ul li{
  background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAMtJREFUeNp0j7FqAkEQhr89FoSFQyGNZYrrTGFtpeYFYmnpG6RJselSWVjEdxBrFXyAA9vAXWMtgp1IbokeOaNuipyHHmaqGb4ZvvmFtZZ/y2gVGK2qt5iDEFUgMFo956H46lWsUHccVx8APtAqduPo7xKQ9zUKj68It1wHFkarpwwCOOUHVHuA9JolYGS0eneuHAUX6TWyWWZdsuV7+sJhMYtSry8BTp9L9sEQu9uMgc75IWl3a37mkwh4K3bj/qVG2mQbptthPufvAD6JQU6zfk2SAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 0px 4px;
  list-style-type: none;
  padding-left:20px;
}
.ul-orange ul li a, a{
  font:normal 14px "Open Sans";
  color: #c62038 !important;
}

/* Contacto Institucion */
.tm-text-orange {
    color: #f98e05;
}
.uk-panel{
  color: black;
}
.inner-container,.inner-container-blue{
  padding: 5px;
  border-radius: 10px;
  background: #FFF;
}
.inner-container-blue{background: #133150;}
.inst-info{
  padding: 10px;
  margin: 20px 0;
}
/*Menú secundario*/
.secondary_menu{
	justify-content: flex-end;
	height: 26px;
}
.secondary_menu ul{
	display: flex;
	margin-bottom: 0px;
	line-height: 26px;
	list-style: none;
}
.secondary_menu ul li{
	padding-right: 15px;
	margin-bottom: 0px;
	line-height: 26px;
}
.secondary_menu ul li a{
	color: #FFF!important;
}
.secondary_menu ul li a:hover{
	background: none;
}
.secondary_menu ul li:last-child{
	padding-right: 0px;
}
.blue_sheader{
/*	background: #004987;*/
	height: 26px;
}
.blue_rombo{
	/*background: url(../images/linea-diagonal.png) right no-repeat;*/
	background-size: inherit;
	min-width: 37px;
	padding: 0px;
	padding-left: 0px!important;
}
/*Termina Menú secundario*/
/*Para el footer*/
.tm-block-footer{
	color: black;
  /*background: #1d559b;*/
  min-height: 50px;
	font-family: "Hind", arial!important;
	line-height: 22px;
	margin-top: auto;
}
.tm-block-footer h2,
.tm-block-footer h3{
	color:#FFF;
}
.tm-block-footer h1{
	color: #FFF!important;
	font-size: 22px;
	font-weight: 600;
  font-family: 'Hind', arial;
}
.tm-block-footer span{
	margin-top: 20px;
	opacity: .5;
}
.tm-block-footer ul{
	list-style: square;
}
.borde_int{
	padding-right: 20px;
	border-right: 1px dashed #FFF;
}
.footer_title{
	text-align: left;
	color: #FFF;
	font-size: 22px;
	font-weight: 600;
	font-family: "Hind", arial;
}
.copyright{
	background: #bdbdbd;
	line-height: 34px;
	min-height: 30px;
	color: #fff;
    font-size: 11px;
    font-family: 'Prompt', arial;
}
.text_portal span{
	font-size: 10px;
	font-weight: bold;
}
.links_extra ul{
	list-style: none;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	align-content: center;
}
.footer_int > div{
	border-left: 1px solid #f08721;
}
/*End footer*/


/*Header and menu*/
.tm-headerbar{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+53,e6e6e6+100 */
  z-index: 0;
  background: #EDF2F4/*004987*/;
  /*box-shadow: 5px 10px #888888;*/
  /*position: relative;*/
  border-top: 6px solid;
/*  border-image: linear-gradient(
    to right, #004987 25%, #4EC2C7 25%,
    #4EC2C7 50%, #F08721 50%,
    #F08721 75%, #F9C017 75%,
    #F9C017 85%, #F9C017 85%) 1;*/
}

.menu_custom{
		float: right;
    display: flex;
    align-items: flex-end;
    margin-top: 30px;
}
.menu_custom .menu{
	display:flex;
	align-content: space-between;
	text-align: center;
	justify-content: space-between;
	padding-left: 0px;
}
.menu_custom .menu li{
  float: left;
  /*border-right: 1px solid #f08721;*/
  padding-right: 15px;
  padding-left: 15px;
  list-style: none;
	display: flex;
	align-items: center;
}
.menu_custom .menu li:last-child{
	border-right:none;
}
.menu_custom .menu li a{
	color: black !important;
	/*text-transform: uppercase;*/
	font-size: 15px;
	font-family: "Hind", arial;
	font-weight: 600;
}
.menu_custom .menu li a:hover{
	background: none;
}
#tm-headerbar .uk-navbar{
	background: none;
}
.tm-logo:before{
	height: auto!important;
  display: block!important;
}
.tm-logo-small:before{
	height: auto!important;
	display: block!important;
}
.tm-logo-small img{
	max-height: 50px;
}
#tm-headerbar .uk-navbar .uk-clearfix{
	display: flex;
	align-content: space-between;
	justify-content: space-between;
}
.menu_icon{
	color: #004987!important;
}
.uk-navbar-brand{ height: auto!important; }
.uk-navbar-flip {
    float: right;
}
.search-query{
	background: #004987;
  border: none;
  border-radius: 5px;
  color: #FFF;
  min-width: 200px;
  padding: 5px 30px 5px 10px;
}
.form-inline:after{
	content: "\f002";
	position: relative;
	top: 0;
	left: 0;
	width: 30px;
	line-height: 38px;
	text-align: center;
	font-family: "FontAwesome";
	font-size: 14px;
	color: #ffffff;
	margin-right: 25px;
	margin-left: -25px;
}
.social_red{
  padding-top: 6px;
  margin-right: 20px;
}
.social_red a{
  color: #CCC !important;
  font-size: 20px;
  padding-right: 10px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}
:-moz-placeholder { /* Firefox 18- */
  color: #FFF;
}
.uk-offcanvas-bar .menu{
	list-style: none;
	margin-top: 20px;
	padding-left: 0px;
}
.uk-offcanvas-bar .menu li a{
	color: #F3F3F3!important;
}
.uk-offcanvas-bar .menu li{
	padding-top: 10px;
  min-height: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  border-bottom: 1px dashed #565454;
}
.uk-offcanvas-bar .menu li:last-child{
	border:none;
}
/*Header and menu*/

/*banners*/
.banneritem{margin:5px 0;}
.border_sear{ border:none; clear: both; }
.pagination_c{list-style:none;text-align: center;}
.pagination_c li{list-style:none;display: inline;margin-right: 10px;}


.uk-alert {
    background: #dd1111;
    color: #938f85;
    font-size: 38px;
/*    height: 100px;*/
}

.alert-message {
    font-size: 34px !important;
    color: black !important;
}


/*uikit breakpoints*/
@media (min-width: 1160px){

}
@media (min-width: 960px) and (max-width: 1199px) {

}
@media (min-width: 768px) and (max-width: 959px) {
}
@media (min-width: 480px) and (max-width: 767px) {

}
@media (min-width: 480px) and (max-width: 650px) {

}

@media (min-width: 0px) and (max-width: 479px) {

}
@media (min-width: 0px) and (max-width: 479px) {
	/* Whole */
	 .uk-width-small-1-1 {
		 width: 100%;
	 }
	 /* Halves */
	 .uk-width-small-1-2,
	 .uk-width-small-2-4,
	 .uk-width-small-3-6,
	 .uk-width-small-5-10 {
		 width: 50%;
	 }
	 /* Thirds */
	 .uk-width-small-1-3,
	 .uk-width-small-2-6 {
		 width: 33.333%;
	 }
	 .uk-width-small-2-3,
	 .uk-width-small-4-6 {
		 width: 66.666%;
	 }
	 /* Quarters */
	 .uk-width-small-1-4 {
		 width: 25%;
	 }
	 .uk-width-small-3-4 {
		 width: 75%;
	 }
	 /* Fifths */
	 .uk-width-small-1-5,
	 .uk-width-small-2-10 {
		 width: 20%;
	 }
	 .uk-width-small-2-5,
	 .uk-width-small-4-10 {
		 width: 40%;
	 }
	 .uk-width-small-3-5,
	 .uk-width-small-6-10 {
		 width: 60%;
	 }
	 .uk-width-small-4-5,
	 .uk-width-small-8-10 {
		 width: 80%;
	 }
	 /* Sixths */
	 .uk-width-small-1-6 {
		 width: 16.666%;
	 }
	 .uk-width-small-5-6 {
		 width: 83.333%;
	 }
	 /* Tenths */
	 .uk-width-small-1-10 {
		 width: 10%;
	 }
	 .uk-width-small-3-10 {
		 width: 30%;
	 }
	 .uk-width-small-7-10 {
		 width: 70%;
	 }
	 .uk-width-small-9-10 {
		 width: 90%;
	 }
	 .footer_int > div{
		 border-left: none;
	 }
}





/**************\
  INICIO VEDA
\************** 
html{
  filter: url('#grayscale');
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: Gray();
  filter: gray;
  background: #FFF;
}

.tm-headerbar {
    background: #FFFFFF !important;
}
/**************\
  FIN VEDA
\**************/
