﻿.userPhoto {
    height: 100px;
}
.iconoIE {
    height: 30px;
}
.OpcionCuenta {
    font-weight: bold;
}

.formularioBorde {
    border: solid;
    border-width: 1px;
    border-color: #a19898;
    border-radius: 13px;
}

.botonMorado {
    background-color: #590886;
    color: #ffffff;
}

    .botonMorado:hover {
        color: #ffffff;
    }

    .botonMorado:focus {
        color: #ffffff;
    }

   

.row {
    margin-bottom: 1%;
}

.tablaregistro {
    margin: auto;
    width: 70%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0px 8px;
}

    .tablaregistro tr {
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #000000;
    }


textarea {
    max-width: 1000px;
}

.botonAmarillo {
    background-color: #ffffcc;
    color: #000000;
    border:1px solid #a19898
}

    .botonAmarillo:hover {
        background-color:#ffe8bd;
        color: #000000;
    }

    .botonAmarillo:focus {
        color: #000000;
    }

   