/* CSS Document */
/* CSS para Revista Proceso */
p		{	margin-top: 0 ;
			margin-bottom: 0;
			margin-left: 10pt;
			margin-right: 15pt;}

.vinculos		{
	font-size: 14pt;
	color: black;
	font-weight: bold;
}	
	
a:link, a:visited		{	color: #006699; text-decoration: none}
a:active	{	color: black; text-decoration: none}
a:hover		{	text-decoration: underline}

.titulo		{
	text-align: center;
	font-size: 14pt;
	color: black;
	font-weight: bold;
}

.subtitulo		{
	font-size: 14pt;
	color: black;
	font-weight: bold;
}

.encabezado		{
	font-size: 16pt;
	color: 808080;
	font-weight: bold;
}

.contenido		{
	font-size: 12pt;
	color: black;
	margin-left: 25pt;
	margin-right: 25pt;
}