@charset "utf-8";
.wrapper {
	overflow:hidden;
}
.blanco 
{
	width: 100%;
	background-color:#Fff;
}
.naranja 
{
	width: 100%;
	background-color:#cb6147;
}
.azul 
{
	width: 100%;
	background-color:#003a62;
}
.menuN {
	background-color:#cb6147;
	height:3.5em;
	display: grid;
	grid-template-columns: 26.4% 8% 8% 25% 34.6%;
	grid-gap: 0px;
	padding-top:1%;
}
.menuB {
	height:3.5em;
	display: grid;
	grid-template-columns: 56.5% 14.5% 14.5% 14.5%;
	grid-gap: 0px;
}
.rejavideo {
	display: grid;
	grid-template-columns: 6% 42% 52%;
	grid-gap: 0px;
}
#apDiv1 {
	position: absolute;
	width: 25%;
	z-index: 91;
}