/* Reset */
*{
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Generales */

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1.4;
	padding-bottom: 25px;
	text-align: justify;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	color: #000;
	padding-top: 20px;
	padding-bottom: 40px;
	text-transform: uppercase;
	line-height: 1.2;
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: #000;
	padding-top: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	line-height: 1.2;
}

img {
    width: 100%;
    height: auto;
}

iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
} 

/* Específicos */

.contenido {
	max-width: 600px;
	margin: auto;
}

#letra {
	max-width: 190px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.unica {
	max-width: 800px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.full {
	max-width: 1100px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}


.credito_foto {
	font-size: 10px;
	margin-top: 5px;
	color: #666;
}

.foto_titulo {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.quote_der {
	max-width: 300px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.quote_izq {
	max-width: 300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.apartado {
	background-color: #dff0e9;
	padding-bottom: 50px;
	padding-top: 50px;
	margin-bottom: 50px;
	margin-top: 20px;
}

.apartado > .contenido {
	max-width: 800px;
}

.video_int {
	padding-top: 56.25%;
}

.video_ext {
	display:block;
	margin: auto;
	position: relative;
	max-width: 1100px;
	margin-top: 20px;
	clear: right;
	margin-bottom: 50px;
}


.line {
	height: 2px;
	background-color: #000;
}

.line > p {
	padding-top: 10px;
	font-size: 12px;
}

/* media queries ------------------------------------
-------------------------------------------------- */
@media screen and (max-width: 850px){
.apartado > .contenido {
	margin-left: 20px;
	margin-right: 20px;
}
.credito_foto {
	margin-left: 10px;
	margin-right: 10px;
}
}

@media screen and (max-width: 600px){
p {
	clear: left;
	clear: right;
}
.quote_der {
	float: none;
	margin-left: auto;
	margin-right: auto;

}
.quote_izq {
	float: none;
	margin-left: auto;
	margin-right: auto;

}
#mapa {
	display: none;
}
.contenido {
	margin-left: 35px;
	margin-right: 35px;
}
#letra {
	max-width: 75px;
}
}