
/* COMMENTS */
#comments, #comentar {
	padding: 10px;
	clear: both;
	
}
.commentlist {
    margin: 20px 15px;
	margin-top: 50px !important;
}
.commentlist h3, #comentar h3 {
	border-bottom: 1px dotted #CCCCCC;
	font-family: Arial;
	font-size: 160%;
	font-weight: bold;
	padding-bottom:2px;
}
.commentlist ul {
	line-height: 130%;
	list-style-type: none;
	padding: 0px 10px !important;
	margin:0px;
}
.commentlist li{
	border-bottom: 1px solid #ccc;
	padding: 5px !important;
}
.commentlist .alt {
	background: #eceeff;
}
.nocomments {
	text-align: center;
}
.gravatar {
	margin-left:5px;
}
.comentario {
	width: 75%;
	float:left;
	margin-right:10px;
}
.comentario p {
	text-align:justify;
}
.comentario-data {
	text-align:right;
}
.comentario-data .autor {
	font-size:20px !important;
	font-weight:lighter;
	color:#0581AF !important;
}
.comentario-data .fecha, .comentario-data .meta a {
	font-size:smaller !important;
}








#commentform {
	margin-top: 10px;
	font: 110% "Trebuchet MS", Tahoma, Arial;
		padding: 0px 10px !important;

}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#E7EAFF;
	border: 1px solid #A6B0F9;
	padding: 3px;
	padding-right: 10px !important;
	margin-top: 3px;
	font-family: "Trebuchet MS", Tahoma, Arial;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#E7EAFF;
	border: 1px solid #A6B0F9;
	padding: 2px;
	margin-top: 3px;
	font-family: Arial;

}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #fff;
}
#commentform #submit{
	background: url(../images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	width: 144px;
	height: 28px;
	cursor: pointer;
	text-align:center;
}

.comment_preview {
	margin:10px;
	padding:0px 5px;
	border: 1px solid #BFC7FB;
	background-color: #F2F4FF;
}
