﻿.gpoPie
{
    font: normal 11px arial,helvetica,sans-serif;
    background-color: #0290CE;
    position: relative;
    width: 736px;
    height: 20px;
    color: #ffffff;
    vertical-align: middle;
    text-align: left;
  
}
#piePais
{
    height: 20px;
    width: 50px;
    /*float: left;
    position: absolute;
    left: 0px;
    top: 0px;
*/
    padding-right: 5px;
    padding-left: 5px; 
    display: table-cell;
    vertical-align: middle;   
    
}
#pieDireccion
{
    height: 20px;
    width: 676px;
    /*float: right;
    position: absolute;
    left: 50px;
    top: 0px;
*/
    padding-right: 5px;
    padding-left: 5px;
}
div.holder {
    display: table-cell;
    width: 500px;
    height: 200px;
    text-align: center;
    vertical-align: middle;
    background: #E0E0E0;
    }
centradoVertical {
    display: inline-block;
    width: 0;
    height: 30%;
    vertical-align: middle;
}
centradoHorizontal {
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}