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;
}

body{
	margin: 10px auto;
	width: 95%;
	height: 100%;
	background: #7f8c8d;
	border-radius: 3px;
	
}
header{
	text-align: center;
	display: block;
	min-height: 20%;
	padding: 5px;
}
h1.titulo{
	font-size: 40pt;
	font-family: 'Merriweather Sans', sans-serif;
}
h1.nombre{
	font-family: 'Cabin', sans-serif;
	font-size: 35pt;
	text-align: center;
}
p.objetivo{
	padding: 15px;	
	font-size: 15pt;
	font-family: 'Alegreya', serif;
}
h3{
	font-family: 'Cabin', sans-serif;
	font-size: 25pt;
	text-align: center;
}
img.i{
	border:1px solid inherit;
	border-radius: 50%;
	width: 150px;
}
p.lista{
	font-size: 25pt;
	text-align: center;
	margin-top: 15px;
}
ul{
	list-style-type: circle;
	margin:0 auto;
}
li{
	line-height: 40px;
	text-align: center;
}
.contenedor
{
	background: #bdc3c7;
	padding:10px 20px;
	margin:10px;
	border-radius: 10px;
	display:flex;
	flex-direction:column;
}
.columna1{
	display: flex;
	flex-direction:rows;
	justify-content:space-between;
	flex-wrap: wrap;
	flex:1;
}
.columna2{
	border: 1px solid #2c3e50;
}
div{
	padding: 5px; /////////////////
	border: 1px solid #2c3e50;
	border-radius: 3px;
	margin-top:20px;
}
.fila1{
	flex:3;
}
.columna4{
	display: flex;
	flex-direction:rows;
	justify-content:space-between;
	flex-wrap: wrap;
	flex:1;
}
.columna5{
	display: flex;
	flex-direction:rows;
	justify-content:space-between;
	flex-wrap: wrap;
}
.fila3, .fila4, .fila5{
	width: 30%;
	text-align: center
}
.fila6, .fila7{
	width: 45%;
	text-align: center;
}
img.judo{
	width: 100%;
	height: 90%;
}
div#ejemplo{
	font-size: 15pt;
	font-family: 'Lobster', cursive;
}

