@charset "utf-8";
body {
	background-color:black;
}
section{
	height: 58%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row;
	border: solid;
	border-color: black;
	position: relative;
   }
.principal{
	font-family: 'Maven Pro', sans-serif;
	font-size: 3em;
	font-weight: 900;
	text-align: center;
	font-variant: small-caps;
	color: #D5CF29;
	text-shadow: 0px 0 10px #FF0027;
	background-image: url(metal.jpg);
	height: 100px;
	line-height: 2em;
	border-radius: 15px;
}

#foto {	
	flex: 1 2 50%;
	order: 1;
	background-color: black;
	background-image: url(Ironman.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	height: 250px;

	
}
#curriculum {
	flex: 1 2 50%;
	order: 1;
	border-right: solid;

	border-bottom: solid:
	border-right-color: black;
	border-bottom-color: black;
	margin-left: 2em;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: italic;
	font-size: large;
	font-weight: bold;
	text-align: justify;
	color: #FFFFFF;
	
}
.secundaria {
	clear: both;
	text-align: center;
	text-decoration: underline;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #FF0004;
	font-variant: small-caps;
	font-weight: normal;
	font-size: xx-large;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	letter-spacing: 5px;
	}
#recursos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap: wrap;
    flex-wrap:wrap;
}
.vertical {
  flex: 1 3 33%;
}
cuote {
	font-style: oblique;
}
footer {
	margin-top: 2em;
	color: white;
	text-align: center;
	font-size: x-large;
}
