html { height: 100%; }

body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

A:link {COLOR: DarkSlateGray}
A:active {COLOR: DarkSlateGray}
A:visited {COLOR: DarkSlateGray}
A:hover {COLOR: DarkRed}

.cMain
{
	background-image:url(./images/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.cWalkie
{
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	FONT-WEIGHT: BOLD;
	COLOR: #FFFFFF;
	TEXT-DECORATION: NONE;
}
.cInfoWalkie
{
	BORDER-RIGHT: White 0px solid;
	BORDER-TOP: White 0px solid;
	BORDER-LEFT: DarkSlateGray 1px solid;
	BORDER-BOTTOM: DarkOliveGreen 1px solid;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
}
.cMarco
{
	background-image:url(./images/marco.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.cMarcoNew
{
	background-image:url(./images/marconew.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.cFormulario
{
	BORDER-RIGHT: DarkBlue 1px solid;
	BORDER-TOP: DarkBlue 1px solid;
	BORDER-LEFT: DarkBlue 1px solid;
	BORDER-BOTTOM: DarkBlue 1px solid;
	FONT-FAMILY: Verdana;
	FONT-SIZE: 11px;
}
