@charset "utf-8";
a:link {
	color: #8EC61C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #693;
}
a:hover {
	text-decoration: none;
	color: #693;
}
a:active {
	text-decoration: none;
	color: #693;
}

/* CSS Document */

.titulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #036;
}
.parrafo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 23px;
	color: #036;
	text-align: justify;
	list-style-position: inside;
	list-style-image: url(images/420.png);
	list-style-type: none;
}
.blanco {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 23px;
	color: #CCC;
	text-align: justify;
	font-weight: normal;
}
.naranja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 23px;
	color: #CBBFA5;
	text-align: justify;
	font-weight: bold;
}
.verde {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 23px;
	color: #829C16;
	text-align: justify;
	font-weight: bold;
}
.azul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 23px;
	color: #6D8ABA;
	text-align: justify;
	font-weight: bold;
}
.morado {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 23px;
	color: #957EA9;
	text-align: justify;
	font-weight: bold;
}
.acero {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 23px;
	color: #385178;
	text-align: justify;
	font-weight: bold;
}
.lista {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 25px;
	color: #CBBFA5;
	text-align: left;
	list-style-position: outside;
	padding-left: 15px;
	margin-left: 10px;
	font-weight: bold;
	list-style-image: url(images/450.png);
}

