/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#999999;
	text-align:justify; /*para justificar el texto*/ 
}
#gallery{
	width:600px;
	height:auto;
	position:absolute;
	left:280px;
	top:150px;
	width:600px;
	margin: 0px;
	padding: 0px;
}
#txt{
	width:600px;
	height:auto;
	position:absolute;
	left:280px;
	top:400px;
	width:600px;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
}
#gallery a {
	color:#999999;
	text-decoration:none; /*elimino el subrayado del vínculo*/
	font-weight:normal;
	height:18px;
}
	
#gallery a:hover {
	color:#666666; /*decoración para el evento hover (mouse encima)*/
}
#txt a {
	color:#999999;
	text-decoration:none; /*elimino el subrayado del vínculo*/
	font-weight:normal;
	height:18px;
}
	
#txt a:hover {
	color:#666666; /*decoración para el evento hover (mouse encima)*/
}

