*{
	margin: 0;
	padding: 0;
}
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	font-family: Arial, sans-serif;
	background-color: #333;
	color: #fff;
}
#about{
	padding: 4% 10%;
	border-radius: 8px;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(71,190,245,1);
	-moz-box-shadow: 0px 10px 20px 0px rgba(71,190,245,1);
	box-shadow: 0px 10px 20px 0px rgba(71,190,245,1);
}
li{
	list-style:none;
}
section{
	width: 98%;
	height: 60%;
	padding:1% 0;
	margin-left:10px;
}
article{
	width: 49%;
	height: 100%;
	margin-bottom: 1%;
	text-align: center;
	font-size: 1.25em;
}
.picContent{
	float: right;
	width: 20%;
	height: 100%;
	text-align: center;
}
.img{
	width: 100%;
	height: 50%;
	margin-tip:0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.name{
	float: right;
	width: 100%;
	color: #daa520;
	font-size: 0.8em;
	text-align: center;
}
.tecInfo{
	width: 40%;
	height: 100%;
	float: left;
	padding: 1%;
}
.personalInfo{
	width: 40%;
	height: 100%;
	float: left;
	padding:1%;
}
header{
	width: 98%;
	height: 4.3%;
	background-color:goldenrod;
}
#resena{
	width: 90%;
	background-color: green;
	padding:2%;
	line-height: 1.0;
	text-align: justify;
	margin-left: 5%;
	font-size: 1.5em;
	font-family: 'comicsans';
	color: #000;
}