/* CSS Document */
a:link {
	color: #999999;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #999999;
}

a:hover {
	text-decoration: none;
	color: #cc0000;
}

a:active{
	text-decoration: none;
	color: #999999;
	line-height: normal;
}
  .titular {
	color:#FFFF66;
	font-size:18pt;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: justify;
}
  .subtitulo {
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-align: left;	
}
  .texto-galerias {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;	
}
