/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: Franklin Gothic, Arial, Helvetica, Sans Serif;
	font-size: 0.85em;
	border: 0;

}

p {
			text-align: justify;
			margin: 0 20px 5px 20px;
}

p.numerado {
			text-align: justify;
			margin: 0 20px 5px 35px;
			text-indent: -20px;
}

p.indentado {
			text-align: justify;
			margin: 0 20px 5px 35px;
}

#fecha {
			font-size: 0.85em;
}

#span1{
				font-weight: bold;
}

#span2{
				font-style: italic;
}

#titulo {
			font-size: 1.5em;
			font-weight: bold;
			color: #900;
			text-align: center;
}

#subtitulo {
			font-size: 1em;
			font-weight: bold;
			color: #900;
			text-align: left;
}

#despedida {
				font-size: 1em;
				font-weight: bold;
				text-align: center;
}
			
