body{
background-color: #D8D8D8;
}
#header
{
	background-color: #013975;
	width: auto;
	height: 100px;
	margin: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-size: 64px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#box
{
    border: 2px solid #013975;
	background-color: white;
	width: auto;
	height: auto;
	margin: 5px;
	padding: 10px;
	/*border-bottom-left-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/
}
footer{
	background-color: #013975;
	width: auto;
	height: 35px;
	margin: 5px;
	padding: 10px;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: white;
    text-align: center;
}
/* unvisited link */
a.arriba:link {
    color: white;
}

/* visited link */
a.arriba:visited {
    color: white;
}

/* mouse over link */
a.arriba:hover {
    color: white;
}

/* selected link */
a:active {
    color: white;
}
a:link {
    color: #8A0808;
}

/* visited link */
a:visited {
    color: #8A0808;
}

/* mouse over link */
a:hover {
    color: #8A0808;
}

/* selected link */
a:active {
    color: #8A0808;
}
