@charset "utf-8";
/* CSS Document */
#texto
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	padding-left:20px;
	padding-right:30px;
}
#negrita
{
	font-weight:bold;
}
#texto h2
{
	font-size:20px;
}
#texto h3
{
font-size:14px;
}
#texto #enlacePresidente
{
	text-align:right;
	padding-right:20px;
}
