h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;


}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: ridge;
	border-bottom-color: #FF6600;
	width: 100%;
	font-style: italic;
	margin-bottom: 4px;
	padding-bottom: 4px;



}
.titulo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 2px;
	text-align: right;


}
.contenido {
	background-image: url(images/fondo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

