/* 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: 18px;
	color: #000;
	line-height: 1.9;
	text-align: center;
	margin-bottom: 40px;
}

li {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	color: #000;
	line-height: 1.9;
	text-align: left;
	margin-bottom: 40px;
	list-style-type: square;
}

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

a {
	color: #ff3b29;
}

a:hover {
	color: #00a6ff;
}


/* Específicos --------------------------------------
-------------------------------------------------- */
.intro {
	max-width: 375px;
	margin: auto;
	margin-top: 75px;
	margin-bottom: 75px;
}
.cuerpo-texto {
	max-width: 600px;
	margin: auto;
	margin-top: 75px;
	margin-bottom: 75px;
}
.bold {
	font-weight: bold;
	color: #282828;
}

.text-pleca {
	max-width: 500px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#requisitos {
	background-color: #00a6ff;
	padding-top: 35px;
	padding-bottom: 35px;
}

.req-img {
	max-width: 820px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 35px;: 
}

#inscribete {
	background-color: #ffc700;
	margin-top: 140px;
	padding-top: 50px;
	padding-bottom: 50px;
}

#ins-img {
	max-width: 610px;
	margin: auto;
}

#facts {
	background-color: #002cc6;
	margin-top: 140px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#facts-img {
	max-width: 225px;
	margin: auto;
}

.contacto {
	max-width: 500px;
	margin: auto;
	margin-bottom: 150px;
}

.contacto > p {
	font-size: 13px;
}

@media only screen and (max-width: 680px) {
.cuerpo-texto {
	max-width: 290px;
	margin-top: 75px;
	margin-bottom: 75px;
}
.text-pleca {
	max-width: 290px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.contacto {
	max-width: 290px;
}

#ins-img {
	max-width: 300px;
}
#facts-img {
	max-width: 150px;
}
}