/*
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 : 18-ago-2016, 17:09:02
    Author     : COMET-019
*/
body{
    background-image: url("Imagen/Imgfondo2.png");
    /* Nos aseguramos que la imagen de fondo este centrada vertical y
       horizontalmente en todo momento */
    background-position: center center;
    /* La imagen de fondo no se repite */
    background-repeat: no-repeat;
    /* La imagen de fondo está fija en el viewport, de modo que no se mueva cuando
       la altura del contenido supere la altura de la imagen. */
    background-attachment: fixed;
    /* La imagen de fondo se reescala cuando se cambia el ancho de ventan
       del navegador */
    background-size: cover;
    /* Fijamos un color de fondo para que se muestre mientras se está
       cargando la imagen de fondo o si hay problemas para cargarla  */
    background-color: #464646; 
}
.container{
    height: auto;
}
.ME-ImagenCabeceraLogin{
//    background-image: url("Imagen/logoFinal.png");
    background-image: url("Imagen/CloudOrion.png");
    background-size: 50%;
    width: 400px;
    height:130px;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-bottom: 0;
}
.ME-ImagenliniaCeleste{
    width: 100%;
    background-color: #269abc;
    height: 2px;
}
.ME-ImagenliniaAzul{
    width: 100%;
    background-color: #265a88;
    height: 3px;
}

.ME-ImagenliniaNegra{
    width: 100%;
    background-color: #000;
    height: 2px;
}

.ME-Login{
    border-color: aqua;
    width: 270px;
    margin-top: 60px;
    border-top: 1000px
        /*    height: 100%; 
            display:table-cell; 
            vertical-align: middle;*/

}
#footer{
    font-size: 12px;
    color: #bbb;
    text-align: center;
}