﻿a {

	text-decoration: none;

}

a:link {

	color: #0000CC;

}

a:visited {

	color: #0000CC;

}

a:hover {

	color: #0000CC;

	text-decoration: underline;

}

a:active {
	color: #0000FF;

}

td {

	text-align: left;

	vertical-align: top;

	font-family: Georgia, Times New Roman, Times, serif;

	font-size: 11px;

	color: #7E7E7E;

}

body {

	  margin:0px;padding:0px;

}

.titulo {

	text-align: center;

	font-family: Georgia, Times New Roman, Times, serif;

	color: #000000;

	font-size: xx-large;
	
	font-weight: bold;
}

.encabezados {

	font-family: Georgia, Times New Roman, Times, serif;

	color: #000000;

	font-size: large;
	
	font-weight: bold;
}

.carta {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;

}

.lema {

	color: #000000;

	font-family: Georgia, Times New Roman, Times, serif;

	font-style: italic;
	
	font-size: 17px;
	
	font-weight: bold;
}

.notas {
	color: #000000;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: center;
}