@charset "utf-8";
/* CSS Document */

.content-cent {
    width: 100%;
    max-width:1200px;/*920*/
    margin:auto;
    }

#contenido2 .content-cent a:link, #contenido2 .content-cent a:visited  {text-decoration:none; color: white; }
#contenido2 .content-cent a:hover, #contenido2 .content-cent a:active {text-decoration:underline; color:darkred; }

.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: white;
	border-color: white;
}
.navbar-default {
	background-color: black;
	border-color: black;
}
.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;}
.navbar .dropdown-menu a {
    font-size: 0.9em;
	background: white;
    font-weight: 300;
    padding: 10px;
	text-align: center;
    color: black !important;
}

