@charset "utf-8";
/* CSS Document */

.content-cent {
	width: 100%;
	max-width:1080px;/*900*/
	margin:auto;
}
#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:none; 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,.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 .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.menuf{text-transform: uppercase; font-weight: bold;}