.bg_btn_carrera { background-image: url("../imagenes/bg_boton_carrera.png"); }
/*
#contenidoppal div.cartelfijo { position: relative; }
#contenidoppal div.video-icon { position: absolute; top: 200px; right: 50px; }
*/
/*
#contenidoppal .containercartel {
  position: relative !important;
}

#contenidoppal .video-icon {
  position: absolute !important;
  top: 500px !important;
  right: 300px !important;
	width: 100%;
  font-size: 20px; background-color: red !important;
}

#contenidoppal img { 
  width: 100%;
  height: auto !important;
  opacity: 0.5;
}
*/

.ppalbox {
    position: relative;
    width: auto;
    height: 100%;
}
.cartelbox {
    position: absolute;
	z-index: 1;
    width: auto;
    height: 100%;
	top: 0px;
    left: 0px;
}

.videobox {
    position: absolute!important;
	z-index: 100!important;
    top: 50%;
    left: 20%;
    width: 100px;
    height: 100px;

}

