﻿.titulo
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #2c397a;
	text-align:justify ;
}

.subtitulo
{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	color: #2c397a;
	text-align: left;
}

.contenido
{
	font-family: Tahoma;
	font-size: 8pt;
	text-align: justify;
	color: #36437c;
	line-height: 15px;
}

.separacion
{
	height: 15px;
	text-align:right;
}

.enlace
{
	text-decoration: none;
	font-family: Tahoma;
	font-size: 8pt;
}


a.enlace: hover
{
	text-decoration: underline;
	color: Orange;
}
