.and{
	
	font-family:'roboto',fantasy;
	font-size: 1.3em;
	background-color: #44b60f ;
	color: #ffffff;
}

@font-face {
    font-family: 'fira';
    src: url('../font/FiraSansOT-Light.otf');
}

.fira{
	font-family: fira, fantasy;
	font-size: 1.3em;
	background-color: #fc8813 ;
	color: #ffffff ;
}

a{
color: #d4f2f5;
}

a:hover{
color:  #e67e22 ;
}

.ima {
	
	float: right;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	
}

.ind{

	font-family: fantasy;
	background-color:  #2c3e50;
	color:  #d4f2f5;
	font-size: 1.3em;
}


footer{

	font-size: 0.8em;
	margin-left: 9.2%;
}

img{
	float: left;
	margin-right: 10px;
	}

.texto{

	width: 80%;
	margin-left: 9.2%;
}