body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.menucabecera {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/fondomenucabecera.jpg);
	background-repeat:  repeat-y;
	text-align: left;
	height: 20px;
	width: 140px;
}
a {
	color: #666699;
	text-decoration: none;
}
a:hover {
	color: #CCCCFF;
	text-decoration: underline;
}
.tablappal {
	background-image: url(images/fondoppal.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tablappalgrande {
	background-image: url(images/fondogrande.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
ul li {
	padding-bottom: 6px;
}
ol li {
	padding-bottom: 3px;
}
.actual {
	color: #FF0000;
}

