*{
	margin:0;
	padding: 0;
	
}

::selection {
	background: #ff37aa;
	color: #2cff06;
}


::-moz-selection {
	background: #ff37aa;
	color: #2cff06;
}

.contenedor{
	width: 100%;
	margin: 0 auto 0 auto;
}

body {
    background: #ffffff;
 	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

header {
	background-image: url(imagenes/fondo-baner.jpg);
	background-size: 100%;
	background-position: center;
    width: 100%;
    height: 200px;
    color:beige;
	position: relative;
} 

header h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	float: left;
    margin: 9px 0px 0px 30px;
	position: absolute;
	bottom: -25px;
	background-color: #ffffff;
	color: black;
	font-size: 1.3rem;
  width: 165px;
  height: 30px;
  padding: 5px 0 2px 9px;
	box-sizing: border-box;
	z-index: 3;
}

header .fotoperfil{
	background-image: url(imagenes/nicolascorcos-gris.jpg);
	background-size: 100%;
	background-position: center;
	margin: 9px 0px 0px 30px;
	z-index: 2;
	position: absolute;
	width: 150px;
	overflow: hidden;
	height: 150px;
	bottom: -25px;
	padding: 5px 0 10px 15px;
	
}

header .fotoperfil:hover{
	background-image: url(imagenes/nicolascorcos-otro.jpg);
	transition: background-image .5s cubic-bezier(.47,.82,.56,.95);
}

nav {
	width: 100%;
    height: 30px; 
	text-align: right;
	position: relative;
	background-color: #f0eeee;
	padding: 20px 0 0 0;
	z-index: 1;
}

nav ul {
	list-style-type: none;
	height: 30px;
}

nav ul li{
	height: 30px;
	width: 100px;
	font-weight: 400;
    display: inline-block;
	text-align: center;
}

.menu :hover{
	height: 30px;
	width: 100px;
	font-weight:600;
    display: inline-block;
	text-align: center;
	transition: font-weight .3s cubic-bezier(.47,.82,.56,.95);
}

.separador{
	width: 100%;
	clear: both;
}

a {
    color: black;
    text-decoration: none; 
}

footer {
	background-color: #f0eeee;
	width: 100%;
	height: 50px;
	margin-top: 100px;
    font-size: 10px; 
    text-align: center;
	position: relative;
	bottom: 0px;
}

footer p{
	padding-top: 15px;
}

main section ul {
	list-style-type: none;
}

main section ul :first-child {
	margin-top: 10px;
}

section{
    margin-top: 30px;
}

section h2{
    margin: 0 0 30px 0;
}

section img{
	margin: auto;
}

.contenedor{
	width: 960px;
	margin: 0 auto 0 auto;
}