
.logo{
	background-color: white;
	padding: 0 100px 0 100px;
	width: auto;
	height: auto;
	}

.enlaces{
	background-color: black;
	width: auto;
	height: 50px;
	}

.enlaces ul{
	list-style-type: none;
	text-align: center;
	padding-top: 15px;
	}

.enlaces li{
	font-family: 'fantasy', sans-serif;
	display: inline;
	text-align: center;
	margin: 0 10px 0 0;
	}

.enlaces li a{
	padding: 2px 7px 2px 7px;
	color: white;
	text-decoration: none;
	}

.enlaces li a:hover{
	background-color: blue;
	color: yellow;
  }

	.inicio {
		font-family: 'fantasy', sans-serif;
		color: #045389;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    animation: fade-in 5s ease-out forwards;
}

@keyframes fade-in {
    0% { opacity: 0; }
    100% { opacity: 1; }
	}

	.cuerpo {
		padding: 2px 7px 2px 7px;
	}

	#title {
		margin: 0 0 0 0;
		font-family: 'fantasy', sans-serif;
		color: yellow;
    font-size: 40px;
		font-weight: bold;
	}

	#subtitle {
		margin: 0 0 0 0;
		font-family: 'fantasy', sans-serif;
		color: yellow;
    font-size: 35px;
	}

	#text {
		font-family: 'fantasy', sans-serif;
		color: yellow;
		font-size: 20px;
	}

	#title1 {
		padding-left: 150px;
		margin: 0 0 0 0;
		font-family: 'fantasy', sans-serif;
		color: yellow;
    font-size: 40px;
		font-weight: bold;
	}

	#subtitle1 {
		padding-left: 150px;
		margin: 0 0 0 0;
		font-family: 'fantasy', sans-serif;
		color: yellow;
    font-size: 35px;
	}

	#text1 {
		padding-left: 150px;
		font-family: 'fantasy', sans-serif;
		color: yellow;
		font-size: 20px;
	}
