* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;   
}

body {
    font-family: Open sans, sans-serif;
    text-align: center;
}

h1 {
    color: #000033;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

h2 {
    color: #000000A8;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 300px;
    padding: 25px 0 15px 0;
    margin-bottom: 10px;
}

.header p {
    color: #808184;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 20px 20px;
}

.container {
    width: 1140px;
    margin: 10px auto 0 auto;
    align-content: center;
    position: relative;
}

.principal {
    width: 600px;
    height: auto;
    margin: 0 15px 0 15px;
}

.social-contact {
    background-color: #F48120;
    padding: 10px;
    border-radius: 3px;
    width: 300px;
    margin: 10px;
    font-size: 15px;
    border: 0px;
}

.social-contact:hover {
    background-color: #CC6633;
    font-weight: 600;
    text-decoration: none;
	text-shadow: 2px #434343;
}

.social-contact a {
    text-decoration: none;
    color: #002760;
}

.social-contact a:visited {
    text-decoration: none;
    color: #000033;
}


#footer {
    margin: 50px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 1.5;
    font-size: 14px;
    color: #000000A8;
}

#footer a {
    color: #000000A8;
    font-weight: 500;
}

li {
	list-style-type: none;
}

li img {
	height: 40px;
	width: auto;
	vertical-align: middle;
	padding-right: 10px;
}