body {
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 12px;
	color: #333333;
	background-color: #FF9900;
	background-image: url(img/back.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
	padding: 0;
	line-height: 13px;
}
.cont {
	padding-left: 20px;
}
.cont2 {
	padding-left: 10px;
}
.cont3 {
	padding-right: 20px;
}
.naranja {
	color: #FF9900;
	font-weight: bold;
}
.rojo {
	color: red;
	font-weight: bold;
}

li {
	list-style-type: lower-alpha;
	padding-top: 8px;
}