@charset "utf-8";
/* CSS Document */

a {
	color: #A76843;
}
body {
	background-color:#FFFFFF;
}
.breadcrumb {
	font-family: "Trebuchet MS";
	font-size:12px;
	color:#B7734C;
}
.texto_materias {
	font-family: "Trebuchet MS";
	font-size:13px;
	color: #333333;
}
.texto_materias img {
	float: left;
	border: 1px solid #999999;
	padding: 5px;
	margin: 5px 8px 8px 3px;
}
.texto_materias_destaque {
	font-family: "Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	color: #353535;
}
.texto_intertitulo {
	font-family: "Trebuchet MS";
	font-size:15px;
	font-weight:bold;
	color: #353535;
}
.legenda {
	font-family: "Trebuchet MS";
	font-size:10px;
	color: #333333;
}
.titulo_materia {
	font-family: "Trebuchet MS";
	font-weight:bold;
	font-size:15px;
	color: #814E27;
}
.titulo {
	font-family: "Trebuchet MS";
	font-weight:bold;
	font-size:15px;
	color: #814E27;
	text-decoration: none;
}
.titulo:hover {
	color: #A56332;
	text-decoration: underline;
}
.link_materias {
	font-family: "Trebuchet MS";
	font-size:13px;
	color: #333333;
	text-decoration: none;	
}
.link_materias:hover {
	text-decoration: underline;
}
hr{
	border: thin dotted #663333;
}