@charset "utf-8";

#cuerpo, #pie .row, #direcciones{
	padding-left:20px;
	padding-right:20px;
}
/* ------------------NAVBAR -----------------------------------------------*/

#navBar{
	width:auto;
}
#navBar ul {
	width:auto;
	height:auto;

}
#navBar ul li{
	float:none;
	line-height:28px;
	font-size:17px;
	margin:2px 5px;
	padding: 0;
	border-right:0;
	background:#647DA5;
	
}

/**/
#navBar ul{
	display:none;
	height:auto;
}
#toggle-menu{
	display: block;  
    width: 100%;  
    position: relative;  
}
#cuerpo .titulo{
	font-size:24px;
	line-height:1.1em;
	margin-bottom:0.4em;
	text-align:center;
}
#cuerpo{
	font-size:14px;
}

