/* 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: #b7d432;
	max-width: 855px;
	max-height: 100px;
	margin: auto;
	padding-bottom: 10px;
	padding-top: 10px;
}

#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;
}

#bullet {
	max-width: 350px;
	display: inline;
	float: right;
}

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

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

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

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

@media screen and (max-width: 600px){
	#sumario {
	max-width: 300px;
	}
	#sumario > p {
	font-size: 15px;
	}
	.contenido {
	max-width: 290px;
	margin: auto;
	}
}