@font-face {
  font-family: 'Myriad-Pro';
  src:url(../fonts/MYRIADPROREGULAR.eot);/* IE */
  src: local('MYRIADPROREGULAR'), url(../fonts/MYRIADPROREGULAR.ttf) format('truetype'); /* non-IE */
  src: local('MYRIADPROREGULAR'), url(../fonts/MYRIADPROREGULAR.woff) format('woff'); /* Modern Browsers */
}

p{
	font-family: Myriad-pro, sans-serif;
	font-size: 26pt;
	text-align: justify;
	margin-top: 10px;
	padding-right: 30px;
}

.btnCreative{
  background:url(../img/btn_cc.png) no-repeat;
  background-size:100%;
    width: 60px;
  height: 64px;
  position: absolute;
    bottom: 25px;
  right: 25px;
  cursor:pointer;
}

.btnCreative:active{
  background:url(../img/btn_ccoff.png) no-repeat;
  background-size:100%;
    width: 60px;
  height: 64px;
  position: absolute;
  bottom: 23px;
  right: 23px;
}

.creative{
  background: #74AED1;
  border: solid #042C49 2px;
  border-radius: 5%;
  position: absolute;
  top: -150px;
  left: -392px;
    width: 900px;
  height: 200px;
}

/*ESTILO PARA EL SCROLL*/
.scrollbar
{
	position: absolute;
	  top: 488px;
  left: 147px;
  height: 249px;
  width: 1112px;
	overflow-y: scroll;
}

.force-overflow
{
	min-height: 450px;
}

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #000;
}

#style-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #CCC;
}

/*FIN ESTILO PARA EL SCROLL*/

.textoCreative{
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-size:25pt;
  text-align: -webkit-match-parent;
  font-weight:bold;
  color:#FFF;
  margin-left:20px;
  word-wrap: break-word;
}

.iframeVideo{
	  position: absolute;
  left: 407px;
  top: 147px;
  width: 559px;
  height: 281px;
}