/**
 * @file
 * Comment Styling
 */


.comments { /*todo el comentario */
	clear:both;
	
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	float: right;
	#width: 534px;
	width: 100%;
}

.comments h2.title { /* título*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 23px;
	color: #CCC;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	/*margin-top: 10px;*/
	margin-top: 5px;
}

.comments h2. comment-form { /* título añadir nuevo comentarios */
	font-family: 'LiberationSerifRegular', Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 28px;
	color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}

.comment { /* comentarios caja */
	color: #444444;
	/*border: 1px solid #E4E4E4;*/
	border: 1px solid #efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.comment-preview { /* color en drupal/ background-color: #ffffea; /* Drupal core will use a #ffffea background. See #1110842 */
	color: #3333FF;
	background-color: #f4f4f4;
}


.comment .username {
	font-family: 'LiberationSerifRegular', Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-right: 20px;
}

.comment .numero-comentario {
	font-family: 'LiberationSerifRegular', Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	padding-right: 10px;
	vertical-align: text-bottom;
}






.comment.new { /*ccc */
	color: #F33;
}

.comment.first { /* The first comment in the list of comments */
}

.comment.last { /* The last comment in the list of comments */
}

.comment.odd { /* An odd-numbered comment in the list of comments */
}

.comment.even { /* An even-numbered comment in the list of comments */
}

.comment-by-anonymous { /* A comment created by an anonymous user */
}

.comment-by-node-author { /* A comment created by the node's author */
}

.comment-by-viewer { /* A comment created by the current user */
}

h3.comment-title { /* Comment title */
}

.comment .new { /* "New" marker for comments that are new for the current user */
  color: #c00;
}

.comment .user-picture { /* The picture of the comment author */
}

.comment .submitted { /* fecha y hora */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.comment .permalink { /* texto enlace permamente. */
	text-transform: uppercase;
	font-size: 12px;
	color: #C33;
}

.comment .user-signature { /* The user's signature */
	color: #F63;
}

.comment ul.links { /*responder */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #F33;
	float: right;

}





.indented { /* Nested comments are indented */
  margin-left: 30px; /* Drupal core uses a 25px left margin */
}

.comment-unpublished { /* Unpublished comments */
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.comment-unpublished p.unpublished { /* The word "Unpublished" displayed underneath the content. See also the div.unpublished declaration in the nodes.css. */
}

	
	
	
