﻿.contenidoError {
    word-wrap: break-word;

    margin: 25px 110px;
    text-align: center;
    clear: both;
    min-height: 40px; /* asi los botones no se ponen justo debajo del texto */
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    cursor:default;
    
}

.botoneraError {
    margin: 0 auto;
    width: 300px;
    clear: both;
    text-align: center;
}

.tablaBotoneraError {
    margin: 0 auto;
    width: 100%;
}
