@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');


}body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #1BE8C0;
}
a:active {
	text-decoration: none;
	color: #000000;
}


.texto {
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	color: #000000;
}
.textoMenu {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #1BE8C0;
}
.textoGris11 {
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	color: #666666;
}
.textoVerde11 {
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	color: #1BE8C0;
}
.textoBlanco10 {
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.cursor {
	cursor:hand;
}
