/*main{ width:100%; margin:0 0;}*/
.section_container_deporte{ width:100%; height:100%; position: relative; max-height:600px;}
#futbol_vid{ background-color:#008F39; }
#deporte_vid_info{ background-color: rgba(0,143,57,0.7); position:absolute; bottom:0; width:100%; padding:1% 2% 3% 2%; box-sizing:border-box; font-size:1em; color:#FFF;}
.titulo_red{ position: absolute; top:0; left:0; background-color: crimson;    color: white;    padding: 1% 2% ;    box-sizing: border-box;    text-align: center; text-transform:uppercase;}
.deporte_container{ margin-top:2%; float:left; width:100%; margin-top:70px;}
.deporte_info_vid{ background-color:#008F39; width:100%; height:auto; position:relative;}
.deporte_info_vid p{ width:100%; padding: 4% 2% 2% 2%; box-sizing:border-box; margin-top:1%; color:#FFF; font-size:0.9em; }
.deporte_info_vid h2{ padding: 0 2%; box-sizing:border-box; margin-top:1%; color:#FFF; text-transform:uppercase; font-size:1em; position:absolute; left:0;}
.deporte_info_vid a{ font-size:0.8em;}
.deporte_info_vid h3{ padding: 0 2%; box-sizing:border-box;color:#FFF; margin-top:1%; text-transform:uppercase; font-size:1em; position:absolute; right:0; font-weight:400; font-size:0.8em; }
.titulo_deporte{ width:100%; background-color:#00692a; padding: 1% 1%; color:#FFF; box-sizing:border-box;}
.boton_mas_vids{ color:#FFF; border: 1px solid white; padding:1% 3%; margin: 0 2% 4% 0;  display:block; float:right; margin-top:5%; }
.boton_mas_vids:hover{ background-color:rgba(255,255,255,0.4);}