.Delegacion {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 30px;
	font-weight : bold;
	color : #993300;
	text-align: center;
}

.Titulo {
	font-family: arial;
	font-size: 18pt;
	font-weight: bold;
	color: #993300;
}
.SubTitulo {
	font-family :arial;
	font-size : 16px;
	font-weight : bold;
	color : #993300;
}
.Cuerpo {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	text-align : justify;
	font-weight : normal;
}
A.Cuerpo:Link {
	text-decoration : none;
}
A.Cuerpo:Hover {  
	text-decoration : none;
	font-weight : bold;
}
A.Cuerpo:Visited {
	text-decoration : none;
}
.Listado {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
}
A.Listado:Link {
	text-decoration : underline;
}
A.Listado:Hover {  
	text-decoration : none;
	background-color : Olive;
	color : White;
}
A.Listado:Visited {
	text-decoration : underline;
}

.Publicacion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #006400;
	font-weight: bold;
}
A.Publicacion:Link {
	text-decoration : none;
}
A.Publicacion:Hover {
	text-decoration : none;
	background-color : Red;
	color : White;
}
A.Publicacion:Active {
	text-decoration : none;
}
A.Publicacion:Visited {
	text-decoration : none;
}
.Nota {
	font-family : "Times New Roman", Times, serif;
	font-size : 9pt;
	padding-left : 20px;
	padding-right : 20px;
}
A.Nota:Link {
	text-decoration : underline;
}
A.Nota:Hover {  
	text-decoration : none;
	background-color : Olive;
	color : White;
}
A.Nota:Visited {
	text-decoration : underline;
}




