﻿/*Galaxy Note, Note 2*/
@media only screen and (min-width: 720px) and (max-width: 999px)
{
   
}

/*Ipad Mini, Ipad 1 y 2*/
@media only screen and (min-width: 1024px) and (max-width: 1024px)
{
}

/*Galaxy Tab, Surface, Ipad 3 y 4*/
@media only screen and (min-width: 1280px) and (max-width: 2560px)
{
}



/*Smartphone*/
@media only screen and (min-width: 640px) and (max-width: 720px)
{


}


@media only screen and (min-width: 150px) and (max-width: 479px)
{
    /*select, input, textarea, .uneditable-input {
    width:auto !important;
    
    }*/

}
