@charset "utf-8";
/* used in recent texts, recent comments, index and recent communidad comments recent communidad texts */


/************************/
/*	 TEXTOS RECIENTES	*/
/************************/
#textos-recientes, .textos-reciente {
	margin-bottom:20px;
}

.texto-reciente,.comentario-reciente {

	border-bottom:1px dotted #8b8958;
	padding:8px 10px;
}

.comentario-reciente {
	background:url(../images/bg-texto-comentarios.gif) left bottom repeat-x;
}

.texto-reciente {
	background:url(../images/bg-texto-favorito.gif) left bottom repeat-x;
}


.texto-reciente-avatar {
	float:left;
	width:60px;
}

.texto-reciente-avatar a img {
	border:1px solid #e9e6bd;
	padding:1px;
	width:40px;

}

.texto-reciente-avatar a:hover img {
	border:1px solid #8b8958;
}

.texto-reciente-derecha {
	float:left;
	width:90%;
}

.texto-reciente-derecha h3 {
	color:#bdbb8b;
	font-size:16px;
	margin:0;
	/*width:400px;*/
}

.texto-reciente-derecha h3 a, div.homepage_news_div h3 a {
	color:#8b8958;
	text-decoration:none;
}

.texto-reciente-derecha h3 a:hover, div.homepage_news_div h3 a:hover{
	color:#a8a673;
}



.texto-reciente-derecha p, .ultimo_texto_list p {
	margin:0 0 10px;
}

.texto-reciente-derecha p a, .tags_more_links a{
	color:#8b8958;
}

.texto-reciente-derecha p a:hover ,.tags_more_links a:hover{
	text-decoration:none;
}

.texto-reciente-meta {
	font-size:12px;
}

.texto-reciente-comentarios {
	background:url(../images/comentario.gif) left 50% no-repeat;
	margin-right:16px;
	padding-left:22px;
}

.texto-reciente-lecturas {
	background:url(../images/lecturas.gif) left 50% no-repeat;
	margin-right:16px;
	padding-left:22px;
}

.texto-reciente-hora {
	background:url(../images/calendario.gif) left 50% no-repeat;
	margin-right:16px;
	padding-left:22px;
}


/* stats box */
.stats_box { 
	/* background-color:#f8f7e9; */
	
	border:0PX solid #666666;
	width:86px;
	float:left; margin-top:30px;
	margin-right:12px; 
	margin-bottom:8px;
}

.stats_box .narrow .stats { 
	/* background:none; */
	background:#eee;
	margin:0 0 0 7px;
	padding:0;
	width:auto;
	height:48px;
	float:left;
}
.stats_box .stats { 
	/* background:none; */
	background:#eee; }
.stats_box .votes {
	color:#555;
	padding:0 0 7px 0;
	text-align:center;
}

.stats_box .narrow .votes {
	background:#eee;
	float:left;
	margin:0 3px 0 0;
	padding:5px;
	width:38px;
	height:38px;
}
.stats_box .vote_count_post {
	display:block;
	font-size:230%;
}

.stats_box .viewcount {
	padding-left:10px;
	
}

.stats_box a{
	color:white;
	text-decoration:none;
}

.stats_box div#viewcount { font-size: 13px}
.stats_box .status strong {
	color:white;
	display:block;
	font-size:120%; 
}

.stats_box .answered {
	/* background:#a3ca40; */ /* old light green color */
	background:#75845c; /* new dark green color */
	width: 80%;
	margin: 0 auto 0 auto;
	color:white;
	text-align:center;
	padding:7px 0 7px 0;
	font-size:11px;
}

.stats_box .answered strong {
	font-size:18px;
}

.stats_box .answered-accepted {
	background:#a3ca40;
	color:#E1E818;
}
.stats_box .answered-accepted strong {
	color:#E1E818; 
	font-size:18px;
}

.stats_box .unanswered {
	background:#9a4444; /* new dark red color */
	width: 80%;
	margin: 0 auto 0 auto;
	color:white;
	text-align:center;
	padding:7px 0 7px 0; 
	font-size:11px;
}

.stats_box .unanswered strong {
	font-size:18px;
}
.stats_box .views { 
	text-align:center; font-size:13px; 
	padding:7px 0
}

.stats_box .views strong {
	display:block;
}


.stats_box div.vote{
	text-align:center;
	vertical-align:middle;
}

.stats_box div.vote span {
	display:block;
	color:#808185;
	font-weight:bold;
}

.stats_box div.vote img {
	cursor:pointer;
}

/* left side info box end */

/* vote box */

.stats_box .stats_vote { 
	background-color:#f8f7e9; 
	width:86px;
	float:left; margin-top:30px;
	margin-right:12px; 
	margin-bottom:8px;
}

/* vote box end */

/* new class for paragraph align */

.stats_box .module_box_right{
	text-align:left;
	padding-left:9px;
	margin-top: -2px;
}



/* END OF STATS BOX */
/* top menu tabs */

#subheader_box {
	border-bottom:2px solid #e9e6bd;
	height:4px;
	width:100%;
	clear:both;
}

#tabs {
	float:right; margin-top:-30px;
	position:relative;
	font-weight:bold;
}

#tabs a {
	background:#faf9f0;
	border-top:1px  solid #e9e6bd; 
	border-right:1px  solid #e9e6bd; 
	border-left:1px  solid #e9e6bd; 
	color:#8b8958;
	display:block;
	float:left;
	font-size:90%;
	height:24px;
	line-height:22px;
	margin:8px 8px 0 0;
	padding:0 11px 0 11px;
	text-decoration:none;
}

#tabs a:hover {
	background:#fff;
	border:1px solid #e9e6bd;
	border-bottom-color:#fff;
	line-height:20px;
	margin-top:9px;
}

#tabs a.here {
	background:#ecebcd;
	border:1px solid #e9e6bd;
	/* border-bottom-color:#fff; */
	color:#8b8958;
	font-size:120%; font-weight:bold;
	height:30px;
	line-height:28px;
	margin-top:2px;
	padding:0 11px 0 11px;
}


/* top menu tabs end */

/* info module box */

.module_box {
	background-color:#f8f7e9;
	padding:8px 8px 2px 8px;
	margin-bottom:10px;
}

.module_box .spacer {
	margin-bottom:8px;
}
.module h4 {
	line-height:1.4;
	color:#444;
	font-size:130%;
	padding-bottom:7px;
}
.module-warning {
	background-color:#8E1609;
	color:white;
}
.module-warning h4 {
	color:fff;
}

.module_box p {
	font-size:120%;
	padding:0 0 1px 0;
	margin:0 0 3px 0;
	line-height:1.3;
	/*line-height:1.3;
	margin-bottom:.5em;*/
}

.module .box {
	position:relative;
}

.module_box ul {
	margin-left:15px;
	list-style-type:square;
	font-size:120%;
	margin-right:30px;
	line-height:120%;
}
.module_box ul li {
	margin-bottom:4px;
}

.module_box .post_numbers_descr{
	padding-bottom:3px;
	padding-left:4px;
	font-weight:bold;
}

.summ_count {
	text-align:center;
	color:#8b8958;
	font-size:350%;
	font-weight:bold;
	padding:0;
	margin:0;
	line-height:.9;
}

/* info module box end */

/* Message date header */
.message_date_header {
	background:#8b8958;
	color:white;
	font-weight:bold;
	padding:5px 4px;
}
/* EOS */

/* sticky Upgrade Link */
.upgradeLink{
	color:red;
}
/* EOS */

/* sticky search texts */
#text_search_result li{
	background:url(../images/bg-texto-favorito.gif) left bottom repeat-x;
	margin-left:0;
}
/* EOF */

/* Premium/sticky logo */
.premium_logo{

}
/* EOF */