body {
	font-family: 'Lucida Sans Unicode', sans-serif;
	font-size:14px;
	text-align:justify;
	margin: 10px auto;
}
h1 {
	text-align:center;
	font-size:180%;
	letter-spacing: .2em;
}
h1 span {
	color: #bf823b;
}
h2 {
	color: #005533;
    border-bottom: #CFDFB5 1px solid;
}
h3 {
	color: #BF823B;
    margin-bottom:0; 
    margin-top:25px;
}
.logosup{
	border-radius: 25px 0 25px 0;
	border: 2px solid rgba(255,255,255,.5)
}
header{
	padding: 5px;
	background: #5e5641;
	text-align: center;
	margin: auto;
}

[class*="icon-"]{
    margin-right: 10px;
}

nav{
    font-family: sans-serif;
	background: #202020;
	z-index: 1000;
	width: 100%;
}

.link{
    text-decoration: none;
}
.w3-bar{
    padding: 10px 0;
}

footer{
    color:white;
	font-family: sans-serif;
	background: #202020;
	width: 100%;
}

footer .w3-section{
    font-size: .75em;
    text-align: justify;
    padding: 0 55px;
}

.radio-efecto{
    border-radius: 15px 0 15px 0
}

.foto{
    height: 120px;
}
.foto img{
    border: 2px solid #5E5641;
    height: 80px;
}

footer .w3-section h4{
    display: block;
    text-align: center;
} 
.indent{
    margin-left: 20px;
}
.pie{
    padding:10px 0;
}