body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	background: #f2f2f2; 
	font-size: 1em;
	line-height: 1.5em;
}

h1 {
	font-size: 2.3em;
	line-height: 1.3em;
	margin: 15px 0;
	text-align: center;
	font-weight: 300;
}

p {
	margin: 0 0 1.5em 0;
}

img {
	max-width: 100%;
	height: auto;
}


#main-header {
	background: #FFFFF0;
	color: white;
	height: 80px;
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
	
	

}	
	#main-header a {
		color: #20B2AA;
	}

/*
 * Logo
 */

 
 	
 }
#logo-header {
	float: left;
	height: 80px;
	width: 90%;
	
		}
	
	#logo-header .site-name {
		display: block;
		font-weight: 700;
		font-size: 1.2em;
	}
	
	#logo-header .site-desc {
		display: block;
		font-weight: 300;
		font-size: 0.8em;
		color: #999;
	}
	
.logo {
	top: auto;
	height: 80px;
	width: auto;
}
/*
 * Navegación
 */
nav {
	float: right;
}
	nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		padding-right: 20px;
	}
	
		nav ul li {
			display: inline-block;
			line-height: 80px;
		}
			
			nav ul li a {
				
				display:inline-block;
				padding: 0 10px;
				text-decoration: none;
				line-height: normal;
				font-size: 20px;
				font-weight: bold;
				
				-webkit-transition:all 500ms ease;
				-o-transition:all 500ms ease;
				transition:all 500ms ease ; 
			}
			
				nav ul li a:hover {
					background: #90EE90;
					border-radius:50px;
					padding: 10px;
					
					

				}
.destacado{
		text-align: center;
		color: #00008B;

}
#main-content {
	background: white;
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

	#main-content header,
	#main-content .content {
		padding: 40px;
	}


.tabla td {
	border: blue 5px solid;

}
.fila h3{
	font-size: 1em;
	color: #00008B;
	text-align: center; 

}
.fila{
    width: 150px;
}

  


.card{
	width: 150px;
	border-radius: 4px;
	background-color: white;
	box-shadow: 0 1px 3px #000000;
    
}

form{
	width: 300px
	margin: auto;
	background: rgb( 30, 131, 44, 0.4);
	padding: 10px 20px;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 7px;
}
h4{
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 30px
	margin-botton: 20px;

}

input, textarea{
     width: 100%;
     margin-bottom: 20px;
     padding: 7px;
     box-sizing: border-box;
     font-size: 17px;
     border:none;

}

textarea{
   min-height: 100px;
   max-height: 200px;
   max-width: 100%;

}

#boton{
    background: #008080;
    color:#fff;
    padding: 20px;
}

#boton:hover {
	cursor: pointer;
}
@media(max-width: 480px) {
	form{
		width: 100%;
	}
}

#main-footer {
	background: #333;
	color: white;
	text-align: center;
	padding: 20px;
	margin-top: 40px; 
	
}
	#main-footer p {
		margin: 0;
	    
	}
	
	#main-footer a {
		color: white;
	}
	

		width: 80%;

	}
	h1{

		text-align: center;
		color: #000080;
		font-size: 40px;
		background: rgb(0,0,0,0.4);
	}