/* 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;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 72px;
	text-transform: uppercase;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

a {
	color: #d6bb88;
	font-weight: bold;
}

a:hover {
	color: #000;
}

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

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

/* Específicos --------------------------------------
-------------------------------------------------- */

.titular {
	margin: auto;
	max-width: 800px;
	margin-bottom: 60px;
	margin-top: 30px;
}
.line {
	max-width: 400px;
	margin: auto;
	height: 2px
	background-color: #333;
}

.titular > h1 {
	font-family: 'Oswald', sans-serif;
	line-height: 1.2;
	font-size: 60px;
	text-transform: uppercase;
	text-align: center;
}

/*--- Título ---*/
#titulo {
	max-width: 700px;
	margin: auto;
	margin-bottom: 30px;
}

/*--- Sumario ---*/
#sumario {
	max-width: 600px;
	margin: auto;
}
#sumario > p {
	font-family: 'Libre Baskerville', serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	line-height: 1.5;
}

/*--- Crédito Reportero ---*/
#credito {
	max-width: 350px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 70px; 
	background-color: #d6bb88;
	padding: 10px;
}
#credito > p {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase; 
	font-size: 14px;
	text-align: center;
}

/*--- Bloques de texto ---*/
.cuerpo {
	max-width: 800px;
	margin: auto;
	margin-top: 40px;
	clear: right;
	clear: left;
}
.cuerpo > p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	text-align: justify;
	line-height: 1.7;
	margin-bottom: 30px;
}
.bold {
	font-weight: bold;
}
.resaltado {
	background-color: #d6bb88;
	padding: 3px;
}

/*--- Fondo gris ---*/
.grey {
	background-color: #e9e9e9;
	padding-top: 50px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	clear: right;
}
.grey > .cuerpo {
	max-width: 600px;
	clear: right;
}

/* Quote */
.quote_caja {
	max-width: 700px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	clear: right;
}
.quote_frase {
	font-family: 'Libre Baskerville', serif;
	font-size: 36px;
	text-align: center;
	line-height: 1.3;
	color: #2f3135;
}

.quote_persona {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	text-align: right;
	margin-top: 20px;
}

/*--- Imagen ---*/
.bullet_right {
	max-width: 400px;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.bullet_left {
	max-width: 315px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.img_full {
	margin: auto;
	margin-bottom: 30px;
	margin-top: 20px;
	max-width: 1100px;
	clear: right;
}
.img_centrada {
	margin: auto;
	margin-bottom: 30px;
	margin-top: 20px;
	max-width: 700px;
	clear: right;
}
.img_contenedor {
	max-width: 1100px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: right;
}
.img_cont_left {
	max-width: 500px;
	float: left;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 30px
}
.img_cont_right {
	max-width: 500px;
	float: right;
	margin: 0px;
	margin-bottom: 30px;
}
.cred_foto {
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	padding-left: 10px;
}

/*--- Video ---*/
.video_int {
	padding-top: 56.25%;
}
.video_ext {
	display:block;
	margin: auto;
	position: relative;
	max-width: 1100px;
	margin-top: 20px;
	clear: right;
}
.video_med {
	display:block;
	margin: auto;
	position: relative;
	max-width: 600px;
	margin-top: 20px;
	clear: right;
}
.cred_video {
	max-width: 1100px;
	margin: auto;
	background-color: #d6bc88;
	padding: 10px;
	clear: right;
}
.cred_video > p {
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	clear: right;
}
.cred_video_medium {
	max-width: 600px;
	margin: auto;
	background-color: #d6bc88;
	padding: 10px;
	clear: right;
}
.cred_video_medium > p {
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	clear: right;
}

/* media queries ------------------------------------
-------------------------------------------------- */
@media screen and (max-width: 1030px){
/*--- Imagen ---*/
.img_cont_left {
	float: none;
	margin: auto;
	margin-bottom: 30px;
}
.img_cont_right {
	float: none;
	margin: auto;
	margin-bottom: 30px;
}
}

@media screen and (max-width: 850px){
	#sumario {
	max-width: 700px;
}
#sumario > p {
	font-size: 14px;
}
.cuerpo {
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 40px;
}
.grey > .cuerpo {
	margin: auto;
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px;

}
.quote_caja {
	margin: 40px;
}
}
@media screen and (max-width: 500px){
#titulo {
	max-width: 300px;
	margin-left: 15px;
	margin-right: 15px;
}
#sumario {
	max-width: 400px;
	margin: 20px;
}
.cuerpo > p {
	font-size: 15px;
	line-height: 1.4;
}
.bullet_right {
	float: none;
	margin: auto;
	margin-bottom: 30px;}
.bullet_left {
	float: none;
	margin: auto;
	margin-bottom: 30px;
}
.quote_frase {
	font-size: 24px;
	line-height: 1.3;
}
}
