@charset "utf-8";
body{
  background-image: url(fondo2.jpg);
  background-size: 2000px;
  /*background-repeat: repeat;
  
  background-color:#bce5e5;
	*/

    }
table{
  background-color: #FFFF99; 
  font-family:Century;
    font-size: 100%;
    font-style: italic;
    color: #0d4fc1;
    border:blue 5px dotted;
   
    text-align:center;
  margin-left:auto;margin-right:auto}
tr{
  font-size: 200%;
   border:black 2px solid;
  margin-left:auto;
  margin-right:auto}
td{
  font-size: 75%;
   border:black 2px solid;
  margin-left:auto;
  margin-right:auto}
nav {
	margin-right: 30px;
	margin-left: 30px;
  border-top: 2px solid #33C3B9;
	background-color: #063D92;
	display: block;
	margin: auto;
	overflow: hidden;
	
}
nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

nav ul li {
	display: inline-block;
	list-style-type: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s; 
}
	
nav > ul > li > a {
	color: #fff;
	display: block;
	line-height: 56px;
	padding: 0 24px;
	text-decoration: none;
	text-align: right;

}

nav > ul > li:hover {
	border-radius: 4px;
    background-color: #fff;
}

nav > ul > li:hover > a {
    color: #145C77;
    text-decoration: underline;
}


.autor{
  color:red;
}
#autor{
  
  font-size: 100px;
  
}

h1,h2,h3{
  
  
 margin-right: 100px;
	margin-left: 100px; 
  
  }
 
p::selection {
    background: green;
    color: yellow;
    text-shadow: 1px 1px #fff;
}
.navegar{
  text-align:center;
  
}
#titulo{
  font-size:25px;
  font-style: inherit;
  
  }

iframe{
  height: 480px;
  width: 800px;
 


  
  }
img{
   max-height: 360px;
  
  }

h1{
    font-family:Felix Titling;
    font-size: 300%;
    font-style: inherit;
    color: #0d4fc1;
    text-align:center;
}

footer{
 background-color: white;
	color: #0A1628;
	padding: 10px;
 	margin: 15px auto auto 15px;
 	box-shadow: 0 0 15px 5px rgba(16, 33, 53, 0.2) inset;
 	width: 500px;
 	background: linear-gradient(to bottom, rgba(200, 120, 160, 1) 0%, rgba(140, 140, 140, 1) 100%);
 	border-radius: 85px 85px 85px 85px;
-moz-border-radius: 85px 85px 85px 85px;
-webkit-border-radius: 85px 85px 85px 85px;
border: 40px solid #aeb1e8;
  
  }
