div.comentarios_objeto{
	position: relative;
	float: left;
	width: auto;
	height: auto;
	margin:0;
	padding:1%;
	margin-left:2%;
	width: 94%;
	border:1px solid #DDD;

	margin-top:10px;

}

div.n_comentarios_objeto{
	position: relative;
	float: left;
	width: 95%;
	height: auto;
	margin:0;
	padding:0;
	margin-left:10px;
	font-size:10px;
}

div.n_comentarios_objeto h2{
	float: left;
	color: #F4C21A;
	margin:0;
	padding:0;
	font-size:13px;
}

div.comentarios_objeto h1{
	font-size:12px;
	color: #666;
	text-decoration: none;
	float: right;
	background-image: none;
	background-color: red;
	
}
div.comentarios_objeto h2{
	float: left;
	color: #666;
	margin:0;
	padding:0;
	font-size:14px;
}

div.comentarios_objeto h2.sf_comments_title{
	position: relative;
	float: left;
	width: 98%;
	height: auto;
	color: #666;
	font-size:14px;
	background-color: #F4C21A;
	margin-bottom:10px;
	padding-left:2%;
}

div.comentarios_objeto #sf_comment_list{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}
	div.comentarios_objeto #sf_comment_list p{
		position: relative;
		float: left;
	}
		div.comentarios_objeto #sf_comment_list p a{
			font-size:12px;
			color: #0098D7	;
			text-decoration: none;
			font-weight: normal;
		}
				div.comentarios_objeto #sf_comment_list p a:hover{
				}
				
				
div.formulario_comentario{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

div.formulario_comentario fieldset{
	border: 0;
	
}

div.comentarios_objeto #sf_comment_list .sf_comment{
	position: relative;
	float: left;
	width: 48%;
	margin:3px;
	padding-bottom:5px;
	border: solid 1px #CCC;
}

div.comentarios_objeto #sf_comment_list .sf_comment img {
	position: relative;
	float: left;
}
	div.comentarios_objeto #sf_comment_list .sf_comment .sf_comment_info{
		position: relative;
		float: left;
		padding:1%;
		color:#000;
		margin:0;
		font-weight:bold;
		width: 98%;
		background-color:#EEE;
	}
		div.comentarios_objeto #sf_comment_list .sf_comment .sf_comment_text{
			position: relative;
			float: left;
			width: auto;
			font-size:11px;
			color: gray;
			padding-left:10px;
		}
		
		
	.sf_comment_form div {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}

.sf_comment_form fieldset {
margin-top:15px;
position: relative;
float: left;
padding: 0;
border: 0;
width: 100%;
padding:10px;
margin:10px;
}

.sf_comment_form label {
margin: 0;
padding: 0;
display: block;
color: black;
font-weight:bold;
}

.sf_comment_form input, .sf_comment_form textarea {
padding: 1px 0 1px 10px;
min-width: 30em;
border:1px solid #EDEDED;
background-color:#EEE;
}

.sf_comment_form textarea {
height: 10em;
}

.sf_comment_form .form_error {
color: red;
font-weight: bold;
}

.sf_comment_form input.submit {
color: #666;
width: 30%;
border: 1px #666 solid;
height: 2.2em;
margin: 0 0 0 30%;
padding: 0 0px;
font-size: 1em;
min-width: 0;
background: none;
background-color:#EEE;
clear: both;
height:20px;
}

.sf_comment_form input.submit:hover {
color: #ececec;
border: 1px #ececec solid;
background-color: #666;
}

.sf_comment_form .required input, .sf_comment_form .required textarea {
background-color:#EEE;
}

.sf_comment_form_error {
color: red;
font-weight: bold;
}

.sf_comment_info a {
color: black;
text-decoration: none;
}

#sf_comment_ajax_indicator {
width: 20px;
height: 20px;
margin: 0;
padding: 0;
background: transparent url(../../images/default2/indicator.gif) top left no-repeat;
}
