/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29/09/2018, 05:08:28 PM
    Author     : elomj
*/

#img_index{
    width: 100%;
}

#informacion_index{
    display: none;
}

@media screen and (max-width:1300px) {

    #informacion_index{
    display: block;
}

}