@charset "utf-8";
body {
	margin-left: 200px;
	margin-top: 20px;
	margin-right: 200px;
	background-color: #FFFFFF;
}

.Titulo {
	font-family: "CENTURY Gothic";
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #999;
}
.Parrafo {
	font-family: "CENTURY Gothic";
	font-size: 12px;
	text-align: justify;
}
.subtitulo {
	font-family: "CENTURY Gothic";
	font-size: 16px;
	color: #000;
	background-color: #FC0;
}
body,td,th {
	color: #000;
}
.lista {
	font-family: "CENTURY Gothic";
	font-size: 12px;
	list-style-image: url(Imagenes/estudiante.png);
}

.Imagenes {
	margin: 10px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.Botones {
	font-family: "CENTURY Gothic";
	font-size: 14px;
	color: #FFF;
	background-color: #000;
	text-align: right;
	font-weight: normal;
}
