


body {
	background: url('../../../web/templates/img/bg-extras.jpg') no-repeat center center black;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	height: auto;
	min-height: 100%;
}


header.main h2 {
	text-transform: uppercase;
	color: #00b2b2;
	font-size: 32px;
	font-size: 2rem;
}

.wrapper {
	max-width: 1000px;
}

article.texto {
	margin-bottom: 30px;
	margin-top: 30px;
}

article.texto p {
	margin-bottom: 10px;
}

article.texto img {
	float: right;
	max-width: 50%;
	margin: 0 0 10px 10px;
}

article.texto a {
	color: #CCCCCC;
}

article.texto a:hover {
	color: white;
}

article.texto h2, article.texto h3 {
	color: #00b2b2;
	margin: 0;
}

article.texto h2 {
	margin: 0 0 10px 0;
}


.texto-creditos {
	margin: 30px 0 0 0;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	background: black;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.texto-creditos > div {
	display: -moz-inline-block;
	display: inline-block;
	width: 100%;
}

.texto-colofon {
	padding: 20px;
	background: black;
	margin: 0;
}

.logos {
	margin: 0;
	list-style: none;
}

.logos li {
	height: 134px;
	margin: 20px 30px 20px 0;
}

.logos li.ministerio-cultura {
	width: 200px;
	background-image: url('../../../web/templates/img/logo-ministerio-cultura.png');
}

.logos li.cahuenga {
	width: 150px;
	background-image: url('../../../web/templates/img/logo-cahuenga.png');
}

.logos li.rtve {
	width: 162px;
	background-image: url('../../../web/templates/img/logo-rtve.png');
}

.logos li.permanent {
	width: 188px;
	height: 35px;
	background-image: url('../../../web/templates/img/logo-permanent.png');
}

.logos li.ans {
	width: 235px;
	height: 35px;
	background-image: url('../../../web/templates/img/logo-ans.png');
}
