body
{
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
}



table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a:link
{
	text-decoration: none;
	color: #0000FF;
}
a:visited
{
	text-decoration: none;
	color: #000099;
}
a:hover
{
	text-decoration: underline;
}



h1
{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #006666;
	width: 100%; /*Esto no me gusta, pero hace que el efecto de sombra funcion en IE*/
	/*height: 1.2em;*/
	filter: shadow(color=#000000, direction=135);
}



h2
{
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006666;
}



/*A las imagenes transparentes no se les escribe un borde*/
img.transparent
{
	border-right: 0px;
	border-bottom: 0px;
}


/*Una imagen opaca es la que no tiene transparencia, le agrega un borde como si tuviera sombra*/
img.withshadow
{
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
}
