@charset "utf-8";
/* CSS Document */

#content h3 {
    margin: 22px 0 22px 22px;
}

#content dl{
	margin-left: 22px;
}
#content dl h4.semlink{
	padding-top:80px;
	font-size:20px;
	text-align:center;
}
#content dl dt, #content dl dd{
	float:left;
	border-bottom:1px solid #d8d8d8;
	padding:10px;
	margin-bottom:10px;
	height:25px;
}
#content dl dt{
	width:160px;
	color:#710000;
}
#content dl dd{
	margin-right:40px;
	width:180px;
}
#content dl dd a{
	background:url(../images/matriz/links.gif) right top no-repeat;
	padding-right:20px;
}
#content dl dd a:hover{
	color:#000;
	background:url(../images/matriz/links.gif) right bottom no-repeat;
}