<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="content-type">
	</head>
  <body>
    <pre>h2{color:red}	
	
#textoFred {  
		  font-family: 'Fredericka the Great', cursive, red;  
		  font-size: 50px;  
		  font-weight: lighter;  
		  font-style: oblique;  
		  letter-spacing: 10px;  
		  word-spacing: 30px;  
		  display: block; 
		  text-align: center;
		}

#texto1 { 
		  color: red; 
		  font-size: 25px;
		  text-align: center;  
		  text-decoration: underline;
		}

#texto2 {  
		  text-align: center;  
		  text-decoration: underline;
		}
	
body, html {
	height:100%;
	width: 98%;
	margin: 12px;
	padding: 0px;
	background-color: #e5e5e7;
}
#main {
   height: 60%;
   display: -webkit-flex;
   display:         flex;
   -webkit-flex-flow: row;
   flex-flow: row;
   margin: 5px;
   padding: 5px;
   border: 1px solid black;
   
   border: 3px solid;
		margin: ,03%;
		padding: 0,2%;
		position: relative;
		border-color:white;
		border-style:solid;
		border-radius:50px;
		-moz-box-shadow: 0 0 5px 5px #888;
		-webkit-box-shadow: 0 0 5px 5px#888;
		box-shadow: 0 0 50px 5px #888;	
}
#main section {
	background: #CFC;
	flex: 3 1 50%;
	order: 2;
    margin: 5px;
    padding: 5px;
   /*  border: 1px solid black; */
	
	border: 3px solid;
		/* margin: ,03%;
		padding: 0,2%; */
		position: relative;
		border-color:white;
		border-style:solid;
		border-radius:50px;
		-moz-box-shadow: 0 0 5px 5px #888;
		-webkit-box-shadow: 0 0 5px 5px#888;
		box-shadow: 0 0 50px 5px #888;	
}

#main aside {
	/* background: #e5fc97; */
	flex: 1 6 20%;
	order: 3;
    margin: 5px;
    padding: 5px;
    border: 1px solid black;
	
	border: 3px solid;
		/* margin: ,03%;
		padding: 0,2%; */
		position: relative;
		border-color:white;
		border-style:solid;
		border-radius:50px;
		-moz-box-shadow: 0 0 5px 5px #888;
		-webkit-box-shadow: 0 0 5px 5px#888;
		box-shadow: 0 0 50px 5px #888;	
}
header {
	
	display: block;
	text-align: center;
	height: 130px;
	color: blue;
	background-color: #a4d3ff;
  	border: 3px solid;
	margin: 1%;
	padding: 1%;
	position: relative;
	border-color:white;
	border-style:solid;
	border-radius:50px;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 50px 5px #888;	
}
footer {
	display: block;
	min-height: 5%;
	background: #afdbdb;
    margin: 5px;
    padding: 5px;
    border: 1px solid black;
}

/* #main section-header {
    margin: 1px;
    padding: 500px;
    border: 1px solid black;
    background: #33ccff;
	background: url(Imagenes/foto2.jpg) right bottom;
    height: 25%;
}
 */
 #main section-article {
	margin: 5px;
	padding: 5px;
	border: 1px solid black;
	background: #33ccff;
	height:50%;
	
}
#main section-footer {
    margin: 5px;
    padding: 5px;
    border: 1px solid black;
    background: #33ccff;
    height: 25%;
}
 
p{
    text-align : center; 
	font-family: arial; 
	color: gray;
}

h1{
    text-align : justify; 
	/* font-family: arial; */ 
	color: red;
}

h2 {  
		  text-align: center;  
		  text-decoration: underline;
		  color:blue;
		}
table {
	width:40%;
	margin: auto;
	padding: 0px;
	text-align:center;
	border-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
th, td {
	padding: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
th {
	background-color: #4d4b4b;
	color: white;
}
td {
	background-color: #F0F0F0;
}


</pre>
    
  </body>
</html>
