@font-face {
	font-family: 'PTSans-Bold';
    src: url('../2017-fonts/original_PTS75F.eot?#iefix') format('embedded-opentype'), 
         url('../2017-fonts/original_PTS75F.woff') format('woff'),
         url('../2017-fonts/original_PTS75F.ttf') format('truetype'),
         url('../2017-fonts/original_PTS75F.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PTSans-CaptionBold';
    src: url('../2017-fonts/original_PTC75F.eot?#iefix') format('embedded-opentype'), 
         url('../2017-fonts/original_PTC75F.woff') format('woff'),
         url('../2017-fonts/original_PTC75F.ttf') format('truetype'),
         url('../2017-fonts/original_PTC75F.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Digital-7';
    src: url('../2017-fonts/original_digital-7.eot?#iefix') format('embedded-opentype'), 
         url('../2017-fonts/original_digital-7.woff') format('woff'),
         url('../2017-fonts/original_digital-7.ttf') format('truetype'),
         url('../2017-fonts/original_digital-7.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTSans-Caption';
    src: url('../2017-fonts/original_PTC55F.eot?#iefix') format('embedded-opentype'), 
         url('../2017-fonts/original_PTC55F.woff') format('woff'),
         url('../2017-fonts/original_PTC55F.ttf') format('truetype'),
         url('../2017-fonts/original_PTC55F.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.PTSans-Bold{
		font-family:'PTSans-Bold', Sans-Serif;
}
.PTSans-Caption
	{
		font-family:'PTSans-Caption', Sans-Serif;
	}
.PTSans-CaptionBold
	{
		font-family:'PTSans-CaptionBold', Sans-Serif;
	}
.Digital-7
	{
		font-family:'Digital-7', Sans-Serif;
		font-size: 35px;
		font-weight: bold;
	}
body{
	font-family:'PTSans-Caption', Sans-Serif !important;
	color: #000000 !important;
	font-size: 12px !important;
  	letter-spacing: 1.2px !important;
	}
.rojo{
	color: #D00002;
	}
.gris{
	color: #909090;
}
.blanco{
	color: #ffffff;
}
.negro{
	color: #000000;
}
h1{
  font-size: 18px;
}
h2{
	font-size: 14px;	
	font-family:'PTSans-Bold', Sans-Serif;
}	
h3{
	font-size: 16px;	
	padding: 0;
	margin: 0;
	font-family:'PTSans-Bold', Sans-Serif;
}
.fontblog{
	font-weight: bold;
	font-size: 18px;
}
.mayusculas{
	text-transform: uppercase;
}