
textarea#comment{
	width:300px;
}
#commentform{
	margin-left:125px;
	margin-top:20px;
}

.commentlist{
	margin-left:100px;
	list-style-type:none;
	padding-bottom:5px;
	background:url(/images/com-Fondo-contComs.gif) no-repeat left bottom;
}

.header_com {
	background:url(images/bg-comment-Top.gif) no-repeat left bottom;
	height:48px;
	position:relative;
}
.header_com .info_com{
	position:absolute;
	top:14px;
	left:100px;
	color:#f7aa15;
}
.header_com .info_com a{
	text-decoration:none;
	color:#b97f09;
}
.header_com .info_com a:hover{
	text-decoration:underline;
}

.com_cont{
	background: #dcdcdc url(images/bg-comment-Bottom.gif) no-repeat left bottom;
	min-height:20px;
	height:auto!important;
	height:20px;
	width:499px;
	margin-bottom:20px;
	padding-left:15px;
	padding-bottom:15px;
	padding-right:15px;
}
.com_cont p, .com_cont ul{
	margin-bottom:15px;
	margin-left:10px;
}
.com_cont ul{
	margin-left:25px;
}
.numPost{
	padding-top:-15px;
	position:relative;
	padding-left:10px;
		
}
h3#respond{
	margin-left:120px;
	margin-top:20px;
	text-indent:-2000px;
	background:url(/images/com-Header.gif) no-repeat left top;
	width:235px;
	height:42px;
}
#commentform textarea, #commentform input{
	overflow:auto;
	background:#ececec url(/images/com-Fondo-Form.gif) no-repeat center -1px;
	width:379px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #b4b4b4;	
	color:#444;
	font-weight:bold;
	padding:2px;
	padding-top:3px;

}
#commentform label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f7aa15;
	display:block;
	margin-bottom:5px;
}
#commentform input{
	margin-bottom:20px;
	height:16px;

}
#commentform #submit{
	background:none;
	border:none;
	width:83px;
	height:35px;
}
p#enviarCom{
	margin-top:20px;
}
