/*********************************/
/*          COMENTARIOS          */
/*********************************/
.titlecomentarios{
	float:left;
	width: 450px;
	height: 62px;
	margin: 40px 60px 5px 0px;
	background-image:url(../images/comentarios.jpg);
	background-repeat:no-repeat;
	font: 2.1em "Myriad Web", "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	color: #80243b;
	padding:10px 0px 0px 50px;
}
.titlecomentar{
	float:left;
	width: 450px;
	height: 62px;
	margin: 40px 60px 5px 0px;
	background-image:url(../images/comentar.jpg);
	background-repeat:no-repeat;
	font: 2.1em "Myriad Web", "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	color: #80243b;
	padding:10px 0px 0px 50px;
}
.comentario{
	float:left;
	width: 550px;
	margin: 20px 0px 0px 0px;
}
.autorcomentario{
	float:left;
	width: 132px;
	height: 81px;
	background-image:url(../images/fondocomentario.jpg);
	background-repeat:no-repeat;
}
.autorcomentarionombre{
	float:left;
	width: 100px;
	margin: 10px 0px 0px 20px;
	font: 1.2em "Myriad Web", "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	color: #80243b;
}
.autorcomentariofecha{
	float:left;
	width: 100px;
	margin: 0px 0px 0px 20px;
	font: 1.1em "Myriad Web", "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	color:#666666;
}
.autorcomentariopoints{
	float:left;
	width: 100px;
	margin: 0px 0px 0px 20px;
	font: 1.1em "Myriad Web", "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	color:#666666;
}
.textocomentario{
	float:right;
	width: 400px;
	text-align:justify;
}
.textocomentar{
	float:left;
	width: 520px;
	text-align:justify;
	background-color: #ffe2ea;
	color: #bd2d55;
	font: 0.9em "Myriad Web", "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	margin: 10px 0px 0px 0px;
	padding: 15px;
}

#star ul.star { 
	LIST-STYLE: none; 
	MARGIN: 0; PADDING: 0; 
	WIDTH: 85px; 
	HEIGHT: 20px; 
	LEFT: 10px; 
	TOP: -5px; 
	POSITION: relative; 
	FLOAT: left; 
	BACKGROUND: url(../images/stars.gif) repeat-x; 
	CURSOR: pointer; 
	}
#star li { 
	PADDING: 0; 
	MARGIN: 0; 
	FLOAT: left; 
	DISPLAY: block; 
	WIDTH: 85px; 
	HEIGHT: 20px; 
	TEXT-DECORATION: none; 
	text-indent: -9000px; 
	Z-INDEX: 20; 
	POSITION: absolute; 
	PADDING: 0; 
	}
#star li.curr { 
	BACKGROUND: url(../images/stars.gif) left 25px; 
	FONT-SIZE: 1px; 
	width: 51px;
	}
#star div.user { 
	display: none;
	LEFT: 15px; 
	POSITION: relative; 
	FLOAT: left; 
	FONT-SIZE: 13px; 
	FONT-FAMILY: Arial; 
	COLOR: #888; 
	}

.charrest {
	font-size:9px;

}
/*********************************************/
/*          FORMULARIO COMENTARIOS          */
/*******************************************/
.respond-author{
	float:left;
	width:200px;
}
.respond-author input{
	border:1px solid #CCD7E1;
	padding:5px;
	font-size:14px;
	width:180px;
	margin-top:2px;
}
.respond-author label{
	display:block;
	font-weight:bold;
	font-size:12px;
	padding-bottom:7px;
}
.respond-author label small{
	font-weight:normal;
	display:inline;
	font-size:11px;
	color:#888;
}
.respond-comment{
	float:right;
	width:350px;
}
.respond-comment label{
	font-weight:bold;
	padding-bottom:2px;
	display:block;
}
.respond-comment label small,.respond-author label small{
	font-weight:normal;
	display:inline;
	font-size:11px;
	color:#888;
}
.respond-comment textarea{
	border:1px solid #CCD7E1;
	font:13px/15px "Myriad Web", "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
	padding:5px;
	width:320px;
	height:100px;
}
#submit{
	background: url(../images/enviar.gif) no-repeat top left;
	border:0;
	width:172px;
	height: 47px;
	display:block;
	font-size:12px;
	font-weight:bold;
	color:#343434;
	padding:11px 0px;
	outline:none;
	margin-left:-5px;
	margin-top:5px;
}




