body {
	background-color: #C5BEB4;
	background-image: url(fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.texto_blanco {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
.borde_general {
	border: 1px solid #CCCCCC;
}
.titulo_carta {
	font-family: Verdana;
	font-size: 16px;
	color: #5A317D;
}
.texto_general {
	font-family: Verdana;
	font-size: 12px;
	color: #46361E;
}
.texto_objetivos {
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	color: #46361E;
}
.borde_blanco_profesores {
	border: 1px solid #FFFFFF;
}

.texto_blanco_yale {
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
}

.form_test {
	background-color: #E5E0DA;
	width: 98%;
	border: 1px solid #DAD3CB;
	color: #817369;
}
.form_border {
	border: 1px solid #C4BFBD;
	clip: rect(auto,auto,auto,auto);
}
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5E3383;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
