 
            html, body {
                font-family: 'Lato', sans-serif;
                padding: 0px;
                margin: 0px;
				background-color:#E8EAEC;
            }

            .example-marquee .example-marquee {
                position: relative;
				
            }
			
			
			.capa {
				position:absolute; 
				height:450px; 
				background-color:rgba(0,23,110,.9);
				width:800px;
				background-image: url('../img/logo_vertical.png');				
				z-index:1;
            }

			
			 .content {
                display: table;
                width: 800px;
                height: 450px;            
                z-index: 1;
                position: relative;
				}
       

            .content .inner {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                padding-left: 16px;
                padding-right: 16px;
            }

            .content .inner h1 {
                font-size: 62px;
                color: white;
                text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
            }

			.video-background-controls button {
				font-size: 32px;
				display: inline-block;
				padding: 0px;
				margin: 0px;
				height: 32px;
				width: 32px;
				border-radius: 16px;
				line-height: 32px;
				border: 1;
				background: #004669;
				-webkit-appearance: none;
				color: #FF0000;
				filter: drop-shadow(0px 0px 1px #blue);
				cursor: pointer;
				opacity: 1;
				transition: all 250ms ease-in-out;
				margin-left:10px;
				
			}

			.video-background-controls button:hover {
				opacity: 0.9;
				color: #00FF00;
			}

			

			iframe {
				transition: opacity 500ms ease-in-out;
				transition-delay: 250ms;
			}
			
				
			* {
				margin:0px;
				padding:0px;
			}
			
			#header {
				margin:auto;
				width:100%;
				font-family:Arial, Helvetica, sans-serif;
			}
			
			ul, ol {
				list-style:none;
			}
			
			.nav {
				width:100%; /*Le establecemos un ancho*/
				margin:0 auto; /*Centramos automaticamente*/
				
			}
 
			.nav > li {
				float:left;
				margin-bottom: 2px;
				margin-left: 4px;
			
			}
			
			.nav li a {
				background-color:#F1F1F1;
				color:#000000;
				text-decoration:none;
				padding:2px 5px;
				display:block;
				font-size:14px;
					
			}
			
			.nav li a:hover {
				background-color:#DDDDDD;
				
			}
			
			.nav li ul {
				display:none;
				position:absolute;
				min-width:140px;
				
			}
			
			.nav li:hover > ul {
				display:block;
				
			}
			
			.nav li ul li {
				position:relative;
				
			}
			
			.nav li ul li ul {
				right:-140px;
				top:0px;

				
			}
			
			#m1,#m2,#m3,#m4,#m5{
			border-top-width: 0px;
			border-left-width: 0px;
			border-right-width: 1px;
			border-bottom-width: 0px;
			border-style: outset;
			 border-right-color: #FFFFFF;
			}
			.containerStreaming{
				margin:0 auto; /*Centramos automaticamente*/
			}
			
        