/* 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: 15px;
	color: #000;
	line-height: 1.4;
	padding-bottom: 25px;
	text-align: justify;
}

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

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

a {
	text-decoration: none;
	color: #e0933b;
}

a:hover {
    color: #e0933b;
    text-decoration: underline;
}

a:visited {
    color: #8cb5a7;
}

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

#sumario {
	max-width: 900px;
	margin: auto;
	margin-top: 30px;
}

#sumario > p {
	font-family: 'Libre Baskerville', serif;
	font-size: 18px;
	text-align: center;
}
.cuerpo {
	max-width: 600px;
	margin: auto;
}

.cuerpo > h2 {
	max-width: 400px;
}

.unica {
	max-width: 800px;
	margin: auto;
}

.unica > p {
	font-size: 12px;
	padding-top: 5px;
}

.ronda {
	max-width: 900px;
	margin: auto;
	background-color: #80a99b;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 50px;
}

.ronda > h2 {
	padding-top: 20px;
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 5px;
}

.ronda > p {
	text-align: center;
	color: #fff;
}

.ronda_02 {
	max-width: 900px;
	margin: auto;
	background-color: #f7aa52;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 50px;
}

.ronda_02 > h2 {
	padding-top: 20px;
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 5px;
}

.ronda_02 > p {
	text-align: center;
	color: #fff;
}

.ronda_03 {
	max-width: 900px;
	margin: auto;
	background-color: #00746b;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 50px;
}

.ronda_03 > h2 {
	padding-top: 20px;
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 5px;
}

.ronda_03 > p {
	text-align: center;
	color: #fff;
}

.ronda_04 {
	max-width: 900px;
	margin: auto;
	background-color: #ed1b24;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 50px;
}

.ronda_04 > h2 {
	padding-top: 20px;
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
	font-size: 18px;
	padding-bottom: 5px;
}

.ronda_04 > p {
	text-align: center;
	color: #fff;
}
.grey {
	background-color: #f0f0f0;
	padding-top: 60px;
}

/* media queries ------------------------------------
-------------------------------------------------- */
@media screen and (max-width: 1080px){
#sumario {
	max-width: 700px;
}
.cuerpo {
	max-width: 500px;
}
}
@media screen and (max-width: 810px){
.unica > p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
}
#sumario {
	margin: 10px;
}
}
@media screen and (max-width: 620px){
.cuerpo {
	margin: 30px;
}
}
}