/* CSS Document */

*{
	background-color: #3fb4e5;
}
#container{
}

#head{
  margin: 0px;
  padding: 0px;
  text-align: center;
  width: 100%;
}
#body {
  text-align: center;
  width: 100%;
}
.col4{
  display: inline;
}
.col4 a:hover{
  opacity: 0.9;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
#menu {
	margin-top: -5px;
    max-width: 100%;
    height: auto;
    width: 700px; /* ie8 */
	display: inline;
	text-align: center;
}

.button{
	max-width: 180px;
}
#publica a{
	position: relative;
	top: -22px;
}