@charset "utf-8";
Esta regla de estilo establece para todo el documento desde el body el tipo de fuente Arial. Todo lo que escribamos aparecerá en esta fuente. Es bueno definir esta regla en primer lugar 

body {
	font-family: Arial, Helvetica, sans-serif;
}


#contenedor {
	width: 742px;
	margin-right: auto;
	margin-left: auto;
}
#contenedor #encuesta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 125px;
}
#contenedor #novedades div {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1F9DE7;
	font-size: 14px;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	letter-spacing: 0px;
	word-spacing: 1px;
}
.titulolinea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	height: auto;
}
#contenedor #destacados #aulavirtual .naranja .naranja:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}
.centropowerpoint {
	text-align: center;
}
.vinculo {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
#contenedor #contenido1 .texto .vinculo:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
.ahover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
#contenedor #contenido1 .textorpequeño a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#contenedor #contenido1 .textorpequeño a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
.textorpequeño {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#contenedor #destacados #visitavirtual .azul .azul:hover {
	text-decoration: underline;
}
.titulodepartamento {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.derechapowerpoint {
	text-align: right;
}
