/* 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 ----------------------------------------
-------------------------------------------------- */
img {
    width: 100%;
    height: auto;
}

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

h1 {
	font-family: 'Anton', sans-serif;
	font-size: 120px;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	line-height: 1.0;
	text-align: center;

}

h2 {
	font-family: 'Anton', sans-serif;
	font-size: 36px;
	color: #000;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: left;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 1.4;
	padding-bottom: 60px;
	text-align: center;

}

span {
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
		
}

/* Específicos --------------------------------------
-------------------------------------------------- */
 #portada {
 	max-width: 1100px;
 	margin: auto;
 }

 .entrevista {
 	width: 120px;
 	margin: auto;
 	margin-top: 30px;
 }

 #titulo {
 	max-width: 900px;
 	margin: auto;
 }

 #sumario {
 	max-width: 900px;
 	margin: auto;
 }

 #sumario > p {
 	font-size: 20px;
 	font-family: 'Libre Baskerville';
 	text-align: center;
 }

 #credito {
 	margin: auto;
 	max-width: 200px;
 }

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

 #capitular {
 	width: 50px;
 	float: left;
 	margin-right: 20px;
 }

 .pleca {
 	margin: auto;
 	margin-bottom: 30px;
 	max-width: 500px;
 	height: 100px;
 }

 #grey {
 	max-width: 1100px;
 	margin: auto;
 	background-color: #dcddde;
 	margin-top: 20px;
 	margin-bottom: 20px
 }

 .grey_ficha {
 	margin-left: 150px;
 	margin-right: 100px;
 	max-width: 1000px;
 	padding-bottom: 80px;
 }

#grey > .cuerpo {
	text-align: center;
}

.img_ficha {
	width: 100px;
	margin-right: 50px;
	float: left;
}
.ficha {
	max-width: 800px;
	padding-left: 150px;
}

.ficha > h2 {
	text-align: left;
	padding-top: 0px;
	font-size: 24px;
}
#cuestionario {
	max-width: 1000px;
	margin: auto;
}
.pregunta {
	width: 150px;
	float: left;
	text-align: right;
}
.respuesta {
	margin-left: 180px;
	margin-bottom: 60px;
}

.quote {
	max-width: 500px;
	margin: auto;
	margin-bottom: 60px;
}



/* media queries ------------------------------------
-------------------------------------------------- */
@media screen and (max-width: 1000px){
h1 {
	font-size: 72px;
}
#sumario {
 	margin-left: 20px;
 	margin-right: 20px;
 }
#cuestionario {
	margin: 20px;
}
}

@media screen and (max-width: 650px){
.cuerpo {
  	margin: 20px;
 }
 .respuesta {
 	clear: left;
 	margin-left: 0px;
 }
 .pregunta {
	width: 300px;
	clear: left;
	text-align: left;
}
}

@media screen and (max-width: 450px){
	h1 {
	font-size: 52px;
}
.pleca {
 	margin: 20px;
 }
.quote {
	margin-left: 20px;
	margin-right: 20px;
}
}