@charset "UTF-8";
/* CSS Document */


.add_comment {
	color: #FFF;
	padding: 2px;
	width: 125px;
	background-color: #999;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #666;
	margin-left:auto;
	margin-right:auto;

}
.add_comment a {
	color: #FFF;
	text-decoration: none;
}
.form_comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 300px;
}
.form_comments textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 300px;
}
.form_comments .rojo {
	color: #900;
}
.comentario {
	margin-left: 60px;
	background-color: #E7E7E7;
	padding: 5px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	max-width:800px;
}
.comentario .comentario {
	background:#CCC;	
}
.comentario .asunto {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
.comentario .autor {
	font-size: 13px;
	display: inline;
	width: 100px;
	font-weight: bold;
}
.comentario .txt {
	display: inline;
	font-size: 13px;
	font-style: italic;
}
.comentario .reply {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	width: 180px;
	text-align: center;
	background-color: #666;
	padding: 2px;
	clear: both;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #333;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: auto;
}
.comentario .reply a {
	color: #FFF;
	text-decoration: none;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 500;
	border: 3px solid #900;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

