
/* -------------------------------------------------
					COLORES
------------------------------------------------- */
a,
a:hover{
	color: #666;
}
.color-primary{
	color: #0298bd;
}

.color-secondary{
	color: #f34235;
}

body,
.color-general{
	color: #666;
}

.color-gris{
	color: #999;
}

nav a,
nav a:hover,
.color-blanco,
.color-blanco:hover{
	color: #fff;
}

.color-negro{
	color: #000;
}
.color-rojo{
	color: #F00;
}



/* -------------------------------------------------
				FONDOS
------------------------------------------------- */
body{
	background: #f5f5f5;
}
.bg-white{
	background: #FFF;
}
.bg-black,
.activo,
nav a:hover{
	background: #000;
}
.bg-gris{
	background: #e9e9e9;
}
.bg-gris2{
	background: #999;
}
.bg-primary{
	background: #666;
}
.bg-secondary{
	background: #eeeeee;
}
.bg-red{
	background: #ca2303;
}
.bg-azul{
	background: #0695bd;
}
.bg-amarillo{
	background: #ffa800;
}
.bg-dark{
	background: rgba(0,0,0,.3);
}
.bg-claro{
	background: rgba(250,250,250,.3);
}


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


/* -------------------------------------------------
					NAVEGACIÓN 
------------------------------------------------- */
nav {
	padding-left: 0!important;
	text-align: center;
	width: 100%;
}
nav ul {
	padding: 0;
	height: 25px;
	width: 100%;
}
nav li {
	float: left;
	list-style: none;
	margin: 0 5px;
	position: relative;
}
nav a {
	line-height: 1.5;
	padding: 20px 47px;
}
.activo,
nav a:hover {
}
.select-menu {
	display: none !important;
}


/* -------------------------------------------------
					TEMPLATE
------------------------------------------------- */
body{
	font-size: 16px;
}
header{
	font-size: 20px;
	padding-bottom: 5px;
	width: 100%;
	z-index: 10;
}
header .uk-icon-facebook,
header .uk-icon-map-marker,
header .uk-icon-phone{
	border-radius: 50%;
	box-shadow: 0 0 0 2px #666;
	margin-right: 5px;
	padding: 5px;
	text-align: center;
	width: 20px;
}
footer .uk-icon-phone{
	border-radius: 50%;
	box-shadow: 0 0 0 2px #999;
	margin-right: 5px;
	padding: 5px;
	text-align: center;
	width: 16px;
}
footer{
	font-size: 15px;
}
#linea_roja{
	background: #ca2303;
	height: 7px;
}
.oscuro{
	opacity:.5;
}
.oscuro:hover{
	opacity:1;
}
.z-index-1{
	z-index: -1;
}
.icono{
	float: left;
	margin-right: 30px; 
}


footer li{
	list-style: none;
	margin: -10px 10px 20px 10px;
}
.ico-footer{
	margin: 0 1%;
	max-width: 30px;
	width: 20%;
}
.img-siguenos{
	margin-top: -5px;
}
footer i{
	padding: 7px;
	min-width: 15px;
}

.bordered1{
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
}
.bordered2{
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
}
.border-bottom{
	border-bottom: solid 2px #aaa;
}
.border-round-1{
	border-radius: 10px 0 0 0;
}
.border-round-2{
	border-radius: 0 10px 0 0;
}
.border-round-3{
	border-radius: 0 0 10px 0;
}
.border-round-4{
	border-radius: 0 0 0 10px;
}

/* -------------------------------------------------
					GENERALES
------------------------------------------------- */
b,
.bold{
	font-family: 'latobold';
	font-weight: normal;
}
.light{
	font-family: 'latolight';
}
img{
	max-width: 100%;
}
a,
a:hover
{
	text-decoration: none;
	cursor: pointer;
}
h1{
	font-family: 'latolight';
	font-size: 60px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2{
	font-family: 'latolight';
	font-size: 32px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3{
	font-family: 'latolight';
	font-size: 26px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
h4{
	font-family: 'latolight';
	font-size: 21px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
h5{
	font-family: 'latolight';
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
.row{
	width: 100%;
}
.max-width{
	max-width: 100%;
}
.margen-top-20{
	margin-top: 20px;
}
.margen-top-50{
	margin-top: 50px;
}
.margen-top-70{
	margin-top: 70px;
}
.margen-top-menos-25{
	margin-top: -25px;
	z-index: 0;
}
.margen-top-5{
	margin-top: 5px;
}
.margen-top-menos-5{
	margin-top: -5px;
}
.margen-bottom-20{
	margin-bottom: 20px;
}
.margen-bottom-50{
	margin-bottom: 50px;
}
.margen-v-20{
	margin-top: 20px;
	margin-bottom: 20px;
}
.margen-v-50{
	margin-top: 50px;
	margin-bottom: 50px;
}
.margen-10{
	margin: 10px;
}
.margen-none{
	margin: 0!important;
}
.min-h-50{
	min-height: 50px;
}
.separador-small{
	min-height: 0;
}
.badge{
	border-radius: 50%;
	background: #081327;
	color: #FFF:;
	padding: 4px;
	min-width: 16px;
	text-align: center;
}
.alpha-50,
.alpha-75
{
  opacity:1;
}
.alpha-50:hover{
  opacity:.5;
}
.alpha-75:hover{
	opacity:.75;
}
.padding-10{
	padding: 10px;
}
.padding-20{
	padding: 20px;
}
.padding-top-20{
	padding-top: 20px;
}
.padding-top-50{
	padding-top: 50px;
}
.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-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-bottom-20{
	padding-bottom: 20px;
}
.text-xs{
	font-size: .6em;
}
.text-sm{
	font-size: .8em;
}
.text-lg{
	font-size: 1.5em;
}
.text-xl{
	font-size: 3em;
}
.font-25{
	font-size: 25px;
}
::-webkit-input-placeholder { color: #666; } /* WebKit */
:-moz-placeholder { color: #666; } /* Firefox 18- */
::-moz-placeholder { color: #666; } /* Firefox 19+ */
:-ms-input-placeholder { color: #666; } /* IE 10+ */

iframe{
	border: 0;
	height: 400px;
	margin: 20px 0;
	width: 100%;
}
.transicion{
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.transicion:hover{
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
.verify-numbers{
	border: 1px solid #999;
	height: 20px;
	padding: 15px;
}

.input-gris,
.textarea-gris{
	background: #ebebeb;
	border: 1px solid #999;
	font-size: 16px;
	height: 50px;
	padding: 0 10px;
}
.textarea-gris{
	padding: 10px;
	height: 100px;
	resize:none;
}
input{
	font-size: 16px;
}
.uk-button-primary{background-color:#666;color:#fff;border-color:rgba(0,0,0,.2);border-bottom-color:rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2)}
.uk-button-primary:focus,.uk-button-primary:hover{background-color:#f34235;color:#fff;background-image:none}
.uk-button-primary.uk-active,.uk-button-primary:active{background-color:#f34235;color:#fff;background-image:none;border-color:rgba(0,0,0,.2);border-top-color:rgba(0,0,0,.4);box-shadow:inset 0 2px 4px rgba(0,0,0,.2)}
.uk-button-success{background-color:#82bb42;color:#fff;border-color:rgba(0,0,0,.2);border-bottom-color:rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2)}
.uk-button-success:focus,.uk-button-success:hover{background-color:#8fce48;color:#fff;background-image:none}
.uk-button-success.uk-active,.uk-button-success:active{background-color:#76b430;color:#fff;background-image:none;border-color:rgba(0,0,0,.2);border-top-color:rgba(0,0,0,.4);box-shadow:inset 0 2px 4px rgba(0,0,0,.2)}
.uk-button-danger{background-color:#d32c46;color:#fff;background-image;border-color:rgba(0,0,0,.2);border-bottom-color:rgba(0,0,0,.4);text-shadow:0 -1px 0 rgba(0,0,0,.2)}
.uk-button-danger:focus,.uk-button-danger:hover{background-color:#e33551;color:#fff;background-image:none}
.uk-button-danger.uk-active,.uk-button-danger:active{background-color:#c91c37;color:#fff;background-image:none;border-color:rgba(0,0,0,.2);border-top-color:rgba(0,0,0,.4);box-shadow:inset 0 2px 4px rgba(0,0,0,.2)}


/* -------------------------------------------------
					MEDIA QUERY
------------------------------------------------- */

@media (max-width: 1240px) {
	nav a{
		padding: 20px 30px;
	}
	.activo,
	nav a:hover{
	}
}
@media (max-width: 1050px) {
}
@media (max-width: 768px) {
	.menu
	{
		display: none;
	}
	nav{
		height: 30px;
		margin: 10px 0;
		width: 100%;
	}
	.select-menu {
		border: 1px solid #999;
		background: #494949 ;
		color: #ffffff;
		cursor: pointer;
		display: block !important;
		height: 30px;
		margin: 0 10%;
		width: 80%;
	}
	.margen-top-70{
		margin-top: 20px;
	}
	.uk-text-right{
		text-align: center!important;
	}
	.separador-small{
		height: 20px;
	}
	.font-25{
		font-size: 18px;
	}
	header,
	footer{
		text-align: center!important;
	}
}


