﻿#mobileDeviceHeader {
    width:100%;
    height:50px;
    background-color:#333;
    color:white;
    position:fixed;
    top:0;
    left:0;
    z-index:100;
}

header .contenedor {
    display:table;
    vertical-align:middle;
}
