/*
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 : 11-ene-2017, 18:20:29
    Author     : Alberto Linares Bullejos
*/
@media only screen and (max-width: 380px) and (orientation:portrait){
    div.main{
        height: auto;
    }
}
@media only screen and (max-width: 1870px){
    div.main{
        height: auto;
    }
    .col-sm-5{
        margin: 2em;
    }
}

