@import "../default_interna.css";
@import "topos_salas.css";
@import "sidebar.css";
@import "../bloco.css";

#content h2, #content h3, #content h4 {
	color: #dc6c18;
	}
#content h3 {
	font-style: italic;
	font-size: 14px;
	}
#content h2 {
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	}
#content h4 {
	font-size: 10px;
	font-style: italic;
	margin-bottom: 20px;
	background: none;
	padding: 0;
	}
#content #content-sala p {
	font-size: 11px;
	}
#content #arquivo p {
	margin-bottom: 0;
	line-height: 20px;
	padding-left: 25px;
	}
#content #arquivo .xls p, #content #arquivo .xlsx p {
	background: url('../../img/oficinas/xls_icon.gif') no-repeat left center;
	}
#content #arquivo .doc p, #content #arquivo .docx p {
	background: url('../../img/oficinas/word_icon.gif') no-repeat left center;
	}
#content #arquivo .pdf p {
	background: url('../../img/oficinas/pdf_icon.gif') no-repeat left center;
	}
