/* CSS Document */

p
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	height: auto;
	width: auto;
	cursor: auto;
}

.texto
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 0px;
	text-align: justify;
	margin: 0px;
	margin-left: 20px;
	margin-right: 20px;
}

.titulo
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000066;
	line-height: 18px;
	padding: 5px;
	margin: 2px;
}

.Subtitulo
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #006699;
	line-height: 18px;
	padding: 3px;
	font-weight: bold;
	font-style: normal;
	margin: 10px;
	text-transform: uppercase;
	text-align: left;
}

.Links
{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #0E0E66;
	line-height: 20px;
	padding: 3px;
	margin: 0px;
	text-decoration: underline;
	filter: Light;
}

.Navigation
{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	display: inline;
}

.Navigation:hover
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-image: url(Imagen_WEB/glblnav_selected.gif);
	display: inline;
}
