body{
	background-color: #2e1616;
	margin: 0px;
}
.content{
	width: 100%;
	height: 100vh;
	background: #2e1616
	background: -moz-linear-gradient(top, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(138,32,32,1) 0%, rgba(46,22,22,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,41,12,1)), color-stop(0%, rgba(240,47,23,1)), color-stop(0%, rgba(138,32,32,1)), color-stop(100%, rgba(46,22,22,1)));
	background: -webkit-linear-gradient(top, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(138,32,32,1) 0%, rgba(46,22,22,1) 100%);
	background: -o-linear-gradient(top, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(138,32,32,1) 0%, rgba(46,22,22,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(138,32,32,1) 0%, rgba(46,22,22,1) 100%);
	background: linear-gradient(to bottom, rgba(246,41,12,1) 0%, rgba(240,47,23,1) 0%, rgba(138,32,32,1) 0%, rgba(46,22,22,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6290c', endColorstr='#2e1616', GradientType=0 );
}
h1{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 800;
	font-size: 40px;
	margin-top: 0;
}
h2{
	font-family: 'Open Sans', sans-serif;
	color: #cdccc8;
	font-weight: 100;
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 0
}
img{
	margin-top: 30px;
	margin-bottom: 30px;
}
.footer{
	width: 100%;
	position: relative;
	bottom: 0;
}


@media screen and (max-width: 506px) {
    .content .capa img{
    	width: 100%;
    }
}
@media screen and (max-width: 350px) {
    h1{
		font-size: 26px;
		margin-bottom: 30px;
	}
	h2{
		font-size: 21px;
	}
}