@import url(https://fonts.googleapis.com/css?family=Mystery+Quest);
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville);

/*  ESTRUCTURA */

*{
	padding:0;
	margin:0;
}
#contenedor{
	margin:0 auto;
	width:100%;

}

header{
padding:10px;
clear:both;
background:linear-gradient(to bottom,rgba(240,183,161,1) 0%,rgba(140,51,16,1) 80% , rgba(117,34,1,1) 51% , rgba(191,110,78,1) 100%);
}
header h3{
	color:#fff;
}

nav#menu{
clear: both;
background-color: #004C98;
color:white;
}

#principal{
	margin:1em auto;
	width:95%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap:wrap;

	flex-wrap:wrap;
	margin-bottom: 2em;

}

aside#colIzq{
background-color: #fff;
width:15%;
margin: 0em 0.5em;
overflow: hidden;
}
section{
background-color: #eee;
border-right: 1px solid silver;
width:35%;
margin-right: 0.5em;
}
aside#colDcha{
background-color: #eee;
border-right: 1px solid silver;
width:46%;
margin: 0em 0.1em;
}

footer{
clear:both;
padding: 10px;
background: #2f2f3c;
color:#fff;
position: fixed;
bottom:0em;
width:100%;
}

/* FIN DE LA ESTRUCTURA */

/* ======================================================================== */
#enlaces-1{
padding: 10px 15px;
border:1px solid silver;
border-radius: 0px 0px 10px 10px;
list-style: none;
overflow: hidden;
}


#enlaces-1 li a{
display: block;
padding:6px 10px;
text-decoration: none;
}

ul#enlaces-1 li a:hover{
	background-color: #333;
	color:#fff;
}

/* ======================================================================== */

header > h3{
font-family: alex-brush, cursive;
font-size: 2em;
}

nav#menu ul{
list-style: none;
text-align: center;
}
nav#menu ul li{
display: inline-block;
text-align: center;
}
nav#menu ul li a:link, nav#menu ul li a:visited{
display: block;
color:#fff;
font-weight: bold;
padding:10px;
text-decoration: none;
}

nav#menu ul li a:hover, nav#menu ul li a:focus{
	background-color: #eee;
	color:#004C98;
}

#colIzq>h4{
	background-color: #004C98;
	padding: 5px;
	color:#fff;
	text-align: center;
	border:1px solid #fff;
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
}

section, article{
overflow: hidden;
}

.imgTip1{
	width:50%;
	display: block;
	margin:0 auto;
}
#imgSvg1{
	width:200px;
	height: 200px;

}

section h2, aside h2{
	font-family: "Times New Roman",serif;
	color:#ED6E00;
	font-size: 180%;
	font-weight: bold;
	margin:.5em;
}

section h3{
	margin-bottom: 1em;
	font-family: arial;
	color:brown;
}

article{
	border:1px solid silver;
	border-radius: 10px;
	box-shadow: 3px 3px 0px silver;
	padding:10px;
	margin:1em 0.5em;
	background-color: #fff;
}
article p{
	text-align: center;
}

article h3{
font-family: "Mystery Quest", sans-serif;
font-size: 150%;
color:brown;
margin-bottom: 0.5em;
}

aside#colIzq h4{
font-family:"Libre Baskerville";
font-size: 110%;
}