body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #333333;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
}
a {
  color: #FF0000;
  text-decoration: none;
}
input {
	background: #E1E76D;
	color: #2F2F63;
	font: normal 11px Arial, Helvetica, sans-serif;
	border: 1px solid #000000;

}
.boton {
	background: #E0BA49;
	color: #003366;
	font: bolder 14px Georgia, "Times New Roman", Times, serif;
	border: 0px none;
}
#tablaprincipal {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 2px;
	border: 1px solid #E0BA49;
}
#menu {
 color: #003366;
 font-weight: bold;
 font-size: 17px;
}
#revistas {
	color: #FFFFFF;
	width: 120px;

}
#revistas a {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bolder;
	text-decoration: none;

}
.titulo {
	font-family: "Times New Roman", Times, serif;
	color: #19405F;
	font-size: 38px;
	font-weight: bold;
	vertical-align: top;

}
#listaarticulos {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
.tablaarticulos {
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none; 
	border-left-style: solid;
	border-left-color: #FFCC00;
}
.textotitulo {
	color: #003366;
	font-weight: bold;
	font-size: 14px;

}
.autor {
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;

}
.textoarticulo {
	text-align: justify;
}
