
.votos {
	font-size: large;
	background: #00c000;
	padding: 5px;
	margin-top: 5px;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
}

.cmt {
	width: 90%;
	margin-left: 10px;
	background-color: #f8f8f8;
}


/* WYSIWYG EDITOR */

/* Toolbar */
.toolbar1   { border: 1px solid #666666; height: 24px; background-image: url(../editor/editormenu.gif); }

/* Command Buttons */
.button     { width: 20px; height: 20px; border: 0px solid transparent; margin: 1px; padding: 0px; background: transparent; }
.buttonOver { width: 20px; height: 20px; border: 1px solid #999999; margin: 0; padding: 0px; }

/* Comments */

.CmtBox {
	margin-bottom: 10px;
background-color: #808080;
}

.CmtHeader
{
	padding: 4px;
	margin-bottom: 0px;
	background-image: url(../images/cheaderbg.gif);
	background-repeat: repeat-x;
}
.CmtSubHeader
{
	background-color: #FAFCFE;
	padding: 0px 4px 4px 21px;
	margin-bottom:0px;
}

.CmtControl
{
	background-image: url(../images/cbarbg.gif);
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 7px;
	margin-bottom: 0px;
}

.CmtTitle {
	
	font-weight: bold;
	color:#000;
}

.CmtName
{
	font-weight:bold;
	text-decoration:none;
	color:#777;
}

a.CmtName:hover
{
	text-decoration:underline;
}

.CmtBody
{
	padding: 0px;
	margin: 8px;
}

.CmtCollapse 
{
	padding-right: 7px;
}

.ThCollapse 
{
	float: left;
	display: inline;
	font-size: 9px;
	font-weight: bold;
	padding-bottom: 2px;
}

.CmtTreeItem
{
	padding-bottom:0px;
	background-repeat: repeat-x;
}

.CmtTreeLines
{
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-y;
}

