/* Index Style Sheet */

#content section:not(:first-child) {
	border-top: 20px solid #e6e6e6
}

section {
	background-color: #f2f2f2;
}

h1 {
	margin-top: 20px;
}

h2 {
	font-family: 'EB Garamond', serif;
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
	padding: 0;
}

#secundario {
	float: right;
	width: 40%;
	margin: 0 20px 0 30px;
	padding: 5px 10px;
}

#secundario p {
	font-size: 0.9em;
}

#secundario a {
	font-weight: normal;
}

table.redes {
	width: auto;
	margin-left: 0;
}
table.redes td {
	padding: 0 15px 0 0;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
table.redes td:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.data {
	font-size: 0.8em;
	color: #333;
	font-weight: normal;
	float: right;
}

@media screen and (max-width: 900px) {
	#secundario {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

@media screen and (max-width: 400px) {
	section {padding: 20px 5px 0 5px}
	table {width: 100%;}
	td {padding: 5px 0;}
	img.res400 {width: 100%;}
	.data {float: none;}
}
