/* CSS Document */
#cuentacomentarios {
background-image: url(commentsicon.gif);
background-repeat: no-repeat;
background-position:left;
height: 20px;
float: left;
width: 32%;
}

#cuentacomentarios span {
margin-left: 20px;
font-size: 10px;
}

#warningcomentarios {
text-align: left;
}

.anteriores {
	margin-left:20px;
	background:url(otrosresultados-background.jpg) no-repeat;
	width:540px;
	height:44px;
}
.anteriores span {
	position:absolute;
	font-size:18px;
	margin-left: 70px;
	margin-top:15px;
}
.comentarios {
	margin-left:20px;
	background:url(comentarios.jpg) no-repeat;
	width:278px;
	height:44px;
}
.comentarios span {
	position:absolute;
	font-size:18px;
	margin-left: 40px;
	margin-top:15px;
}

#div_arriba {
	margin:6px;
	background-image:url(comment_top.gif);
	background-repeat:no-repeat;
	margin-top:10px;
	height:29px;
	z-index:1;
}
#div_medio {
	margin-left:6px;
	margin-right:6px;
	padding-top:10px;
	background-image:url(comment_middle.gif);
	background-repeat:repeat-y;
	margin-top:-6px;
	margin-bottom:-6px;
	padding-bottom:10px;
	z-index:0;
	border-right: 1px solid #666666;*/
}
#div_abajo {
	margin:6px;
	background-image:url(comment_bottom.gif);
	background-repeat:no-repeat;
	height:24px;
	z-index:1;
}