@charset "UTF-8";
/* CSS Document */

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

body{
	font-family: Consolas, 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', Monaco, 'Courier New', 'monospace'sans-serif;;
}

nav{
	background-color: black;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
ul{
	text-align: center;
}

ul li {
	list-style-type: none;
	display: inline;
	padding:0 1em 0 1em;
}

ul li a{
	text-decoration: none;
	color: lightsteelblue;
	font-size: 1.5em;
}

h1{
	font-size: 4em;
	font-weight: 700;
	text-align: center;
	padding: 2em 0;
	font-family: Abril Fatface;
}
h2{
	background-color: white;
	font-size: 2.5em;
	padding-left: 1em 0;
	font-family: Abril Fatface;
}

h3{
	background-color: white;
	font-size: 2em;
	padding-left: 1em 0;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	
}

h4{
	font-size: 1em;
	line-height: 1em;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	text-align: center
}

h5{
	font-size: 4em;
	font-weight: 700;
	text-align: inherit;
	padding-left: 1em 0;
}

p{
	font-size: 1.2em;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
}

header{
	background-size: 33%;
	background-repeat: repeat;
	padding: 3em 0 6em 0;
}

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

div {
    box-sizing: border-box;
}

.flotar{
	float: left;
}

.dos-columnas{
	width: 50%;
}

.tres-columnas{
	width: 33%;
}

.limpiar-float{
	clear: both;
}

.margen-dos-columnas{
	margin-left: 50%;
}

.padding-textos{
	padding:0 2em 2em 2em; 
}


.img{
	width: 50%

}

footer{
	background-color: black;
	color: white;
	text-align: center;

}

footer h4{
	font-size: 1em;
	padding: 1em;
		
}

aside{

	position: fixed;
	top: 10%;
	
}

aside a{
	font-size: 3em;
	font-weight: bold;
	text-decoration: none;
	color: black;
	text-transform: uppercase;
}

.imagenes{
background-color: #ffffff;
padding: 5px 10px 5px 10px;
margin:2px;
float:left;
width:200px;
text-align:center;
}

.interlineado{
	line-height: 150%;
	
}




