/* Listo - css-raw */
.btn {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  font-family: "open_sansregular", sans-serif;
  background: #c88800;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #001e38;
  text-decoration: none;
  cursor: pointer;
}

.wancho.w1050 {
  max-width: 1050px;
}

.b2-item{
	background: none !important;
}

.b2-item:before{
	border:none !important;
}

#saludo1{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.b2-inner-video{
height: 0px !important;
    width: 100%;
    padding-bottom: 56.25%;
}

@media screen and (max-width: 1100px)
.b2-item {
    width: 85.44% !important;
}
