﻿@charset "utf-8";
/* CSS Document */
BODY {
    height: auto;
    min-width:auto;
    background-image: url(../imagenes/comun/fondoLogin.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding:0 !important;

}



.container {
     flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    display: flex;
    justify-content: space-around;
    height: 100vh;
    align-items: center;    
    gap:20px
}

.col {    
    margin:10px auto;
    padding:20px;
    height: 200px;
    border: 2px solid #012E3A;
    min-width: 290px;
    background-color: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-image: url(../imagenes/comun/fondologin_pixel.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}



body {
    margin: 0;
}



DIV.contenedor_exterior {
    /*width:500px;*/
}

DIV.contenedor_exterior2 {
    /*width:500px;*/
}

DIV.contenedor_interior {
    border: 2px solid #012E3A;
    width: 290px;
    /*height:160px;  */
    background-color: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-image: url(../imagenes/comun/fondologin_pixel.jpg);
    background-repeat: repeat-x;
    margin: 0px auto;
    background-position: bottom;
}

TD.mensaje {
    color: #FF0000;
    text-align: center;
}

TD.enlaceInferiorDer {
    width: 50%;
    text-align: right;
    padding-right: 12px;
}

    TD.enlaceInferiorDer A {
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
    }

TD.enlaceInferiorIzq {
    width: 50%;
    text-align: left;
    padding-left: 12px;
}

    TD.enlaceInferiorIzq A {
        font-weight: bold;
        color: #FFF;
        text-decoration: none;
    }
