#logo_signo {
	float: left;
	height: 95px;
	width: 120px;
	text-align: center;
}
#signos {
	float: right;
	width: 200px;
	margin-left: 6px;
	padding: 8px;
	background-image: url(../imgs/dotted-vert.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#signos ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#signos ul li img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#signos ul li {
	margin-top: 4px;
	padding-bottom: 4px;
	float: left;
	width: 100px;
}
#signos ul li a {
	font-size: 10px;
	color: #46473A;
	text-decoration: none;
}
#signos ul li a:hover {
	color: #46473A;
	text-decoration: underline;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #7D826A;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
h2.todos {
	font-size: 16px;
	color: #F00;
	margin-bottom: 12px;
}

.menor {
	font-size: 11px;
}
#sigtexto {
	float: left;
	width: 430px;
	text-align: justify;
}
