.comentar {
	border: 1px solid #ccc; 
	background: #FFF7Fa; 
}

.commentlist li {
	font-weight: bold;
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	list-style: decimal;
	background: #fff;
	border: dotted 2px #ccc;	
}
	
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.0em;
	}

.commentlist p {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
.commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 10px;
	}

.commentform textarea {
	width: 400x;
	padding:5px;
	margin: 5px 5px 5px 10px;
	}

.commentform #submit {
	margin: 5px 5px 10px 10px;
	
	}

