/* CSS Document */
body 
{
	background-image: url(imagenes/fondo.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #E6D49D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1
{
	margin: 0;
}

h2
{
	margin-top: 10px;
	margin-bottom: 5px;
}

a:link 
{
	color: #E6D49D;
	text-decoration: none;
}

a:visited 
{
	color: #E6D49D;
	text-decoration: none;
}

a:hover 
{
	color: #E6D49D;
	text-decoration: underline;
}

a:active 
{
	color: #E6D49D;
	text-decoration: none;
}

.Estilo1
{
	color: #E6D49D;
	font-size: xx-small;
}

.Estilo2
{
	color: #E6D49D;
	font-family: Arial; 
	font-size: 10px;
}