body {
	font-family: verdana, arial, helvetica, sans-serif;
	background-color:#ffffff;
	margin: 0px;
	padding: 0px;
}

p {
    font-size: 10px;
}

li {
    font-size: 10px;
    color: #7a7a7a;
}

ol {
}

ul {
}

a:active {
	color: #00ff00;
    font-size: 12;
    text-decoration: none;
}

a:visited {
	color: #ff0000;
    font-size: 12;
    text-decoration: none;
}

a:link {
	color: #0000ff;
    font-size: 12;
    text-decoration: none;
}

a:hover {
	color: #0000ff;
    font-size: 12;
	text-decoration: none;
}

.titulo-seccion {
	text-align: left;
    font-size: 10px;
    font-weight: bold;
    color: #282c69;
}

.titulo-columna-tbl {
	text-align: left;
    font-size: 10px;
    font-weight: bold;
    color: #282c69;
}

.elemento-seccion {
	text-align: left;
    font-size: 9px;
    font-weight: bold;
    color: #000000;
}

.texto-seccion {
	text-align: left;
    font-size: 10px;
    color: #000000;
}
