@charset "utf-8";
#branding h1 {
	display:none;
}
#branding h2 {
	display:none;
}
#searchform {
	display:none;
}
#site-generator {
	display:none;
}
.revistas {
	float:left;
}
#page {
	box-shadow:-5px -5px 50px #18264A;
	-webkit-box-shadow:-5px -5px 50px #18264A;
	-moz-box-shadow:-5px -5px 50px #18264A;
}
#access {
background: #18264A; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#18265F, #18264A);
	background: -o-linear-gradient(#18265F, #18264A);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#18265F), to(#18264A)); /* older webkit syntax */
	background: -webkit-linear-gradient(#18265F, #18264A);
}
#access li {
font-family: 'Source Sans Pro', sans-serif;
font-size:110%;
}

.entry-header {
font-family: 'Alegreya', serif;
}

.entry-content h1 {
font-family: 'Source Sans Pro', sans-serif;
font-size:130%;
}
.revistas h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 130%;
}
.revistas p {
font-family: 'Source Sans Pro', sans-serif;
font-size:100%;
text-align:center;
}