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

.borde
{
border: 1px solid #6A0204;
}
.texto-titulonotas
{
	font-family:"Lucida Sans Unicode";
	font-size:18px;
	font-weight:600;
	color:#333333;
}
.texto-notas
{
font-family:"Lucida Sans Unicode";
font-size:12px;
color:#333333;
}
.texto-footer
{
font-family:"Tahoma";
font-size:10px;
color:#666666;
}
.texto-linknotas
{
font-family:"Lucida Sans Unicode";
font-size:12px;
color:#FFFFFF;
}
.texto-notas A:link {text-decoration: none; color:#333333}
.texto-notas A:visited {text-decoration: none; color:#333333}
.texto-notas A:active {text-decoration: none; color:#333333}
.texto-notas A:hover {text-decoration: none; color:#333333}

.texto-linknotas A:link {text-decoration: none; color:#FFFFFF}
.texto-linknotas A:visited {text-decoration: none; color:#FFFFFF}
.texto-linknotas A:active {text-decoration: none; color:#FFFFFF}
.texto-linknotas A:hover {text-decoration: none; color:#FFFFFF}

.texto-footer A:link {text-decoration: none; color:#666666}
.texto-footer A:visited {text-decoration: none; color:#666666}
.texto-footer A:active {text-decoration: none; color:#666666}
.texto-footer A:hover {text-decoration: none; color:#666666}

