*{
	margin:0;
	padding:0;
}

body{
	font-family: arial, times, serif;
}
header{
	width: 100%;
	height: auto;
	line-height: 60px;
	text-align: center;
	/*background: linear-gradient(to bottom, #d0c5b3 .1%, #ae9f84 10%, #867558 80%, #503c1a 100%);*/
	background: linear-gradient(to bottom, #999 0%, #777 20%, #333 100%);
}
h1{
	font-family: 'Lato', sans-serif;
	letter-spacing: .15em;
	font-size: x-large;
	color: #eee;
}
h2{
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	color: darkred;
	margin-bottom: .5em;
}
h3{
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	color: darkred;
	padding-left: 5px;
	text-align: center;
	margin-bottom: 5px;
	background-color:#eee;
}
h4{
	font-family: 'Lato', sans-serif;
	font-size: 1.3em;
	color: darkred;
	padding-left: 5px;
}
p{
	margin-bottom: .5em;
	font-size: .9em;
	line-height: 1.3em;
	color:#555;
}
#img_intro{
	width: 100%;
	height: 300px;
	background-image: url(imgs/portada.jpg);
	background-position: right top;
	background-size: cover;
	box-shadow: inset 0px 5px 5px rgba(0,0,0,.3)
}
#soy{
	width: 80%;
	margin: auto;
	padding: 15px;
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #eee;
	margin-bottom: 50px;
	border-radius: 0 1em 1em 1em;
	box-shadow: 3px 3px 3px rgba(0,0,0,.1);
}
#fotitos{
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
}
#fotitos > div{
	flex-grow: 1;
}
.modulo_foto{
	background-color: transparent;
	margin-right: 2px;
}
#foto01{
	width: 100%;
	height: 200px;
	background-image: url(imgs/foto01.jpg);
	background-position: right center;
	background-size: cover;
}
#foto02{
	width: 100%;
	height: 200px;
	background-image: url(imgs/foto02.jpg);
	background-position: right center;
	background-size: cover;
}
#foto03{
	width: 100%;
	height: 200px;
	background-image: url(imgs/foto03.jpg);
	background-position: center;
	background-size: cover;
}
#svg{
	width: 80%;
	padding: 15px;
	height: auto;
	margin: auto;
	background-color: #eee;
	margin-bottom: 50px;
	border-radius: 0 1em 1em 1em;
	box-shadow: 3px 3px 3px rgba(0,0,0,.1);
}
#videito{
	display: block;
	margin:auto;
	margin-bottom: 50px;
	border-radius: 0 1em 1em 1em;
	box-shadow: 3px 3px 3px rgba(0,0,0,.1);
}
footer{
	text-align: center;
	line-height: 50px;
	font-size: small;
	color: #eee;
	width: 100%;
	height: 50px;
	background-color: #333;
}