@charset "utf-8";
/* CSS Document */

.dialog {
 width:21.5%;
 /*margin:0px auto;
 min-width:20em;
 color:#000000;*/
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:36px;
}

.dialog .ft .c {
 height:1px;
}

.dialog .hd {
 background:transparent url(../images/cuadro_base_fuente2_r1_c1.png) no-repeat 0px 0px;
 text-align:center;
}

.dialog .hd .c {
 background:transparent url(../images/cuadro_base_fuente2_r1_c2.png) no-repeat right 0px;
}

.dialog .bd {
 background:transparent url(../images/cuadro_base_fuente2_r3_c1.png) repeat-y 0px 0px;
}

.dialog .bd .c {
 background:transparent url(../images/cuadro_base_fuente2_r3_c2.png) repeat-y right 0px;
}

.dialog .bd .c .s {
 margin:0px 9px 0px 9px;
 background:#e8e8e8 /*url(../images/ms.jpg) repeat-x*/ 0px 0px;
 padding:0.25em;
}

.dialog .ft {
 background:transparent url(../images/cuadro_base_fuente2_r5_c1.png) no-repeat 0px 0px;
}

.dialog .ft .c {
 background:transparent url(../images/cuadro_base_fuente2_r5_c2.png) no-repeat right 0px;
}

