

	.tituloforo {
		font-size: 14px;
		font-weight: bold;
	}
	.titulomensage {
		font-size: 12px;
		font-weight: bold;
	}
	.destacado {
		background-color: #EFD08D;
		margin: 20px 0;
		padding: 5px;
		border: 1px solid #000;
	}
	#forum {
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
		width: 930px;
		margin: 0 auto;
	}
	#forumizq {
		width: 600px;
		float: left;
	}
	#forumder {
		width: 300px;
		float: right;
	}
	#forum p {
		margin: 2px 0;
	}
	.enlaceforo {
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	}
	a.enlaceforo:link {
		color: #c00;
		text-decoration: none;
	}
	a.enlaceforo:visited {
		color: #005952;
		text-decoration: none;
	}
	a.enlaceforo:hover {
		color: #000;
		text-decoration: underline;
	}
	a.enlaceforo:active {
		color: #F00;
	}
	.postmensaje {
		width: 500px;
		margin: 0 auto;
	}
	.postmensaje table {
		margin: 10px 0 20px 0;
		border: 1px solid #ccc;
	}
	.postmensaje td {
		text-align: center;
		width: 50px;
	}
	/*Colapsable */
	.trigger{
	cursor:pointer;
	}		
	.expanded{
		background:#EFD08D;
		cursor:pointer;
	}
	.show{
		margin: 0 0 20px 50px;
	}
	.hide{
		position:absolute;
		left:-999em;
		height:1px;
		width:100px;
		overflow:hidden;
	}
	/*Fin Colapsable */
