* {font-family: Verdana, Arial, Helvetica, sans-serif;}
body {margin:0; padding:0; background:#e00000;}

div#ext {
	/*border: 1px solid #000;*/
}
div#bg-r {
    margin: auto;
	width: 960px;
	background: #e00000 url(/images/bg-r.png) repeat-y;
}
div#content {
	margin: auto;
	width: 858px;
	/*border: 1px solid #ccc;*/
    text-align: center;
    background: #f3e7e7;
    font-size: 10px;
}
div#bg-b {
    width: 960px;
    height: 56px;
	background: #e00000 url(/images/bg-b.png) no-repeat;
	text-align: center;
	font-size: 9px;
}
div#ext a {
	font-weight: bold;
	color: #000;
}
div.marg {
	padding: 3px;
}

div.box-info-out {
	border-bottom: 1px solid #afa6a6;
	border-right: 1px solid #afa6a6;
	border-left: 1px solid #ded5d5;
	margin: 16px;
}
div.box-info {
	text-align: left;
	border: 6px solid #fff;
	background: #f5efef;
	padding: 10px;
}
div.box-info p {
	margin-right: 10px;
}

hr.lr {
	height: 1px;
	width: auto;
	color: #da0000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #da0000;
}
div#menu-top {
	text-align: left;
	margin-left: 20px;
	font-weight: bold;
}
div.apertura {
    border: 1px solid #ccc;
    background: #eee;
    padding: 4px;
	margin: auto;
	width: 200px;
	font-size: 12px;
}

img.foto-inline {
	border: 3px solid #fff;
}

table.decor th {
	font-size: 11px;
	background: #fff;
	border: 1px solid #999;
}
table.decor td {
    font-size: 11px;
	background: #FFF6F6;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

table.staff {
	width: 350px;
}
table.staff td {
    background: #fff;
    vertical-align: top;
}
table.staff td.nome {
    vertical-align: bottom;
    font-weight: bold;
}
table.staff td.foto {
	width: 150px;
	text-align: center;
    vertical-align: middle;
}

.enfatize {
	font-size:15px;
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px solid #000;
	color: #900;
}
