@charset "utf-8";
/* CSS Document */

.content-cent {
	display: flex;
	justify-content: center;
	text-align: center;
}
#contenido2 .content-cent a:link,
#contenido2 .content-cent a:visited {
	text-decoration: none;
	color: #333;
}
#contenido2 .content-cent a:hover,
#contenido2 .content-cent a:active {
	text-decoration: underline;
	color: #8b0304;
}

.menu-fixed {
	position: fixed;
	z-index: 1000000;
	top: 0;
	/*max-width:1000px;*/
	left: 0;
	/*Podemos hacer que el menu abarque el 100% al hacer scroll*/
	width: 100%;
	box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.5);
}

.navbar-default-2 {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}
.navbar-default {
	background-color: #ffffff;
	border-color: #fff;
}
.navbar {
	border-radius: 0px;
}
nav {
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.menuf {
	text-transform: uppercase;
	font-weight: bold;
}
