﻿/* Clases de la pantalla de errores */
div.divContMsjError
{    
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    overflow: auto;
    height: 60%;
    margin: 10px;
    padding: 5px;
    font-size: small;
    background-color: white;
    border: 1px solid rgba(0,0,0,0.18);
    border-radius: 8px;
    color:rgb(23,134,228);
    font-weight:bold;
}
div.modalCustom
{
    /*background-image:url("../imagenes/bgazul.jpg");
    background-repeat:repeat-x;
    background-color:rgb(52,102,153);*/
    border-radius: 8px;
}
div.divContButton
{
    background-image: url("../imagenes/rbBack.png");
    background-repeat: round;
    width: 125px;
    height: 22px;
    border: solid black 1px;
    padding-top: 3px;
    font-family:Verdana;
    font-weight:bold; 
    border-radius: 8px;
    color: black;    
}