

/*--------------- Comentarios -----------------------*/

.comments {
	margin-top: 20px;
	background: #f6f6f6;
	padding: 25px 20px;
	}

.comment-title {
	border-bottom: 1px solid #908a87;
	margin-bottom: 30px;
	}

.comments h2, .comments h3 {
	vertical-align: bottom;
	line-height: 1em;
	}

.comments h2 {
	float: left;
	}

.comments h3 {
	float: right;
	}

ol.comment-list {
	list-style: none;
	}

.comment-body {
	border-bottom: 1px solid #e0dede;
	margin: 0 0 20px;
	}

.comment-author img{
	float: left;
	margin: 0 15px 15px 0;
	}

.comment-author, .commentmetadata {
	font-size: 1.2em;
	margin-bottom: 10px;
	}

.comment-awaiting-moderation {
	color:#900;
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: 10px;
	}
	
.commentmetadata {
	color: #818181;
	border-bottom: 1px solid #e0dede;
	padding-bottom: 5px;
	}

ul.children {
	margin-left: 40px;
	list-style: none;
	}
	
.answer h2 {
	clear:both;
	float:none;
	}

.answer label{
	display: inline-table;
	width: 85px;
	}

.answer input[type=submit] {
	float: right;
	margin-right: 19px;
	}
	