@charset "utf-8";
.MedioActivo {
	font-family: Georgia, Times, "Times New Roman", serif;
	padding-top: 8px;
	padding-bottom:5px;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: normal;
	color: #333;
	text-align:center;
	background-color: #FFF;
}
.MedioInactivo {
	font-family: Georgia, Times, "Times New Roman", serif;
	padding-top: 8px;
	padding-bottom:5px;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: normal;
	color: #333;
	text-align:center;
	background-color: #F8F8F8;
}
.alinearIzquierda {
	text-align:right;
}
.alinearCentro {
	text-align:center;
}
.textoContenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.textoTitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
a:link {
	color: #333;
}
a:visited {
	color: #999;
}
a:hover {
	color: #00A18F;
}
a:active {
	color: #333;
}
