@font-face{
	font-family: FiraSans-Bold;
	src: url(../fonts/ttf/FiraSans-Bold.ttf);
}

@font-face{
	font-family: FiraSans-Book;
	src: url(../fonts/ttf/FiraSans-Book.ttf);
}

@font-face {
    font-family: FiraSans-Light;
    src: url(../fonts/ttf/FiraSans-Light.ttf);
}

@font-face{
	font-family: FiraSans-ExtraLight;
	src: url(../fonts/ttf/FiraSans-ExtraLight.ttf);
	font-weight: bold;
}

body{
	width: 60%;
	margin: 0 auto;
	background-color: #DEE6DE; 
	font-family: 'FiraSans-ExtraLight';
}

h1{
	font-family: 'FiraSans-Bold';
}

h2, h3{
	font-family: 'FiraSans-Book';
}

h4, h5, h6{
	font-family: 'FiraSans-Light';
}

header hgroup h2{
	border-bottom: 2px solid;
}

p{
	text-align: justify;
}

a{
	text-decoration: none;
	color: #063AA8;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
	color: #5675B7;
}

section{
	background-color: #CFE6CF;	
	padding: 20px;
	border: 1px solid;
	border-radius: 30px;
}

#fecha{
	font-family: 'FiraSans-Book';
}



