

body {
	background: #39A373;
	color: #333;
	font-family: "arial";
	font-size: 16px;
	text-align: center;
	margin: 0;
	width:100%;
}

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:#DDD;
	margin: 1em auto;
	padding: 1em;
	width: 90%;

}

header {
background: url("http://futurodelweb.com/Materiales/logo.png") no-repeat 1em center, 
			url("http://futurodelweb.com/Materiales/fondo.jpg");

}

header h1 {

font-family: "arial";
font-size: 3em;
text-shadow: rgba( 0,0,0,0.8) 2px 2px 10px;
-webkit-transition: all 1% ease-in-out;

}                                                                
header h1:hover{
	color: #39A373;
	font-size: 3.2em;
	text-shadow :#DDD 0px 2px 1px,
				 #DDD 2px 4px 2px,
				 #DDD 4px 6px 3px,
				 #DDD 6px 8px 4px;
	-webkit-transform: rotate (7deg) rotateX(30deg) skewX(-5deg);
					
}
#formulario {
background: #12492D;
border-radius: 0.5em;
color: white;
margin: 0.5em auto;
font-size: 1.8em auto;
width: 30%;
cursor: pointer;
border:4px solid #78999C;}

#formulario input{
	border: none;
	display: block;
	margin:0.5em auto;
	width: 60%;
}

#contenido h2
{
	font-size:20px;
	font-weight:normal;
	left:50%;
	margin-left:-400px;
	padding:22px 0;
	position:absolute;
	width:400px;
	color:#eee;
}
footer{
	display:block;
	background-color:#13181d;
	position: relative;
	width:100%;
	height:70px;
	bottom:0;
	left:0;
	z-index: 200;
}

#contenido {
	background:url("../img/tzine.png") no-repeat right top;
	border:none;
	text-decoration:none;
	color:#FCFCFC;
	font-size:12px;
	height:70px;
	left:50%;
	line-height:31px;
	margin:23px 0 0 110px;
	position:absolute;
	top:0;
	width:290px;
}




#formulario input [type="submit"]{
background: #692d2e7;
border-radius: 0.3em;
box-shadow: rgba (0,0,0,0.3) 5px -5px 20px inset;
color: #444;
cursor: pointer;
font-weight: bolder;
width: 61%;                     
}

#historia{
background-color: silver; 
border-radius: 0.3em;
color: #333;
-webkit-column-count: 3;
-webkit-column-gap:3em;
-webkit-column-rule: 2px dotted #aaa;
padding : 1em;

text-align: justify;
}
.flexbox > div{

	box-flex: 1;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	

}
.flexbox {

background-color: gray;
border: 2px solid black;
margin: 30px;
height: 100%;
display: box;
box-orient: horizontal;
display: -moz-box;
-moz-box-orient: horizontal;
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box: center;}




#rojo {
padding: 30px;
background-color: red; 
border-radius: (0.5em);
-webkit-border-radius: 0.5em;
box-shadow: rgba(0,0,0,0.6) 0px 5px 10px;
}

#verde{
padding: 30px;
background-color: green; 
border-radius: (0.5em);
-webkit-border-radius: 0.5em;
box-shadow: rgba(0,0,0,0.6) 0px 5px 10px;
	}
#naranja{
padding: 30px;
background-color: orange;
border-radius: (0.5em);
-webkit-border-radius: 0.5em;
box-shadow: rgba(0,0,0,0.6) 0px 5px 10px;

}

#circulo {
background-image: url(circulo.png);
height: 100px;
position: relative;
width: 100px;
-webkit-animation:gira 3s alternate infinite;
}

div#menu{width: 170px;
height: 100%;
background-color: #2f3030;
position: absolute;}
