﻿.wrapper {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.logos {
    min-height: 108px;
    background-color: #005da4;
}

.contenido {

    align-content: center;
    position:relative;
    width:100%;
    height:100%;
    padding-bottom:5%;
    padding-left:2%;
    padding-right:2%;
}

.piePagina {
    background-color: #666666;
    min-height: 25px;
    bottom: 0;
    left: 0;
    padding: 2px;
    position:absolute;
    width:100%;
}

.menu {
    background: #ededed;
}

.divRedondo {
    border: 2px solid #a1a1a1;
    padding: 10px 5%;
    background: #ffffff;
    border-radius: 25px;
}

.divCuadrado {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-top: 0px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom-color: transparent;
}

/*Para los downlist del autocompletar*/
.completionList {
    border: solid 1px Gray;
    margin: 0px;
    padding: 3px;
    overflow: auto;
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 13px;
}

.bottom-aligner {
    display: inline;
    height: 100%;
    vertical-align: bottom;
    width: 20px;
}

.bottom-content {
    display: inline-block;
    text-align: justify;
}

.listItem {
    color: #000000;
}

.itemHighlighted {
    background-color: #1E90FF;
    color: #FFFFFF;
}
/*Login estilo */
.form-login {
    background-color: #EDEDED;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    border-color: rgba(0, 0, 0, 0.075);
    border-width: 5px;
    box-shadow: 0 1px 0 #cfcfcf;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    font-weight: lighter;
    display: inline-block;
    width: 100px;
}

.inputfile:focus + label, .inputfile + label:hover {
    text-decoration: underline;
}

.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.no-js .inputfile + label {
    display: none;
}