/*
colores

azul cian: C1E0F0
azul agua: 0B7AA3
*/

body
{
	font-family: Verdana;
	font-size: 11px;
	color: #0E026D;
	margin: 0px;
	background-image: url(../_img/main_background.gif);
}

table tr td
{
	font-family: Verdana;
	font-size: 11px;
	color: #0E026D;
}

table tr td a:link, table tr td a:active, table tr td a:visited
{
	font-family: Verdana;
	font-size: 11px;
	color: #F7A316;	
	text-decoration: none;
}

table tr td a:hover
{
	color: #74718A;
}

