header #main{
	background-color: white;
	position: fixed;
	height: auto;
	min-height: 100%;
	margin-left: 0px;	
	width: 300px;
	z-index: 10000;
}

header #main-videofondo{
	position: fixed;
	height: auto;
	min-height: 100%;
	margin-left: 0px;	
	width: 300px;
	z-index: 10000;
}

footer.site-footer{
	display:none;
}


section#comments.comments-area{
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 60%;
}

main{
	margin-left: 300px;
	top: 0px;
}

main#main.site-main{
	padding-top: 100px;
	margin-left: 300px;
	top: 0px;
}


#menu-portafolio{
	position: fixed;
	bottom: 0;
}

#menu-portafolio .titulo{
	width: 350px;
}

header .entry-title{
	display: none;
}

@media screen and (max-width: 1024px){
	main{
	margin-left: 0px;
}
	main#main{
	margin: auto;
	padding: 50px;
	top: 0px;
}
}