body {
	font-family: sans-serif;
	background: url(sayagata-400px.png)repeat center center;
	background-size: cover;
	background-position: absolute;
	color: 3c3c3c;
}

.mr10 {
	margin-right: 10px;
}

.mt20 {
	margin-top: 20px;
}

.h20 {
	height: 20px;
}

.h200 {
	height: 200px;
}

.right {
	float: right;
}


.title {
	font-size: 4.3em;
	color: #921004;
	font-weight: 900;
}

.stitle {
	font-size: 2.6em;
	font-weight: 2em;
	font-weight: 600;
}

.m {
	margin-top: 30%;
}

.icon {
	width: 48px;
	height: 48px;
	color: #3c3c3c;
	margin: 10px;
}
 

a:hover {
	opacity: 0.5;
	text-decoration: none;
}

.only-movil {
	display: none !important;
}

.hide-movil {
	display: block !important;
}

@media only screen and (min-width: 360px) and (max-width: 768px) {
	.only-movil {
		display: block !important;
	}

	.hide-movil {
		display: none !important;
	}

}