/* CSS Document */

.fondo{
	background-image: url(/fondo.jpg);
}


.titulofotos{
	font-family: Times, Arial, Verdana, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: normal;
	color: #0000ff;
}

.texto{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}

a.enlacefotos:link, a.enlacefotos:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #0000ff;
}
a.enlacefotos:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #0099ff;
}
a.enlacefotos:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #cc9900;
}


a:hover { text-decoration: none; }
a:visited, a:link, a:active { text-decoration: none; }