header{
	padding: 0px;
}
.titulo{
	position: static;
	float: inherit;
	width: 255px;
	margin: 2 auto;
}
.titulo h1{
	text-align: center;
}
.navegacion{
	display: none;
	float: inherit;
	position: static;
	top: 0px;
}
.menu{
	margin: 20px 0;
}
.menu ul{
	padding: 0px;
	margin: 0px;
}
.menu li{
	display: list-item;
	list-item-type: none;
	padding: 0px;
	margin: 1px;
	height: 57px;
}
.menu li a{
	display: inline-block;
	width: 100%;
	text-align: center;
	border-radius: 0px;
}
#der_titulo > p {
    font: 33px/1.2em "Noticia",serif;
}
#img_grande{
	display: none;
}
#img_chico{
	display: inherit;
}
.circulo{
	width: 90px;
	height: 90px;
}
.circulo a{
	font:1.4em/90px "Noticia",serif
}
.footer{
	width: 100%;
	background-color: #fff;
}
.footer_center{
	padding-top: 10px;
	width: 100%;
}
#phone{
	margin: 0px 0px 0px 30px;
	float: inherit;
	width: 151px;
}
#social{
	margin: 10px 0px 0px 30px;
	float: inherit;
	width: 171px;
}
#contact{
	margin: 10px 0px 0px 30px;
	float: inherit;
	width: 218px;
}




