/* 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;
	margin-bottom: 30px;
}

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

a {
	color: #ec2027;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

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

/* Sumario ------------------ */
.sumario {
	max-width: 500px;
	margin-left: 300px;
	margin-right: 300px;
	margin-top: 60px;
	margin-bottom: 60px;
}

.sumario > p {
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3;
}

/* Contenido ------------------ */
.cuerpo {
	margin-left: 200px;
	margin-right: 200px;
	position: static;
}

.column{
	max-width: 700px;
}

.capital {
	max-width: 200px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

.quote01 {
	max-width: 250px;
	margin-left: 20px;
	margin-bottom: 20px;
	float: right;
}

.quote02 {
	max-width: 250px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

.subgraph {
	margin-top: 60px;
}

.editor {
	max-width: 500px;
}

.editor > p {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

/* Videgaray ------------------ */
.videgaray {
	background-color: #000;
}

.videcuerpo {
	margin-top: 60px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 70px;
	position: static;
}

.videcolumna {
	max-width: 900px;
	padding-top: 80px;
	padding-bottom: 70px;
}

.videcolumna > h2 {
	color: #fff;
	font-size: 40px;
	margin-bottom: 50px;
}

.videcolumna > p {
	color: #fff;
	line-height: 1.6;
	font-size: 14px;
}



.videfoto {
	max-width: 250px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

/* media queries ------------------------------------
-------------------------------------------------- */

@media screen and (max-width: 1050px){
	
	/* Sumario ------------------ */
	.sumario {
		margin-left: 200px;
		margin-right: 200px;
	}

	/* Contenido ------------------ */
	.cuerpo {
		margin-left: 120px;
		margin-right: 100px;
	}
}

@media screen and (max-width: 900px){
	
	/* Sumario ------------------ */
	.sumario {
		margin-left: 150px;
		margin-right: 150px;
	}

	/* Contenido ------------------ */
	.cuerpo {
		margin-left: 80px;
		margin-right: 80px;
	}
}

@media screen and (max-width: 700px){
	
	/* Sumario ------------------ */
	.sumario {
		max-width: 400px;
		margin-left: 120px;
		margin-right: 120px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.sumario > p {
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3;
	}

	/* Contenido ------------------ */
	.cuerpo {
		margin-left: 80px;
		margin-right: 80px;
	}
	.graph {
		display: none;
	}
}

@media screen and (max-width: 600px){
	/* Contenido ------------------ */
	.cuerpo {
		margin-left: 80px;
		margin-right: 80px;
	}
	.graph {
		display: none;
	}
}

@media screen and (max-width: 600px){
	.capital {
	max-width: 100px;
	}
	.quote01 {
	max-width: 250px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
	float: none;
	}
	.quote02 {
	max-width: 250px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
	float: none;
	}
}

@media screen and (max-width: 450px){
	.sumario {
		max-width: 400px;
		margin-left: 60px;
		margin-right: 60px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.cuerpo {
	margin-left: 20px;
	margin-right: 20px;
	}
	.videcuerpo {
	margin-top: 60px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 70px;
	position: static;
	}
	.videfoto {
	max-width: 250px;
	margin-right: 40px;
	margin-bottom: 20px;
	float: left;
	}
	.videcolumna > h2 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
}
}
