@charset "utf-8";
body {
	background-color: #FFF;
	font-size:12px;
}
a:link {
	color: #777;
}
a:visited {
	color: #F90;
}
a:hover {
	color: #F60;
}
a:active {
	color: #F60;
}

.Titulo {
	color:#F60;
	font-family: Arial, Times, sans-serif;
	font-size: 16px;
	font-weight:bold;
	line-height: 1.5;
}
.Descripcion {
	color:#999;
	font-family: "Times New Roman", Times, sans-serif;
	font-size: 17px;
	font-weight:bold;
	line-height: 1.5;
}
.Encuentros {
	color:#F60;
	font-family: Arial, Times, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 1.5;
}
.Palabrasclave {
	color:#F1F1F1;
	font-family: Arial, Times, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
.Otros {
	color:#CCC;
	font-family: Arial, Times, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 1.5;
}

::selection {
	color:#F60;
	background: #FFF; /* Safari */
	}
::-moz-selection {
	color:#F60;
	background: #FFF; /* Firefox */
	}
