body{
background-color: #4e4e4e;
font-family: 'Noto Sans Display', sans-serif;
font-family: 'fuente', sans-serif; 
}

.fondo-1{
	background-color: #000000;
	color:white;
}
.color-1 {
	color:#ffffff;
	}
.fondo-2{
	background-color: #2c2c2c;
	color:#dedede;
	border-radius: 10px;
	padding: 10px;
	}	

/* Fondo Top y Back */
.fondo-3{
	background-color: #000000;
	color:white;
	}

a:link {
	color: #c3c3c3;
}
a:visited {
	color: #c3c3c3;
}
a:active {
	color: #ffffff;
}
a:hover{
color: #ffffff;
}

@font-face {
font-family: 'fuente';
src: url("../fuente.TTF") format("opentype");
}

.tipo {
font-family: 'Noto Sans Display', sans-serif;
font-family: 'fuente', sans-serif; 
}  