@charset "utf-8";
/* CSS Document */
body{
	background: #0FF;
	color: #006;

	font.family: "Arial";
	font-size: 16px;
	margin: 0;
	text-align: left;
	}
	footer,header,section{
		background: rgba(20,20,20,0.75);
		border-radius: 0.5em;
		-webkit-border-radius:0.5em;
		box-shadow: rgba(0,0,0,0.6) 0px	5px	10px;
		color:#FFF;
		margin:  1em auto;
		padding: 1em;
		width: 90%;
		}
		header{
			background:url(images/logo.png) no-repeat 1em center,
			url(images/fondo.jpg);
			header h1{
				font-family: "Arial";
				font-size: 3em;
				text-shadow: rgba(0,0,0,0,0.8)2px	2px	10px;
				-webkit-transition: all 1s ease-in-out;
			}
			nav{
	margin: 20px auto;
	height: 50px;
	width: 938px;
	padding: 0 10px;
	background: #e6e2ca;
	border-radius: 10px;
			}
			#menu {
				list-style:none;
			}
			#menu li {
		float: left;
		margin: 5px;
			}
		
			
			#formulario{
				background: #2c492d;
				border-radius: 0.5em;
				color: white;
				font-size: 1.8em;
				margin: 0.5em auto;
				padding: 0.5em;
				width: 30x;
				cursor: pointer;
				border: 4px	solid #000;
				
				}
				#historia{
					background: rgba(255,255,255,0.8);
					border-radius: 0.3em;
					color: #666;
					-webkit-columns-count: 3;
				}
