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

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

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

/*--- Bloques de texto ---*/
.grey {
	background-color: #9ea36d;
}

.grey > .cuerpo {
	max-width: 500px;
	margin: auto;
	padding-top: 20px;
}
.grey > .cuerpo > p {
	font-size: 10px;
	color: #444;
}

.cuerpo {
	max-width: 700px;
	margin: auto;
	clear: right;
	clear: left;
}

.cuerpo > #parr_01 {
	padding-top: 100px;
}

#capital {
	max-width: 145px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.bullet_right {
	max-width: 300px;
	float: right;
	margin-left: 40px;
	margin-bottom: 40px;
}

.bullet_left {
	max-width: 300px;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
}

.quote {
	max-width: 1000px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 60px;
}
.quote > img {
	max-width: 75px;
	margin-bottom: 10px;
}

.quote > p {
	font-family: 'Libre Baskerville', serif;
	font-size: 30px;
	color: #000;
	padding-bottom:15px;
	text-align: left;
}

.quote > span {
	font-family: 'Open sans', serif;
	font-size: 12px;
	color: #999;
}

.graph {
	max-width: 1100px;
	margin: auto;
	margin-bottom: 30px;
}
.graph_1100 {
	display: block;
}
.graph_770 {
	display: none;
}

.graph_320 {
	display: none;
}

/* media queries ------------------------------------
-------------------------------------------------- */
@media screen and (max-width: 1050px){
.quote {
	max-width: 770px;
}
.graph {
	max-width: 770px;
}
.graph_1100 {
	display: none;
}
.graph_770 {
	display: block;
}
}

@media screen and (max-width: 800px){
.cuerpo {
	margin-left: 40px;
	margin-right: 40px;
}

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

@media screen and (max-width: 600px){
.quote {
	max-width: 400px;
	margin-left: 30px;
	margin-right: 30px;
}
.graph_770 {
	display: none;
}

.graph_320 {
	display: block;
}
.graph {
	max-width: 320px;
}
.bullet_right {
	clear: left;
	clear: right;
	max-width: 300px;
	margin: auto;
	margin-bottom: 40px;
}

.bullet_left {
	clear: left;
	clear: right;
	max-width: 300px;
	margin: auto;
	margin-right: 200px;
	margin-bottom: 40px;
}

.cuerpo > .graph_320 {
	max-width: 320px;
	margin: auto;
}
.cuerpo > p {
	clear: left;
	clear: right;
}
.cuerpo > #parr_01 {
	padding-top: 90px;
}
#capital {
	max-width: 100px;
}
h2 {
	font-size: 36px;
	line-height: 1.2;
}
.quote > p {
	font-size: 20px;
}
.grey > .cuerpo {
	margin: 20px;
}
}