/*Banderas redondeadas*/
ul > li > a img {
	border-radius: 5px;
}

/*Alineación items*/
.center {
	display: flex;
	justify-content: center;
	align-items: center;
}

/*NavBar*/
.azul-rizos {
	background-color:  #012060;
}

.amper {
	font-family: 'French Script MT';
	font-size: 20px;
	font-style: normal;
}
#logo-ammon {
	font-family: 'Century Gothic';
	font-size: 20px;
}

/*Footer*/
footer {
    width: 100%;
	
}

footer > div > u {
	text-align: left;
	margin: 0;
	position: relative;
	
}

footer > div > p {
	text-align: right;
	margin: 0;
	position: relative;
}

footer > div > p1 {
	text-align: left;
	margin: 0;
	position: relative;

}


footer > div > h4 {
	text-align: right;
	margin: 0;
	position: relative;

}


footer > div > a {
	text-align: right;
	margin: 0;
	position: relative;

}


footer > div > img {
	text-align: right;
	margin: 0;

}






/*Fuentes*/
@font-face {
    font-family: 'French Script MT';
    src: url('../font/french/FrenchScriptMT.eot');
    src: url('../font/french/FrenchScriptMT.eot?#iefix') format('embedded-opentype'),
        url('../font/french/FrenchScriptMT.woff2') format('woff2'),
        url('../font/french/FrenchScriptMT.woff') format('woff'),
        url('../font/french/FrenchScriptMT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../font/century/CenturyGothic-Bold.eot');
    src: url('../font/century/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/century/CenturyGothic-Bold.woff') format('woff'),
        url('../font/century/CenturyGothic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@media screen and (max-height: 350px){
	div#navbarSupportedContent {
		overflow-y: scroll !important;
		max-height: 250px !important;
	}
}