@import url(http://fonts.googleapis.com/css?family=Lato|Open+Sans&subset=latin,latin-ext);

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
}

.mar {
	margin: 0 0 0 120px;
}


body {
	font-family: 'Open Sans', sans-serif;
	margin:0 0 0 0;
	background: url('/images/bg-new.jpg') no-repeat 0 0 #fcfcfc;
	color:#393939;
	font-size: 13px;
	width:100%;
	overflow-y: none;
}

#cookies {
	width:100%;
	padding: .3em;
	text-align: justify;
	margin-top:0px;
	background-color:#2B78C6;
	color:#ffffff;
	font-size: 12px;
}

#cookies p {
	padding: 0;
	margin: 0;
}

#cookies p a {
	margin-left:30px;
	color:#ffffff;
	font-weight:bold;
}

#wrapper {
	margin-top: 60px;
	margin-bottom: 60px;
	max-width: 600px;
	clear: both;
	float: none;
}

#logo {
	float: left;
	max-width: 480px;
	width: 100%;
}

#content {
	width: 100%;
	max-width:440px;
	float: left;
	margin: 1em 0 0 0;
}

#content h1 {
	font-size: 1.05em;
	text-transform: uppercase;
	margin: 1em 0 0 0;
	padding: 0;
	font-weight: bold;
	color: #404040;
}

#cta {
	width: 100%;
	max-width: 600px;
	padding: 0 .5em;
}

#cta p {
	border-top: 1px solid grey;
	margin-top: 2em;
	margin-right: 0;
	width: 100%;
	max-width: 600px;
	text-align: center;
	font-size: 1.2em;
}

#cta span {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
}

#cta a {
	color: black;
	text-decoration: none;
}

#content p {
	margin: 0.1em 0 .25em 0;
	padding: 0;
}


ul {
	list-style-position: inside;
}

#icons {
	float: right;
	width: 110px;
}

#icons ul {
	width: 100%;
	padding: 0;
	list-style-type: none;
}

#icons ul li {
	margin: 0;
	padding: 0 0 10px 0 ;
}


a.silent {
	color:#ffffff;
	text-decoration:underline;
}

a.silent:hover {
	color:#ffffff;
	text-decoration:underline;
}

#galeria {
	line-height: 32px;
	cursor: pointer;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
}

img {
	border: 0;
}

#info {
	border-top: 2px solid black;
	width: 100%;
	color: white;
}


section ul,
section p {
	margin: 0;
	padding: 0;
}

section.slider > div {
	display: none;
}

section.slider > h2 {
	padding: .4em .5em;
	cursor: pointer;
	text-shadow: 1px 1px 2px #000;
}

section .content {
	padding: 0 .6em 1em .6em;
	clear: both;
	max-width: 600px;
	width: 100%;
	text-align: justify;
}

section.slider .over {
    -webkit-transition: background-color 500ms ease-in-out 500ms;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

section.m1 {
	background: #4370AE;
}

section.m1.over,
section.m1.open {
	background: #365682;
	background: -moz-linear-gradient(top,  #365682 0%, #4370ae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#365682), color-stop(100%,#4370ae));
	background: -webkit-linear-gradient(top,  #365682 0%,#4370ae 100%);
	background: -o-linear-gradient(top,  #365682 0%,#4370ae 100%);
	background: -ms-linear-gradient(top,  #365682 0%,#4370ae 100%);
	background: linear-gradient(to bottom,  #365682 0%,#4370ae 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#365682', endColorstr='#4370ae',GradientType=0 );
}

section.m2 {
	background: #737778;
}

section.m2.over,
section.m2.open {
	background: #5f6263;
	background: -moz-linear-gradient(top,  #5f6263 0%, #737778 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f6263), color-stop(100%,#737778));
	background: -webkit-linear-gradient(top,  #5f6263 0%,#737778 100%);
	background: -o-linear-gradient(top,  #5f6263 0%,#737778 100%);
	background: -ms-linear-gradient(top,  #5f6263 0%,#737778 100%);
	background: linear-gradient(to bottom,  #5f6263 0%,#737778 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f6263', endColorstr='#737778',GradientType=0 );
}

section.m3 {
	background: #4A7DC2;
}

section.m3.over,
section.m3.open {
	background: #456db2;
	background: -moz-linear-gradient(top,  #456db2 0%, #4a7dc2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#456db2), color-stop(100%,#4a7dc2));
	background: -webkit-linear-gradient(top,  #456db2 0%,#4a7dc2 100%);
	background: -o-linear-gradient(top,  #456db2 0%,#4a7dc2 100%);
	background: -ms-linear-gradient(top,  #456db2 0%,#4a7dc2 100%);
	background: linear-gradient(to bottom,  #456db2 0%,#4a7dc2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#456db2', endColorstr='#4a7dc2',GradientType=0 );
}

section.m4 {
	background: #999EA0;
}

section.m4.over,
section.m4.open {
	background: #7c8082;
	background: -moz-linear-gradient(top,  #7c8082 0%, #999ea0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c8082), color-stop(100%,#999ea0));
	background: -webkit-linear-gradient(top,  #7c8082 0%,#999ea0 100%);
	background: -o-linear-gradient(top,  #7c8082 0%,#999ea0 100%);
	background: -ms-linear-gradient(top,  #7c8082 0%,#999ea0 100%);
	background: linear-gradient(to bottom,  #7c8082 0%,#999ea0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c8082', endColorstr='#999ea0',GradientType=0 );
}

#contact h3 {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#contact .txt {
	margin-top: 2em;
	float: left;
}

#contact iframe {
	max-width: 350px;
	width: 100%;
	height: 300px;
	float: right;
	border: 1px solid black;
}

#contact a {
	text-decoration: none;
	color: #fff;
}

#footer {
	overflow: hidden;
	font-size:12px;
	clear: both;
	background-image: url('/images/footer.png');
}

#footer img {
	max-width: 100%;
}

.author {
	color: white;
	text-align: right;
	max-width: 600px;
	color: white;
}

.author a {
	color: white;
}

#fb {
	padding: 1em;
	text-align: center;
}

#fb img {
	max-width: 100%;
}

#fb.content {
	width: 100%;
	max-width: 600px;
	text-align: center;
}


@media screen and (max-width: 850px) {
	.mar {
		margin-left: 50px;
	}

	#cta {
		margin: 0 auto;
	}

	#cta p {
		margin-left: auto;
		margin-right: auto;
	}

	.author {
		text-align: center;
		width: 100%;
		max-width: none;
	}

}

@media screen and (max-width: 750px) {
	#wrapper {
		margin: 2em auto 3em;
		padding: 1em;
	}

	#cta b {
		display: none;
	}

	#contact .txt {
		margin-top: 1em;
		float: none;
	}

	#contact iframe {
		margin-top: 1em;
		float: none;
	}

	#contact {
		text-align: center;
	}


}

@media screen and (max-width: 600px) {

	.mar {
		margin-left: 0;
	}

	#wrapper {
		margin-top: 1em;
	}

	#content,
	.content {
		max-width: none;
	}


	#logo img {
		max-width: 100%
	}

	#icons {
		width: 100%;
		float: left;
	}

	#icons ul li {
		display: inline-block;
		width: 23%;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}

	#icons ul li img {
		width: 100%;
	}

}
