﻿
.TituloMaster {
				font-family: Garamond;
				font-weight: bold;
				font-size: 45px;
				color: #000080;
				text-align: center;
}
.TituloIndice {
	font-family: Garamond;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}
.TituloListado {
	font-family: Garamond;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	color: green;
}
.LineaListado{
	color: green;
	line-height: normal;
}
a.vinculoIndice:link{
	color:  green; /*Esto sería para el enlace sin visitar */
	text-decoration: none;  /*Para que no subraye el enlace*/
}
a.vinculoIndice:hover{
	color:  green;/*Sobre el enlace*/
	text-decoration: none;  /*Para que no subraye el enlace*/
} 
a.vinculoIndice:visited {
	color: green; /*Para enlaces visitados*/
	text-decoration: none;  /*Para que no subraye el enlace*/
	}

a.vinculo:link{
	color: blue; /*Esto sería para el enlace sin visitar */
	text-decoration: none;  /*Para que no subraye el enlace*/
}

a.vinculo:hover{
	color: blue;  /*Sobre el enlace*/
	text-decoration: none;
}

a.vinculo:visited {
	color: blue;  /*Para enlaces visitados*/
	text-decoration: none;
}
.tamanyo {
				text-align: center;
}

</style>
