@charset "utf-8";
#donde a:active, #donde a:link, #donde a:visited, #donde a:hover, #mempanel a:active, #mempanel a:link, #mempanel a:visited, #mempanel a:hover, .ultimopost a:active, .ultimopost a:link, .ultimopost a:visited, .ultimopost a:hover {
	text-decoration:none;
}
#recordarme {
	clear:both;
	float:right;
}
/* ELEMENTOS DEL FORO */
#forum ul,#forum ol {
	margin:0px;
	padding:0px;
	list-style:none;
}
#forum li {
	margin-top:5px;
}
.titulo {
	background-image:url(../imgs/forum/general/titulo.png);
	border:#B1CEEA solid 1px;
	margin:0px;
	display:block;
	height:30px;
	line-height:30px;
	padding:5px;
	clear:both;
}
.titulo h3 {
	text-transform:uppercase;
	font-size:10px;
	overflow:hidden;
}
.nombreforo {
	float:left;
	display:block;
	width:500px;
	overflow:hidden;
}
.datosforo {
	float:right;
	width:160px;
	text-align:right;
	overflow:hidden;
	font-size:10px;
	line-height:15px;
}
.descripcion {
	border:solid 1px #B1CEEA;
	width:650px;
	margin:auto;
	padding:5px;
	display:block;
	overflow:auto;
	text-align:justify;
}
	.descripcion h4 {
		background-image:url(../imgs/forum/general/bullet.gif);
		background-position:top left;
		background-repeat:no-repeat;
	}
	.descripcion h4, .descripcion div{
		padding-left:20px;
	} 
.menupost, .inpostmenu {
	clear:both;
	display:block;
}
	.menupost li, .inpostmenu li {
		display:block;
		float:left;
	}
	.menupost li a, .inpostmenu li a {
		display:block;
		margin:0px 5px 0px 0px;
		padding:5px;
		border:#0099CC solid 1px;
		background-color:#D7E6F5;
	}
.ultimopost {
	margin-top:4px;
	padding-left:14px;
	background-image:url(../imgs/forum/general/bullet.gif);
	background-position:left top;
	background-repeat:no-repeat;
	line-height:12px;
	font-size:10px;
}
#respeuestas {
	margin:10px 10px 0px 10px;
	border-top: dotted 2px #3399CC;
}
.respprev {
	display:block;
	clear:both;
	padding:10px;
	background-color:#EDF1F8;
	margin:5px auto 0px auto;
	width:640px;
}
#forum blockquote {
	border-left:solid 5px #D7E6F5;
	margin:10px 0px 10px 20px;
	padding:10px;
}
