@font-face {
    font-family: BH;
	src: url("font/blue highway rg.ttf");
    font-weight: 400;
}

@font-face {
    font-family: BH;
	src: url("font/blue highway bd.ttf");
    font-weight: 600;
}


/*===================================================================================*/
/*  TYPOGRAFIA                                                                       */ 
/*===================================================================================*/

.OS-12
{
	font-family: 'Open Sans', Arial;
	font-size: 12px;
	font-weight: 400;
}

.OS-13
{
	font-family: 'Open Sans', Arial;
	font-size: 13px;
	font-weight: 400;
}

.OS-14
{
	font-family: 'Open Sans', Arial;
	font-size: 14px;
	font-weight: 400;
}

.OS-15
{
	font-family: 'Open Sans', Arial;
	font-size: 15px;
	font-weight: 400;
}

.OS-16
{
	font-family: 'Open Sans', Arial;
	font-size: 16px;
	font-weight: 400;
}

.OS-18
{
	font-family: 'Open Sans', Arial;
	font-size: 18px;
	font-weight: 400;
}

.OS-20
{
	font-family: 'Open Sans', Arial;
	font-size: 20px;
	font-weight: 400;
}








.BH-13
{
	font-family: 'BH', Garamond;
	font-size: 13px;
	font-weight: 400;
}

.BH-15
{
	font-family: 'BH', Garamond;
	font-size: 15px;
	font-weight: 400;
}

.BH-16
{
	font-family: 'BH', Garamond;
	font-size: 16px;
	font-weight: 400;
}

.BH-18
{
	font-family: 'BH', Garamond;
	font-size: 18px;
	font-weight: 400;
}

.BH-20
{
	font-family: 'BH', Garamond;
	font-size: 20px;
	font-weight: 400;
}

.BH-22
{
	font-family: 'BH', Garamond;
	font-size: 22px;
	font-weight: 400;
}

.BH-23
{
	font-family: 'BH', Garamond;
	font-size: 23px;
	font-weight: 400;
}

.BH-28
{
	font-family: 'BH', Garamond;
	font-size: 28px;
	font-weight: 400;
}

.BH-30
{
	font-family: 'BH', Garamond;
	font-size: 30px;
	font-weight: 400;
}

.BH-34
{
	font-family: 'BH', Garamond;
	font-size: 34px;
	font-weight: 400;
}

.cNegroClaro { color: #333333; }
.cGrisOscuro { color: #666666; }
.cBlanco { color: #ffffff; }
.cNaranjaClaro { color: #f9cda8; }
.cCelesteClaro { color: #a9e2ff; }
.cAzul { color: #004499; }


.hcGrisOscuro:hover { color: #666666; }
.hcBlanco:hover { color: #ffffff; }


.regular { font-weight: 400; }
.normal { font-style: normal; }
.italic { font-style: italic; }
.bold { font-weight: 700; }

.lh16 { line-height: 16px; }
.lh18 { line-height: 18px; }
.lh19 { line-height: 19px; }
.lh21 { line-height: 21px; }

.lh33 { line-height: 33px; }

.alignR { text-align: right; }
.alignC { text-align: center; }
.floatR { float: right; }
