body {
	background-color: #4e4958;
}
body.info {
	background-color: #BD8849;
}
.texto {
	font-family: Georgia;
	font-size: 12px;
	color: #000000;
}

.texto_just {
	font-family: Georgia;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

a.texto {
	font-family: Georgia;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

a.capa {
	font-family: Georgia;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a.capa:hover {
	font-family: Georgia;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

.input {
	font-family: Georgia;
	font-size: 12px;
	border: 1px solid #B36C19;
}

.count {
	font-family: Georgia;
	font-size: 16px;
	color: #F7D693;
}

