body {
 font:normal 76%;
}

.dialog {
 width:200px;
 margin:0px auto;
margin-bottom:4px;
 color:#c0c0c0;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:5px;
}

.dialog .ft .c {
 height:14px;
}

.dialog .hd {
 background:transparent url(../imagenes/boxes/tl.gif) no-repeat 0px 0px;
}

.dialog .hd .c {
 background:transparent url(../imagenes/boxes/tr.gif) no-repeat right 0px;
}

.dialog .bd {
 background:transparent url(../imagenes/boxes/ml.gif) repeat-y 0px 0px;
}

.dialog .bd .c {
 background:transparent url(../imagenes/boxes/mr.gif) repeat-y right 0px;
}

.dialog .bd .c .s {
 margin:0px 8px -6px 4px;
	/*	background-image:url('../imagenes/bg-menu.gif');background-position:top center;	background-repeat:repeat-x; */
 padding:1em;
}

.dialog .ft {
 background:transparent url(../imagenes/boxes/bl.gif) no-repeat 0px 0px;
}

.dialog .ft .c {
 background:transparent url(../imagenes/boxes/br.gif) no-repeat right 0px;
}


/* content-specific */

.dialog h1 {
 /* header */
 font-size:1.5em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

.dialog p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em;
}

html>body .dialog pre {
 font-size:1.1em;
}