.caja_heroes {
  	width: 100%;
  	border-top: 5px solid #cc2320;
    background: black;
  }
  .tit_heroes_depor {
  	width: 100%;
  	height: 90px;
  	background-image: url(http://especiales.latercera.com/2016/50heroes/img/cabecera-heroes.jpg);
  	padding: 0px 5px;
  	background-position: center;
  	background-size: cover;
  }
  .heroes_logo {
  	background-image: url(http://especiales.latercera.com/2016/50heroes/img/heroes-logo.png);
  	background-repeat: no-repeat;
  	background-size: auto 100%;
  	background-position: center center;
  	width: 60%;
  	height: 80px;
  	margin: 5px 0px;
  	float: left;
  }
  .heroes_entel {
  	background-image: url(http://especiales.latercera.com/2016/50heroes/img/logo-entel.png);
  	background-repeat: no-repeat;
  	background-size: 100px auto;
  	background-position: center;
  	width: 40%;
  	height: 80px;
  	margin: 5px 0px;
  	float: right;
  }
  .not_heroes_depor {
  	width: 50%;
  	float: left;
  	height: 180px;
  	position: relative;
    background-size: cover;
    background-position: center;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
  }
  .not_heroes_depor h2 {
  	margin: 0px !important;
    padding: 5px 10px !important;
    color: white !important;
    font-size: 18px !important;
    position: absolute !important;
    bottom: 5px;
    text-align: left !important;
    font-family: sans-serif !important;
    font-weight: bold !important;
  }
  .not_heroes_depor::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0px;
    height: 100%;
    left: 0px;
    background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.heroes_vota {
	width: 100%;
	background: black;
	text-transform: uppercase;
	margin-top: 180px;
}
.heroes_vota h3 {
	color: #cc0000;
	text-align: center;
	padding: 15px 0px;
	font-family: sans-serif !important;
	font-weight: bold;
}

.heroes_vota h3 span {
	border: 3px solid #cc0000;
    padding: 3px 15px;
    border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
}

.not_heroes_depor a:hover h2 {
	color: lightgray !important;
}

a{
	text-decoration: none;
}

a:hover .heroes_vota {
	background: #cc0000;
}
a:hover .heroes_vota h3 {
	color: white ;
    text-align: center;
}

@media (max-width: 430px) {
	.heroes_logo {
	    background-size: 130px auto;		
	} 
}