body,td,th {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

 video{
   
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
	position: fixed;
	
}


table.menu {
	border-spacing:0px;
    border-collapse:collapse;
	background: url(../ima/barner_superior_menu_03.png);
	background-repeat: no-repeat;
	background-size: auto;
	text-align: center;
    
}
/*
table.contenido {
	border-spacing:0px;
    border-collapse:collapse;
	background: url(../ima/dinamizadores.gif);
	background-repeat: no-repeat;
	background-size: auto;
	text-align: center;
}*/