@charset "utf-8";
img {
	display: none;
}

body {
	width: 90%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;

}

a {
	text-decoration: none;	
}

#pie_index {
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;	
	
}

.solo_texto {
	width: 100%;
	display: block;
	color: #666;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #900;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #900;
	padding: 5px;
	margin-bottom: 20px;
}


.solo_texto ul {
	display: inline;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.solo_texto li {
	display: inline;
}
