
	.lista_medios, .liga_medio {
        width: 100%;
        height: 100%;
        padding: 10px;
        text-decoration: none;
        float: left;
        color: #707070;
        background: none;
        border: 1px solid #237da2;
        display: block;
    }

    .lista_medios:hover, .liga_medio:hover {
        background-color: #f6f6f6;
        transition: background-color .8s ease;
    }

    .lista_medios div:first-child, .liga_medio div:first-child {
        float: left;
        width: 15%;
        color: #707070;
        font-size: 1.3em;
    }
    
    .lista_medios div:last-child {
        float: left;
        width: 85%;
    }
    
    .lista_medios div:last-child p {
    	margin: 0;
    	padding: 0;
    }
    
    .lista_medios div:last-child p:first-child, .liga_medio div:last-child p:first-child{
    	font-size: 1.2em;
    	margin-bottom: 5px;
    }
    
    .lista_medios div:last-child p:last-child, .liga_medio div:last-child p:last-child {
    	font-size: 0.9em;
    	margin-top: 20px;
    }

    /*.lista_medios div:last-child span {
        color: #707070;
        font-size: 0.9em;
    }*/
    
    .lista_medios div:last-child span {
        color: #707070;
        font-size: 0.9em;
    }
    
    .caja_noticias {
		min-height: 500px;
	}
	
	@media (max-width:991px) {
		.lista_medios div:first-child, .liga_medio div:first-child {
    		font-size: 1.1em;
    	}
	}
	
	
