body
{
	text-transform: none;
	font-family:verdana,arial; 
	font-size: xx-small;
	font-variant: normal;
	font-style:normal;
	background-color: #ffGGff;
	1background-image: url('../img/fondo_02.jpg')
}
.dbnLabel
{
	font-weight: bold;
	color: #003366;
	text-align: left;
}
.dbnLabelDerecha
{
	font-weight: bold;
	color: #003366;
	text-align: right;
}
.dbnTextBox
{
	font-weight: none;
	font-size: xx-small;
	text-transform: none;
	color: #003366;
	font-style: normal;
	text-align: left;
	font-variant: normal;
}
.dbnLov
{
	font-weight:none;
	color:#003366;
	text-align:left;
}
.dbnError
{
	font-weight: none;
	color: red;
	text-align: left;
}

.lnk-nueva-web .linediv .line {
	animation: blinker 1s linear infinite;
}
.lnk-nueva-web .linediv {
	margin-top: -10px;
	font-weight: bold;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}