#TextoIntro {
	border: 1px dashed #E8EBDA;
	padding: 12px;
	background-color: #F7F8F1;
	margin-bottom: 12px;
	
}

#Listadoforos table {
	margin-bottom: 16px;

}

#Listadoforos table tr.Impar {

	background-color: #f7f8f1;		
}

#Listadoforos table tr.Par {


}

#Listadoforos table th {
	border-bottom: 1px solid #FF9F9F;
	border-top: 1px solid #fff;	
	border-right: 1px solid #fff;	
	color: #9A0004;
	font-size: 1em;
	margin: 0px;
	padding: 6px;
	background: #F3E1E1;
}

#Listadoforos table td {
	border-bottom: 1px solid #F3E1E1;
	margin: 0px;
	padding: 6px;
	padding-bottom: 12px;
}

#Listadoforos table td.DatosForo p {
	font-size: 0.9em;
	font-family: verdana;
	margin: 0px;
	text-align: justify;
}

#Listadoforos table td.NumeroTemas {

	text-align: center;
	color: #000;
}

#Listadoforos table td.NumeroMensajes {
	text-align: center;
	color: #000;
}

#Listadoforos table td.UltimoMensaje {
	text-align: center;
}

.Cita {
	border: 1px dashed #E7EAD9;
	padding: 4px;
}

.Impar .Cita {
	background-color: #fff;
}

.Par .Cita {
	background-color: #f7f8f2;
}


.HerramientasDeForos {
	margin-bottom: 12px;
}

.BotonForo {
	background-color: #c70b11;
	background-image: url(../img/Fondo_OpcionMenuPral.gif);
	margin: 0px;
	padding: 0px;
	padding: 10px;
	padding-top: 6px;
	padding-bottom: 5px;
	display: block;
	color: #fff;
	font-weight: bold;
	width: 152px;
	height: 16px;
	overflow: hiddem;
}

.BotonForo {

}


.AvatarEnForo img {
	display: inline;
	margin: 4px;
}

.DatosPost {
	border: 1px solid #E7EAD9;
	width: 100px;
	font-size: 0.8em;
}

.Post {
	border: 1px solid #E7EAD9;
	border-left: 0px;
}

.Responder {
	display: block;
	text-align: right;
	padding-top:5px;
	clear: both;
}

.FotoEnMensaje {
	display: block;
	text-align: center;
	overflow: hidden;
	width: 200px;
	float: right;
	margin-left: 12px;
	margin-right: 12px;
	border: 1px solid #F3E1E1;
}

.FotoEnMensaje img {
	width: 200px;
}
