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

body {
	background-image: url("../img/fondo.jpg");
	background-repeat: no-repeat;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.4;
	padding-bottom: 25px;
	text-align: justify;
}

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

/* Especificos ----------------------------------------
-------------------------------------------------- */
#logo {
	max-width: 250px;
	margin: auto;
}

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

#cuerpo {
	max-width: 1000px;
	margin: auto;
}

#intro {
	max-width: 500px;
	margin: auto;
}

#intro > h2 {
	font-size: 72px;
}

#tabla {
	width: 700px;
	float: right;
	margin-bottom: 50px;
}

.frases {
	max-width: 250px;
	margin-right: 20px;
	margin-bottom: 1000px;
}

.frases > p {
	text-align: right;
	font-size: 12px;
}

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

.metodolgia > h3 {
	text-align: left;
}

.metodolgia > p {
	font-size: 10px
	color #999;
}

@media screen and (max-width: 980px){
.frases {
	display: none;
}
#tabla {
	max-width: 90%;
	float: none;
	margin: auto;
	margin-bottom: 50px;
}
}

@media screen and (max-width: 720px){
.metodolgia {
	width: 90%;
}
#intro {
	width: 90%;
	margin: auto;
}
}