﻿/* CSS Document */
p {
	font-family : Arial;
	font-size:10pt;
	color: #000000;
	font-weight : normal;
}
.texto {
	font-family : Trebuchet MS;
	font-size:12pt;
	color: #000000;
	font-weight : normal;
	text-align: center;
}
.fecha {
	font-family : Verdana;
	font-size:8pt;
	color: #a39e9e;
	font-weight : normal;
	text-align: center;
}
.titulares {
	font-family: Trebuchet MS;
	font-size: 14pt;
	font-weight: bold;
	color: #a39e9e;
	text-align: center;
}
.copyright {
	font-family : Verdana;
	font-size:8pt;
	color: #000000;
	font-weight : normal;
}

/* LINKS */
a:link {
	font-family : Verdana;
    font-size:8pt;
	color: #0000FF;
	font-weight : normal;
	text-decoration : none;
}
a:visited {
	font-family : Verdana;
    font-size:8pt;
	color: #0000FF;
	font-weight : normal;
	text-decoration : none;
}
a:hover {
	font-family : Verdana;
    font-size:8pt;
	color: #0000FF;
	font-weight : normal;
	text-decoration : underline;
}