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

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

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

#titulo {
	background-color: #00ada7;
	max-width: 855px;
	max-height: 100px;
	margin: auto;
	margin-top: 30px;
}

#titimg {
	max-width: 270px;
	margin: auto;
}

#sumario {
	max-width: 705px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

#sumario > p {
	font-size: 18px;
	font-family: 'Libre Baskerville', serif;
	line-height: 1.5;
	text-align: justify;
}

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

.contenido > p {
	text-align: justify;
}

.contenido > h3 {
	font-size: 36px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	line-height: 1.5;
	text-align: left;
	margin-bottom: 5px;
}

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

.pie_foto {
	font-size: 12px;
	color: #666;
	max-width: 80%;
	padding-top: 10px;
}
.pie_foto > span {
	color: #000;
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
}

.graph {
	
	background-color: #00ada7;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 50px;
}

#chart_01 {
	max-width: 760px;
	margin:auto;
}
#chart_02 {
	max-width: 320px;
	margin:auto;
	display: none;
}

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

@media screen and (max-width: 800px){
	.pie_foto {
	margin-left: 10px;
	}
}

@media screen and (max-width: 700px){
	#sumario {
	max-width: 580px;
	}

	#sumario > p {
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
	}
}

@media screen and (max-width: 600px){
	#sumario {
	max-width: 550px;
	}

	#sumario > p {
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
	}
	
	.contenido {
	max-width: 480px;
	}
	#chart_01 {
	display: none;
}
#chart_02 {
	display: block;
}
}

@media screen and (max-width: 550px){
	#sumario {
	max-width: 300px;
	}

	.contenido {
	max-width: 290px;
	}
}