@charset "iso-8859-1";
/* author: Electros */
/* Creation date: 12/08/2005 */

/*** Cuerpo del MiniChat ***/
body,table {
font-family: verdana, sans-serif ;
font-size: 9pt ;
color: #000000 ;
background: #ffffff ;
margin: 0px ;
}
/*** Enlaces ***/
a {
color: #000000 ;
font-weight: bold ;
}
/*** Negrita ***/
b {
color: #000000 ;
}
/*** Fecha ***/
.fecha {
font-weight:  ;
font-size: 7pt ;
color: #757575 ;
text-align: right ;
}
/*** IP ***/
.ip {
font-weight: bold ;
color: #757575 ;
text-align: right ;
}
/*** Tabla de los mensajes ***/
.mensaje1 {
border: #000000 0px solid ;
background: #D5E3F9 ;
}
.mensaje2 {
border: #000000 0px solid ;
background: #FFFFFF ;
}
/*** Formulario ***/
.formulario {
font-family: verdana, sans-serif ;
font-size: 7pt ;
color: #000000 ;
border: #cccccc 1px solid ;
background: #ffffff ;
text-align: center ;
}
