.label
{
	font-size: 12px;
	font-family: Verdana;
}

.tabla
{
	border-right: thin;
	font-size: 12px;
	border-left: none;
	border-top-style: none;
	border-bottom: none;
	font-family: Verdana;
}

.titulo
{
	font-weight: bold;
	font-size: 20px;
	color: #075b54;
	font-family: Verdana;
}
.subtitulo
{
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
}
.avisoNorm
{
	font-weight: bold;
}
.avisoRojo
{
	font-weight: bold;
	color: red;
	font-size: 14;
}
.nombreUsr
{
	text-align: center;
}
.Log
{
	text-align: center;
}
.avisoAzul
{
	font-weight: bold;
	color: blue;
	font-size: 14;
}
.centrado
{
	vertical-align:bottom ;
	text-align: center;
}