/* @font-face {
	font-family: "Roboto Slab";
	src: url('../Roboto_Slab/RobotoSlab-Regular.ttf');
} */

html, body {
	background-color: #E8ECEF;
	color: #F8F8F2;
}
.Principal {
	background-color: #E8ECEF;
	margin-left: auto;
	margin-right: auto;
	/* max-width: 1280px; */
}
.section
{
	color: #777;
	background-color: #f8f8f8;
	margin-bottom: 20px;

}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-na>.active>a:hover
{
	color: white;
	background-color:#619CC9;
}
.navbar-default .navbar-nav>a:focus, .navbar-default .navbar-na>a:hover
{
	color: white;
	background-color:#619CC9;
}
.ul-footer,.ul-footer a
{
	margin-top:5px;
	text-align: center;
	color: #777;
	text-decoration: none;
	list-style: none;
}
