﻿.text100 {
    min-width: 100%;
}

.textHeight100 {
    min-height: 100%;
}

.textAlignRight {
    display: inline;
    display: block;
    text-align: right;
}

.buttonAlignRight {    
    float: right;
}

.logo-header {
    background-image: url("../App_Themes/Default/img/portada.png");
    /*height: 50%;*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.imageButtonSpacing {
    margin-right: 10px;
}