body, td {
	font-family: 'Tahoma';
	font-size: 11px;
	color: black;
}

body {
	margin: 0px 10px;
	width: 537px;
	background: white url('../img/marca_agua.gif') no-repeat fixed right 10px;
}

a img {
	border: none;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 10px 0px 5px 0px;
}

ul, ol {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 11px;
	padding-left: 11px;
}

h2 {
	font-family: 'Trebuchet MS';
	font-style: italic;
	font-size: 16px;
	color: #216924;
	border-bottom: solid 1px #37AC3C;
	margin-top: 5px;
	margin-bottom: 10px;
}

h3 {
	font-size: 13px;
}

h4 {
	font-family: 'Trebuchet MS';
	margin: 10px 0px 5px 0px;
	color: #fd7a42;
	font-size: 11px;
}

div.float {
	float: left;
}

em {
	font-size: 110%;
	color: #ff3300;
	font-style: normal;
	font-weight: bold;
	white-space: pre;
}

big, .big, .big *, .small big, .small .big {
	font-size: 110%;
}

small, .small, .small *, .big small, .big .small {
	font-size: 90%;
}

.button {
	display: block;
	width: 113px;
	height: 28px;
	line-height: 28px;
	background-image: url('../img/top_menu_item.gif');
	border: outset 1px #FFB500;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}