/* @override http://diskstation.nafartin.com/estilos.css */

@charset "UTF-8";
/* CSS Document */

body {
	background-color: #319CC0;
	color: #FFFFFF;
	margin: 0;
}
	
	.linea {
		background-color: #80e708;
		text-align: center;
		padding-top: 20px;
		width: 80%;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
	box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.24), inset 1px 1px 3px black;
	opacity: 1;
	}

.texto {
	
	font: bold 82px "Amatic SC", sans-serif;
text-align: center;
	margin: 50px 0 -451px;
	padding: 0;
}

.texto2 {
	
	font: bold 40px "Amatic SC", sans-serif;
text-align: center;
	margin-top: -75px;
	color: #80e708;
}