
.boxroundgray {
 width:99%;
 margin:0px auto;
 min-width:20em;
 color:#fff;
}

.boxroundgray .hd .c,
.boxroundgray .ft .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}

.boxroundgray .ft .c {
 height:14px;
}

.boxroundgray .hd
{
	background: transparent url( 'Images/Propias/boxround/footboxtl.gif' ) no-repeat 0px 0px;
}

.boxroundgray .hd .c {
 background:transparent url(Images/Propias/boxround/footboxtr.gif) no-repeat right 0px;
}

.boxroundgray .bd {
 background:transparent url(Images/Propias/boxround/footboxml.gif) repeat-y 0px 0px;
}

.boxroundgray .bd .c {
 background:transparent url(Images/Propias/boxround/footboxmr.gif) repeat-y right 0px;
}

.boxroundgray .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#404040 url(Images/Propias/boxround/footboxms.jpg) repeat-x 0px 0px;
 padding:1em;
}

.boxroundgray .ft {
 background:transparent url(Images/Propias/boxround/footboxbl.gif) no-repeat 0px 0px;
}

.boxroundgray .ft .c {
 background:transparent url(Images/Propias/boxround/footboxbr.gif) no-repeat right 0px;
}


/* content-specific */

.boxroundgray h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

.boxroundgray p {
 margin:0.5em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.5em arial,tahoma,"sans serif";
}

html>body .boxroundgray pre {
 font-size:1.1em;
}

