/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	background:url(/web_medida/recursos/background.jpg);
	background-repeat:repeat-x;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:50px;
}
a {
    text-decoration: underline;
	color: #000000;
}
a:hover  {
    text-decoration: underline;
	color: #666666;
}