﻿<style type="text/css">
	

li {
	display: inline;
}

body {
	background-color: #D4D4D4;
	font-family: 'Roboto';
}

.biografia header {
	width: 95%;
	background-color: #3B3B3B;
	height: 30%;
	display: block;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-radius: 15px;
	clear: both;
	text-align: center;
	color: #FFFFFF;
	float: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Roboto, Arial, helvetica, sans-serif;
}

.biografia nav {
	clear: both;
	background-color: #710003;
	border: thin outset #646464;
	text-align: center;
	border-radius: 20px;
	float: none;
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	width: 95%;
}

.biografia ul li {
	display: inline;
}

.biografia a {
	font-family: Roboto, Arial, helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-large;
	text-shadow: 3px 2px #494949;
	font-variant: small-caps;
}
.biografia article {
	text-align: center;
	clear: both;
	float: none;
	font-style: italic;
	font-size: x-large;
	padding-top: 40px;
}

aside {
	background-color: #DFDFDF;
	border-color: #494949;
	border-style: solid;
	width: 95%;
	border-radius: 30px;
	float: center;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	min-width: 10%;
}
.texto {
	font-size: medium;
	font-family: Arial;
	color: #000000;
	word-spacing: 4px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.boton {
	text-align: center;
}
 
 .posterior {
 	text-align: center;
	height: 50px;
	clear: both;
}
#foto {
	border: 5px groove #494949;
	border-radius: 8px;
	background-color: #494949;
	-webkit-box-shadow: 3px 3px 0px 1px #494949;
	box-shadow: 3px 3px 0px 1px #494949;
	width: 40%;
	height: 35%;
	min-width: 5%;
	min-height: 5%;
	float: left;
	max-width: 100px;
	max-height: 150px;
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 5px;
}


</style>