/* CSS Document */

body,td,ul {
	font-family: sans-serif;
	font-size: 12px;
	color: #003300;
	list-style-type: square;
}
th {
	font-size: 12px;
	font-weight: bold;
	background-color: #669900;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #7A9146;
}
table {
	border: 0px;
	text-align: justify;
}

li.menu {
	font-size: 11px;
	font-weight: 100;
}
li.subnivel {
	font-size: 11px;
}
li.punto {
	font-size: 10px;
	font-weight: bold;
}
.par {
	background-color: #99CC00;
}
.carta {
	text-indent: 10px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.sub {
	color: #003300;
	font-size: 10px;
}
.sub: link {
	text-decoration: none;
	color: #003300;
	font-size: 10px;
}
.sub: visited {
	text-decoration: none;
	color:#003300;
	font-size: 10px;
}
.sub: hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
}
.sub: active {
	text-decoration: none;
	color: #003300;
	font-size: 10px;
}
.enlace {
	color: #003300;
	font-size: 12px;
}
.enlace:link {
	text-decoration: none;
}
.enlace:hover {
	text-decoration: none;
	color: #99CC00;
}
.enlace: visited {
	text-decoration: none;
}
.enlace: active {
	text-decoration: none;
}
.pie {
	text-align: center;
	font-size: 10px;
	text-decoration: none;
}
.pie:link {
	color:#FFFFFF;
}
.pie:hover {
	color: #99FF00;
	text-decoration: underline;
}
.pie:visited {
	color: #FFFFFF;
}
.pie:active {
	color: #FFFFFF;
}
.subtitulo {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.p:first-letter{
	font-size:12px;
	padding:20px;
	color:#003300;
}
