﻿.letraMayuscula
{
	text-transform:uppercase;
}
.centrarTexto 
{
	text-align:center;
}
.pt-4
{
	padding-top: 4px;
}
.pt-5
{
	padding-top: 5px;
}
.pt-12
{
	padding-top: 12px;
}
.pb-5
{
	padding-bottom: 5px;
}
.pb-8
{
	padding-bottom: 8px;
}
.pb-12
{
	padding-bottom: 15px;
}
.pb-15
{
	padding-bottom: 15px;
}
.pl-12
{
	padding-left: 12px;
}
.ptb-3
{
	padding: 3px 0 3px 0;
}
.hg-100
{
	height: 100px;
}
.hg-110
{
	height: 110px;
}
.hg-120
{
	height: 120px;
}
.hg-180
{
	height: 180px;
}
.hg-370
{
	height: 370px;
}
.wd-150
{
	width: 150px;
}
.wd-300
{
	width: 300px;
}
.wd-680
{
	width: 680px;
}
.ws-normal
{
	white-space: normal;
}