/* MODULO DE EMISIONES EN DIRECTO - ESTILOS */
.fijocarnaval {  
     position: fixed;
   	font-size:12pt;  
    text-align:center;  
    padding: 10px 10px 10px 10px;    
    top: 0px;                     
    left: 0px;            
    width:100%;  
   /* background-color:#333;   */
   background-color: #FE8B0A;
   /*background-image: url(imagenes/confeti.png);*/
	z-index: 9999999;    
   color: #000;
  /* text-shadow: 1px 1px #000;*/
    font-weight: 800;  
    border-bottom: 2px solid #000;       
   height: 45px;
}
.icono{
	width: 14px;
	height: 14px;
	margin: 0px 6px 0px 6px;
}
@media screen and (max-width: 950px) {
.fijocarnaval { 
font-size:8pt; 
padding: 2px 2px 2px 2px; 
}
.icono{
	width: 10px;
	height: 10px;
	margin: 0px 6px 0px 6px;
}
}

.logo-mosca {  
     position: fixed;
   	font-size:10pt;  
	border-top: 3px solid #009fd4;
    padding: 10px 10px 10px 10px;    
    bottom: 0px;                     
    left: 0px;            
    width:100%;  
    background-color:#333;   
    z-index: 9999999;    
    color: #000;
    font-weight: 800;          
} 
@media screen and (max-width: 650px) {
	.logo-mosca {  
		display: none;
	}
}
.logo-visor{
	height: 25px;
	width: auto;
} 
.logo-carnaval{
	position: absolute;
	width: 75px;
	height: auto;
	z-index: 99999999; 
}
.estilo-iframe{
	height: 100%;
}
.video-responsive {
    position: relative;
    margin-bottom: 20px;
    padding-top: 56.25%;
}
.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
