/* estilo para los comentarios */
/* 
version 1,0 
desarrollada por Daniel Gutiérrez
www.degt.cl
*/

.comentarios{
	border-top:1px dotted #FFFFFF;
	float: left;
	width: 95%;
	padding-right: 3%;
	padding-left: 2%;
	margin-bottom:10px;
}
h3#comments, h3#respond{
	color : #c8ffad;
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 16px;
	margin: 20px auto 10px auto;
	float:left;
	clear:left;
	width:100%;

}
.comentario_title{
	margin-bottom: 5px;
	color: #FFFFFF;
}
.comentario_title a{
	color:#FFFFFF;
}
.comentario_texto{
	margin-bottom:10px;
	width:85%;
	line-height:1.2;
	font-size:120%;
	float:left;
}
.comentario_texto p{
	margin-bottom: 10px;
}
.comentario_main{
	border-bottom:1px dotted #A0C7FE;
	margin-bottom: 10px;
	float:left;
	width:100%;
	
}
.avatar{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.comentarios_datos{
	color: #A0C7FE;
	font-size: 12px;
}
.comentarios_logueado{
	float:left;
	clear:left;
}

/*Formulario para comentarios*/

.commentform-container{
	width:100%;
	float:left;
}
.input_text{
	background-color:#3C8DFF;
	border:1px dotted #FFFFFF;
	height:20px;
	margin-top:8px;
	width:290px;
	font-size:14px;
	padding-left:10px;
	color:#FFFFFF;
	background-image:url(img/bg.jpg);
	background-repeat: repeat-x;
}
textarea#comment{
	background-color:#3C8DFF;
	border:1px dotted #FFFFFF;
	height:150px;
	margin-top:8px;
	width:100%;
	font-size:14px;
	color:#FFFFFF;
	margin-bottom:10px;
	background-image:url(img/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
