@charset "utf-8";
@import url("../fuentes/QS_Bold_2/stylesheet.css");
#CajaMax {
	display: none;
}

.ContenedorPrincipalMenu {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background-image: url(../img/Patron1.png);
	overflow-x: hidden;
	overflow-y: hidden;
}

.CajaPrincipalMenu {
	width: 95%;
	height: 70px;
	display: inline-block;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	max-width: 1100px;
}
.LogoPrincipalMenu {
	width: 129px;
	height: 100%;
	display: inline-block;
	background-image: url(../img/Logo-Principal-1.png);
	background-position: center center;
	background-size: auto 90%;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.LogoPrincipalMenu:hover {
	background-image: url(../img/Logo-Principal-4.png);
}
.LogoPrincipalMenu:active {
	background-image: url(../img/Logo-Principal-3.png);
	background-size: auto 85%;
}


.CajaBotonesMenu {
	width: auto;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block;
	text-align: right;
	float: right;
}
.Botones-MenuPrincipal {
	width: auto;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: center;
	color: #848484;
	font-family: "QS-Bold-2";
	font-size: 13pt;
	line-height: 47pt;
	display: inline-block;
	background-image: url(../img/Vineta1.png);
	background-repeat: no-repeat;
	background-position: left 28px;
	background-size: auto 7px;
}
.Botones-MenuPrincipal:hover {
	color: #000000;
	background-image: url(../img/Vineta2.png);
}

.CajaRedesSociales {
	width: auto;
	height: 100%;
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.CajaRedesSociales img {
	display: inline-block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -8px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	width: auto;
	height: 20px;
	border-radius: 15px;
}
.CajaRedesSociales img:hover {
	background-color: #000000;
}
.ContenedorBotonAbrirCerrarMenu {
	display: none;
}
