/* Hoja con los estilos usados de manera general en todo el sitio */
/* Enlaces */	

a:link {
	color: #000080;
	background: transparent;
	text-decoration: none;
}

a:visited {
		color: #800080;
		background : transparent;
		text-decoration: none;
}

a:active {
		color: #ff0000;
		background : transparent;
		text-decoration: none;
}

a:hover {
	color: #ff0000;
	background : transparent;
}

	
/* Genéricos */
	p		{
		text-align: justify;
	}
	tr	{
		text-align: center;
		font-size: 10pt;
	}
/* Tipos de Textos */

.centro 		{
	text-align: center;
	display:block;
	}	
.centro2		{
	margin-left: auto;
	margin-right: auto;
}	
.centrada {
	display: block;
	margin-left: auto;
	margin-right: auto }

.mayor 			{
	font-size: 11pt;
	}

.presenta	{
	font-size: 16pt;
	font-weight: bold;
	color: #000080;
	text-align: center;
	background : transparent;
	}	

.grantitulo {
	color : White;
	font-family : "Trebuchet MS";
	font-size : 26pt;
	text-align : center;
   }
	
.cursiva { font-style: italic;}

.blanco {
	font-weight:bold;
	color: White;
	background : transparent;
	}

.fuerte  { font-weight: bold;}

.curfue  { 
  font-weight: bold;
  font-style: italic;
	       }