body
{
	margin: 0px;
	padding: 0px;
}
body *
{
	font-family: verdana, tahoma;
	font-size: 12px;
	box-sizing: border-box;
}
h1, h2, h3
{
	font-weight: normal;
}
h1
{
	font-size: 1.4em;
}
h2
{
	font-size: 1.2em;
}
body > div
{
	width: 100%;
}
body > div > div
{
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.header
{
	background-color: #f0f0f0;
	border-bottom: 1px solid #999;
	z-index: 1;
}
.header p
{
	display: inline-block;
	font-size: 2em;
	color: #333;
	font-weight: bold;
	text-align: right;
	width: 100%;
	background-image: url(/logo-zsw.svg);
	background-size: 80px 80px;
	background-repeat: no-repeat;
	background-position: 10px center;
	margin: 0px;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 100px;
}
.contact
{
	background-image: url(/mapa-bg.jpg);
	background-position: center top;
	background-attachment: fixed;
}
.contact > div
{
	display: flex;
}
@media only screen and (max-width: 600px) {
	.contact > div
	{
		display: block;
		text-align: center;
	}
}
.contact td:nth-child(1)
{
	text-align: right;
}
.contact td
{
	padding: 6px;
	box-sizing: border-box;
}
.contact > div > div
{
	display: block;
	width: 33%;
	margin: 10px;
	margin-top: 50px;
	margin-bottom: 50px;
	box-shadow: 1px 1px 10px #999;
	border-radius: 20px;
	overflow: hidden;
	background-color: #fff;
	box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
	.contact > div > div
	{
		width: 90%;
		margin-top: 0px;
		display: inline-block;
	}
	.contact > div > div:nth-child(1)
	{
		margin-top: 50px;
	}
}
.contact > div > div > h2
{
	margin: 0px;
	padding: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	background-color: #1f5489;
	background-image: url(/girl-avatar.svg);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
}
.contact > div > div > div
{
	padding: 20px;
}
.contact > div > div > div > p
{
	text-align: left;
}
.location
{
	min-height: 400px;
	background-color: #eee;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.news > *
{
	padding: 10px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.news .article
{
	display: flex;
	overflow: hidden;
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.news .article > :nth-child(1)
{
	background-color: #1f5489;
	color: #fff;
	padding: 10px;
	border-radius: 20px 0px 0px 20px;
}
.news .article > :nth-child(1) p
{
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
}
.news .article > :nth-child(2)
{
	flex-grow: 1;
	padding: 10px;
	border: 1px solid #999;
	border-radius: 0px 20px 20px 0px;
}
.news .article > :nth-child(2) h2
{
	margin: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.footer
{
	background-color: #1f5489;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.footer *
{
	color: #fff;
}
.footer h2
{
	font-weight: bold;
}
.footer > *
{
	padding: 20px;
}