h1{
	height: 100px;
	text-align: center;
	font-size: 56px;
	margin: 0;
	padding-left:0%;	
}


body{
	color: #FFF;
	font-family: 'Roboto', 'sans-serif';
	background-image: url("web_imagenes/web-bg.png");
	
	background-size: cover;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#contenido{
	text-align: left;
	margin-left: 10%;
	margin-right: 30%;
	margin-top: 6%;
	font-size: 18;
	padding-left: 200px;
	padding-right: 150px;
	min-width:500px;
	font-family: 'Roboto', 'sans-serif';
}


#menulateral input{
	padding-top: 15px;
	color: #FFF;
	text-decoration: none;
	font-size: 20px;
	border: none;
	background-color: transparent;
	font-family: 'Rubik', 'sans-serif';
}

#menulateral input:hover{
	color: #FF0;
	transform: scale(1.2);
	cursor:pointer;
	text-decoration: none;
}

#menulateral{
	
	float: left;
	width: 19%;
	min-width:200px;
	height: 70%;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	position: fixed; top: 20%; left:2%;
}

#menu-icono:hover{
	color: #FF0;
}

#redes{
	cursor:pointer;
	float:right;
	position: fixed; top:30%; right:2%;
}


#icon{
	opacity: 0.7;
}

#icon:hover{
	transform: scale(1.2);
	opacity: 1;
}


#logo{
	opacity: 1;
	padding-top: 17px;
	padding-left: 15px;
	height: 62;
	position: fixed; top: 3%;
}

#logo:hover{
	transform: scale(1.1);
	cursor:pointer;	
}
	