﻿.ConteinerComment {
	float: left;
	overflow:hidden;
	width: 75px;
	height: 75px;
	border: #CCC solid 1px;
	margin-right: 10px;
}
.innerAddComm {
	overflow:hidden;
	float:left;
	width:424px;
}
.addComments {
	overflow: hidden;
	width: 424px;
	background-color: #eaeaea;
	padding:5px;
	margin-left: 9px;
}
.CommentsAdded {
	padding: 10px;
	overflow: hidden;
	width: 426px;
	padding: 5px;
	background-color: #EAEAEA;
	margin-left: 9px;
}
.commentsPhoto {
	float: left;
	overflow:hidden;
	width: 40px;
	height: 40px;
	border: #CCCCCC solid 1px;
	margin-right: 10px;
}
.commentsPost {
	float: left;
	overflow:hidden;
	width: 372px;
}
.ContengoTextAreaComments {
	overflow:hidden;
}
.commentsTextarea {
	overflow:hidden;
	width:364px;
	height:42px;
	color:#666666;
	padding: 3px;
	border: #CCCCCC solid 1px;
}
a.BtnComment {
	color: #FFF;
	display:block;
	font-weight:bold;
	height:25px;
	padding-left:7px;
	padding-right:7px;
	line-height:25px;
	float:right;
	background-color:#0666B6;
	border-color:#AAA;
}
a.BtnComment:hover {
	color: #FFF;
	text-decoration: none;
	background-position: left bottom;
	background-color:#348DD9;
}
/**/
.arrowup {
	width: 9px;
	height: 5px;
	margin-left: 30px;
	background-image: url(../images/arrowup.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.CommentHere {
	overflow: hidden;
	width: 424px !Important;
	_width: 433px;
	background-color: #EAEAEA;
	padding: 5px !Important;
	_padding: 5px 0px 5px 0;
	/*margin-left:9px;*/
}
.CommentHere input {
	width: 416px !Important;
	_width: 410px; /* el guionbajo (_) es como el !Important para el IE6 */
	/*_height: 28px;*/
	padding: 3px;
	border: #CCC solid 1px;
}
/*.arrowup {
	width: 9px;
	height: 5px;
	background-image: url(../images/arrowup.jpg);
	background-repeat: no-repeat;
	margin-left:40px;
}
.CommentHere {
	overflow: hidden;
	width:426px;
	color:#434D85;
	text-decoration:none;
	background-color: #EAEAEA;
	padding:5px;
	margin-left:9px;
}
.CommentHere input {
	width: 418px;
	border: #CCC solid 1px;
	padding: 3px;
	color: #555;
}
.CommentHere:hover {
	font-weight:bold;
    color:#21759A ;
	font-family:Arial;
	text-decoration: underline;
}
.CommentHere span {
	margin-top: 3px;
	color:#434D85;
	text-decoration:none;
	float:left;
}*/
.CommentHereBG {
	background-color:#CCCCCC;
	float:left;
	font-weight:bold;
	height:20px;
	padding:5px;
}
.CommentHereBG a {
	color:#000;
	text-decoration:none;
	
}
.CommentHereBG span {
	color:#000;
	text-decoration:none;
	cursor:pointer;
}
.CommentHereBG a:hover {
	color:#000;
	text-decoration:none;
}
.Comment .Share {	
	float:right;
	overflow: hidden;
	width: 100px;
}
.Comment .Share .Item {
	float:left;
	height:22px;
	width:25px;
}
.Comment .Share .Twitter {
	background-image: url(../../global/images/twitter-sbgwh.png);
}
.Comment .Share .Facebook {
	background-image: url(../../global/images/facebook-sbgwh.png);
}
.Comment .Share .Delicius {
	background-image: url(../../global/images/delicius-sbgwh.png);
}
.Comment .Share .Digg {
	background-image: url(../../global/images/digg-sbgwh.png);
}
.Comment {
	overflow: hidden;
	/*float:left;*/
	width:445px;
	margin-top:5px;
}
.Comment .CountComm {
	float:left;
	font-size:13px;
	font-weight:bold;
	margin-top: 3px;
}
.Comment  .Separator {
	margin-top: 2px;
	border-right:1px solid #CCCCCC;
	float:left;
	height:20px;
	margin-left:5px;
	margin-right:5px;
	overflow:hidden;
	width:1px;
}
