
	@font-face{
			    font-family: 'Lobster-Regular';
			    src: url('Lobster-Regular.ttf') format('truetype');
			    font-weight: 100;
			    font-style: normal;
			}
	@font-face{
			    font-family: 'Montserrat';
			    src: url('Montserrat-Regular.ttf') format('truetype');
			    font-weight: 100;
			    font-style: normal;
			}
	body{
		background-color: #ABFCFF;
	} 
	header{
		display:block;
		margin: 0 auto;
		margin-top:50px;
		padding: 5px;
		width: 800px;
		text-align: center;

	}
	header h1{
		margin: 0px;
		color: white;
		font-family: "Lobster-Regular",Serif;
		font-size: 60px;
		background-color: #FF811F;
		border-color: #FF811F;
		border-top-style: solid;
		border-top-width: 1px;
		border-right-style: solid;
		border-right-width: 1px;
		border-left-style: solid;
		border-left-width: 1px;
	}
	h2{
		margin: 0px;
		color: white;
		font-family: "Lobster-Regular",Serif;
		font-size: 40px;
		background-color: #198FD3;
		border-color: #198FD3;
		border-right-style: solid;
		border-right-width: 1px;
		border-left-style: solid;
		border-left-width: 1px;
	}
	h1{
		text-align: center;
		font-family: "Montserrat", Serif;
		margin: 60px;
		margin-top: 50px;
	}
	p{
		margin-top: 30px;
		margin-right: 55px;
		margin-left: 60px;
		font-family: "Montserrat", Serif;
		font-size: 16px;
		text-align: justify;
	}
	#fecha{
		text-align: left;
		font-family: "Montserrat", Serif;
		font-size: 12px;
		color: grey;
	}
	h5{
		text-align: center;
		font-family: "Montserrat", Serif;
		color: #0066A1;
	}
	nav{
		width: 300px;
		margin: 0 auto;
	}
	ul{
		margin-top: 50px;
		list-style: none;
		padding: 0px;
		text-align: center;
		
	}
	li{
		display: block;
	}
	a{
		padding: 15px;
		border-color: #198FD3;
		border-width: 1px;
		border-style: solid;
		font-family: "Montserrat", Serif;
		font-size: 15px;
		color: white;
		background-color: #198FD3;
		border-radius: 10px;
		text-decoration: none;
	}
	a:hover{
		background-color: #19A6F7;
	}