@charset "UTF-8";
/* CSS Document */


@font-face {
	font-family: 'MyriadProRegular'; 
	src: url('MYRIADPRO-REGULAR.woff');
}

@font-face {
	font-family: 'MyriadProBold';
	src: url('MYRIADPRO-BOLD.woff');
}

@font-face {
	font-family: 'ApexNew';
	src: url('ApexNew1.otf');
}


.fuenteMyriadProregular
{
	font-family: MyriadProRegular;
}

.texto30px
{
	font-size: 30px;
}

.texto20px
{
	font-size: 20px;
}

.texto12px
{
	font-size: 12px;
}

.fuenteApexNew
{
	font-family: ApexNew;
	font-size:20px;
}

.fuenteNegrita
{
	font-weight: bold;
}

.textoSubrayado
{
	text-decoration: underline;
	text-decoration-line: underline;
}








