@charset "utf-8";

#avisoResaltado {
    width: 30%;
    margin: auto;
    color: white;
    background-color: red;
    padding: 20px;
    font-size: 16px;
    /* para que quede centrado */
    text-align:center;
    font-weight: bold;
    font-family: tahoma;
}


#left {
    width:45%;
    border:2px solid black;
    background-color: #CDA12C;
    text-align:center;
}

#right {
    position: absolute;
    top:50px;
    left:50%;
    width:45%;
    height: 200px;
    font:normal 12px Verdana;
    border:1px solid black;
    background-color: #CCCCCC;
    overflow-y: scroll;   
}

#right2 {
    position: absolute;
    top:300px;
    left:50%;
    width:45%;
    height: 200px;
    border:1px solid black;
    background-color: #CCCCCC;
    overflow-y: scroll;   
    font:normal 12px Verdana;
}


#escribirMsg {
    width:45%;
    border:2px solid black;
    background-color: #d8d8d8;
    text-align:center;
    border-radius: 15px;
    margin-top: 10px;
}

#escribirMsgToEst {
    width:45%;
    border:2px solid black;
    background-color: #d8d8d8;
    text-align:center;
    border-radius: 15px;
    margin-top: 10px;
}

#destinatarios {
    height: 200px;
    overflow-y: auto;
    /* ancho respecto a su contenedor, #escribirMsg */
    width:65%;
    background-color: #C2C2C2;
    font:normal 10px Verdana;
    border:1px double green;
    margin:auto;
}

#tblMsg {
    margin:5px;
    padding:0px;
    width:95%;
    box-shadow: 10px 10px 5px #888888;
    border-collapse: collapse;
    border: 0px;
}

#tblMsg td {
    border:1px solid #CDA12C;
}

#tblMsg th {
    border:3px solid #CDA12C;
}


#tblDestinatarios {
    margin:0px;padding:0px;
    width:100%;
    border:1px solid #0cc000;
    border-spacing: 0;
}

/*#tblMsg,#tblDestinatarios tr {
    border:1px solid #0cc000;
}*/


#tblDestinatarios td {
    border:1px solid #0cc000;
}

.resaltado {
    color: #001da2;
    background-color: yellow;
    font-size: 20px;
}

.destacado, #tblMsg caption  {
    color: #001da2;
    font-size: 16px;
}

#tblDestinatarios caption {
    color: #001da2;
    font-size: 12px;
}

#mensajeToWeb {
     background-color:cyan;
     font-size:16px;
     width:45%;
    overflow-y: scroll;   
}
