/* ----------- FUENTES      */
	.frank{
		font-family: 'Frank Ruhl Libre', serif;
	}
	.montserrat{
		font-family: 'Montserrat', sans-serif;
		font-weight: 300;
	}

/* ----------- COLORES      */
	body,
	a,
	em,
	a:hover,
	.color-general,
	.social-head:hover,
	.social-head{
		color: #333;
	}
	.color-negro{
		color: #000;
	}

	.color-primary,
	.color-primary-hover:hover,
	.color-rojo{
		color: #ff0000;
	}
	thead,
	.color-gris-9{
		color: #999;
	}
	.uk-navbar-nav > li.uk-active > a,
	.uk-navbar-nav > li:hover > a,
	.uk-navbar-nav > li > a:focus,
	.uk-navbar-nav > li > a.uk-open {
		color: #9e6354;
	}
	nav a,
	nav a:hover,
	.uk-navbar-nav > li > a,
	.uk-navbar-dropdown-nav a:hover,
	.uk-navbar-dropdown-nav a,
	.color-gris-7{
		color: #777;
	}
	.color-gris-6{
		color: #666;
	}
	.color-gris-4{
		color: #444;
	}
	.color-gris-3{
		color: #333;
	}
	.color-gris-2{
		color: #222;
	}
	footer a:hover,
	footer,
	footer a,
	.color-gris-a,
	.color-gris-a:hover
	{
		color: #a6a8ab;
	}
	.color-gris-d{
		color: #ddd;
	}
	.color-blanco,
	.color-blanco:hover{
		color: #eee;
	}

/* ----------- FONDOS       */
	html,
	body,
	.bg-white{
		background: #FFF;
	}
	.bg-gris-oscuro{
		background: #333;
	}
	.bg-primary,
	.bg-red{
		background: #ff0000;
	}
	.bg-secondary{
		background: #333;
	}
	header{
		background: #fff;
	}
	footer{
		background: #33353a;
	}
	.bg-black{
		background: black;
	}
	.bg-gris{
		background: #33353a;
	}
	.bg-azul{
		background: #0695bd;
	}

	.bg-amarillo{
		background: #ffa800;
	}

	.bg-dark{
		background: rgba(0,0,0,.4);
	}
	.bg-alpha-red{
		background: rgba(250,0,0,.7);
	}
	.bg-claro{
		background: rgba(250,250,250,.7);
	}

	.bg-test1{
		background: #ff0;
	}
	.bg-test2{
		background: #f0f;
	}
	.bg-test3{
		background: #0ff;
	}

/*  -----------NAVEGACIÓN   */
	.uk-navbar-nav > li{
	}
	.uk-navbar-nav > li:last-child{
	}
	.uk-navbar-nav > li > a{
	  font-family: 'Montserrat', sans-serif;
	  font-weight: 400;
	  border: none;
	  text-transform: capitalize;
	}

	.uk-navbar-nav > li.uk-active > a,
	.uk-navbar-nav > li:hover > a,
	.uk-navbar-nav > li > a:focus,
	.uk-navbar-nav > li > a.uk-open {
		outline: none;
	}
	.uk-navbar-dropdown-nav{
		text-align: left;
	}
	.uk-navbar-dropdown {
		width: auto;
		margin: 0;
	}
	.uk-navbar-dropdown-nav a{
		font-size: 18px;
		margin: 0;
		padding: 5px;
	}

	.uk-offcanvas-bar{
		background: #222;
	}
	.uk-offcanvas-bar a{
		border:solid 1px #333;
		color: #AAA;
		background: #222;
		font-size: 1em!important;
		text-align: left;
		padding-left: 10px;
	}

	.uk-offcanvas-bar a.uk-active,
	.uk-offcanvas-bar a:hover{
		color:#AAA;
		background: #333;
		border:solid 1px #444;
	}

	.uk-offcanvas-bar li{
		border-radius: 10px;
		margin-top: 5px;
	}

	.uk-offcanvas-bar .uk-nav-sub a{
		padding-left: 20px;
	}

	@media (max-width: 1159px) {
		.uk-navbar-nav > li > a{
		}
	}
	@media (max-width: 905px) {
		.uk-navbar-nav > li > a{
		}
	}
	@media (max-width: 690px) {
	}

/*  ---------- TEMPLATE     */
	body{
		font-size: 18px;
		font-weight: 300;
	}
	header{
	}
	footer{
		font-size: .6em;
	}
	#logo{
		padding-top: 10px;
		width: 100%;
		max-width: 121px;
	}
	#logoinverse{
		margin-top:430px;
	}
	.inicio-foto{
		height: 332px;
		margin-bottom: 20px;
	}
	.inicio-foto img{
		top: 0;
		left: 50%;
		margin-left: -130px;
	}
	#inicio-txt{
		width: 100%;
		max-width: 500px;
	}
	#about-txt{
		height:600px;
		margin-top:-30px;
		width: 100%;
	}
	#about-txt div{
		max-width:300px;
		padding: 0 100px;
		width: 100%;
	}
	.gallery-cinta{
		background: #fff;
		width: 100%;
		padding: 5px 0;
		position: absolute;
		bottom: 50px;
	}
	.social-head{
		padding-right: 10px;
	}
	.bordered{
		border: solid 2px #000;
		padding: 5px;
	}
	.divider{
		border-left: solid 2px #a7a8ab;
	}
	.divisor{
		background: url(../img/design/bg-lines.jpg) center center repeat-x;
	}
	.divisor2{
		background: url(../img/design/bg-linea1.png) center center repeat-x;
	}
	.brackets{
		background: url(../img/design/brackets.jpg) center center no-repeat;
		height: 65px;
		padding-top: 35px;
	}
	.black-input{
		background: #33353a;
		border-top: solid 1px #a6a8ab;
		border-right: solid 1px #a6a8ab;
		border-bottom: solid 1px #a6a8ab;
		border-left: solid 1px #a6a8ab;
		color: #a6a8ab;
		font-size: 1em;
		padding: 7px 2%;
		width: 96%;
	}
	.uk-select:not([multiple]):not([size]) {
	  height: 30px;
	}
	::-webkit-input-placeholder { color: #a6a8ab; } /* WebKit */
	:-moz-placeholder { color: #a6a8ab; } /* Firefox 18- */
	::-moz-placeholder { color: #a6a8ab; } /* Firefox 19+ */
	:-ms-input-placeholder { color: #a6a8ab; } /* IE 10+ */

/*  ---------- GENERALES    */
	a{
		text-decoration: none!important;
	}
	a,
	a:hover,
	.uk-button,
	.uk-button:hover,
	.transicion,
	.transicion:hover{
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
	}
	#totop{
		position: fixed;
		right: 35px;
	}
	#totop a{
		color: #fff;
		font-size: 30px;
		height: 60px;
		width: 60px;
	}
	h1{
		font-size: 1.2em;
	}
	h2{
		font-size: 1.1em;
	}
	h3,h4,h5,h6{
		font-size: 1em;
	}
	.claro,
	.alpha-1-5:hover{
		opacity:.6;
	}
	.oscuro,
	.alpha-1-0:hover{
		opacity:0;
	}
	.alpha-1-0,
	.alpha-1-5,
	.claro:hover,
	.oscuro:hover,
	.alpha1hover:hover{
		opacity: 1;
	}
	.margen-top-5{
		padding-top: 5px;
	}
	.margen-top-10{
		padding-top: 10px;
	}
	.margen-top-20{
		padding-top: 20px;
	}
	.margen-top-50{
		margin-top: 50px;
	}
	.margen-bottom-50{
		margin-bottom: 50px;
	}
	.margen-h-5{
		margin-left: 5px;
		margin-right: 5px;
	}
	.margen-v-20{
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.margen-v-50{
		margin-bottom: 50px;
		margin-top: 50px;
	}
	.margen-v-70{
		margin-bottom: 70px;
		margin-top: 70px;
	}
	.padding-bottom-20{
		padding-bottom: 20px;
	}
	.padding-bottom-50{
		padding-bottom: 50px;
	}
	.padding-bottom-100{
		padding-bottom: 100px;
	}
	.padding-top-5{
		padding-top: 5px;
	}
	.padding-top-10{
		padding-top: 10px;
	}
	.padding-top-20{
		padding-top: 20px;
	}
	.padding-top-50{
		padding-top: 50px;
	}
	.padding-top-100{
		padding-top: 100px;
	}
	.padding-v-5{
		padding-bottom: 5px;
		padding-top: 5px;
	}
	.padding-v-10{
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.padding-v-20{
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.padding-v-50{
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.padding-v-100{
		padding-bottom: 100px;
		padding-top: 100px;
	}
	.padding-left-10{
		padding-left: 10px;
	}
	.padding-right-10{
		padding-right: 10px;
	}
	.padding-h-10{
		padding-left: 10px;
		padding-right: 10px;
	}
	.padding-h-20{
		padding-left: 20px;
		padding-right: 20px;
	}
	.padding-h-50{
		padding-left: 50px;
		padding-right: 50px;
	}
	.padding-h-70{
		padding-left: 70px;
		padding-right: 70px;
	}
	.padding-5{
		padding:5px;
	}
	.padding-10{
		padding:10px;
	}
	.padding-20{
		padding:20px;
	}
	.min-height-150px{
		min-height: 150px;
	}
	.min-height-500px{
		min-height: 500px;
	}
	.max-height-300px{
		max-height: 300px;
	}
	.pointer{
		cursor: pointer;
	}
	#map{
		height: 500px;
	}
	.text-5{
		font-size: .5em;
	}
	.text-6{
		font-size: .6em;
	}
	.text-xs,
	.text-7{
		font-size: .7em;
	}
	.text-8{
		font-size: .8em;
	}
	.text-sm,
	.text-9
	{
		font-size: .9em;
	}
	.text-11
	{
		font-size: 1.1em;
	}
	.text-lg{
		font-size: 1.2em;
	}
	.text-xl{
		font-size: 1.5em;
	}
	.text-xxl{
		font-size: 2em;
	}
	.text-xxxl{
		font-size: 3em;
	}

	.text-v{
		writing-mode: vertical-lr;
		transform: rotate(180deg);
	}
	.uk-text-bold{
		font-weight: 700;
	}
	.uk-text-light{
		font-weight: 100;
	}

	/* danger */
	.uk-button{
		font-weight: 700;
	}
	.uk-button-danger,
	.uk-button-danger:active,
	.uk-button-danger.uk-active,
	.uk-button-danger:hover,
	.uk-button-danger:focus{
	  color: #fff;
	}
	/* personal */
	.uk-button-personal {
	  background-color: #ff0000;
	  color: #fff;
	  border: 1px solid #ff0000;
	}
	/* Hover + Focus */
	.uk-button-personal:hover,
	.uk-button-personal:focus {
	  background-color: #333;
	  color: #fff;
	}
	/* OnClick + Active */
	.uk-button-personal:active,
	.uk-button-personal.uk-active {
	  background-color: #000;
	  color: #fff;
	}

	/* black */
	.uk-button-black {
	  background-color: #000;
	  color: #fff;
	  border: 1px solid #000;
	}
	/* Hover + Focus */
	.uk-button-black:hover,
	.uk-button-black:focus {
	  background-color: #444;
	  color: #fff;
	}
	/* OnClick + Active */
	.uk-button-black:active,
	.uk-button-black.uk-active {
	  background-color: #666;
	  color: #fff;
	}

	/* blog */
	.uk-button-blog {
	  background-color: #fff;
	  border: 2px solid #484848;
	  border-radius: 50px;
	  color: #484848;
	}
	/* Hover + Focus */
	.uk-button-blog:hover,
	.uk-button-blog:focus {
	  background-color: #fff;
	  color: #000;
	}
	/* OnClick + Active */
	.uk-button-blog:active,
	.uk-button-blog.uk-active {
	  background-color: #fff;
	  color: #000;
	}

	/* totop */
	.uk-button-totop,
	.uk-button-totop:hover,
	.uk-button-totop:focus,
	.uk-button-totop:active,
	.uk-button-totop.uk-active {
	  background-color: #333;
	  color: #fff;
	}
	/*  claro */
	.uk-button-white {
	  background-color: #fff;
	  color: #333;
	  border: 1px solid #fff;
	}
	/* Hover + Focus */
	.uk-button-white:hover,
	.uk-button-white:focus {
	  background-color: #eee;
	  color: #111;
	}
	/* OnClick + Active */
	.uk-button-white:active,
	.uk-button-white.uk-active {
	  background-color: #ddd;
	  color: #000;
	}
	/*  TOP */
	.uk-button-top {
	  background-color: #000;
	  border: 1px solid #000;
	  color: #EEE;
	  font-size: 18px;
	  padding-top: 5px;
	}
	/* Hover + Focus */
	.uk-button-top:hover,
	.uk-button-top:focus {
	  background-color: #000;
	  color: #fff;
	}
	/* OnClick + Active */
	.uk-button-top:active,
	.uk-button-top.uk-active {
	  background-color: #000;
	  color: #CCC;
	}
	.uk-lightbox {
		background: rgba(0,0,0,.7)!important;
	}
	.uk-notification-message{
		background: #666!important;
	}
	textarea{
		resize:none;
	}

/* ----------- XML SITE MAP */
	urlset{
		background: url(../img/design/logo-white.png) no-repeat top center #1e1933;
		padding-top: 110px;
	}
	url {
		background: #fff;
		display: block;
		padding: 10px
	}
	loc{
		display: block;
		margin: 0 auto;
		width: 1200px;
	}

/* ----------- MEDIA QUERY  */
	@media (max-width: 1250px) {
		.uk-navbar-nav > li > a{
		}
	}
	@media (max-width: 960px) {
		.divider{
			border-left: none;
			margin-top: 20px;
		}
		footer .fa-phone{
			margin-top: 20px;
		}
	}
	@media (max-width: 820px) {
		.uk-navbar-nav > li > a{
			font-size: .7em;
			padding-left: 5px;
			padding-right: 5px;
		}
	}
	@media (max-width: 640px) {
		#about-txt div{
			max-width:300px;
			padding: 0;
			width: 100%;
		}
		.brackets{
			background-size: 100%;
		}
	}
	@media (max-width: 550px) {
	}
