#contenido
{
	font-family:	Tahoma, Arial, Verdana, Helvetica, sans-serif;
}


#menu2
{
	background:		#fff;
	font-size:		0.9em;
	padding:		12px 12px 0 12px;
	border:			1px solid #ccc;
}

	
	#menu2 span#ultima-visita
	{
		margin:	0 25px;
	}
	
		#menu2 span span
		{
			color:	#676d72;
		}



	#menu2 ul
	{
		background:			#999;
		list-style-type:	none;
		text-align:			center;
		margin:				12px -12px 0 -12px;
		padding:			5px;
	}
	
		#menu2 ul li
		{
			display:	inline;
			color:		#fff;
		}
		
			#menu2 ul li a
			{
				color:			#fff;
				font-weight:	bold;
				margin:			0 2px;
			}
			
				#menu2 ul li a:hover
				{
					text-decoration:	underline;
				}
			
	#menu2 #bienvenida2 a
	{
		font-weight:	bold;
	}
	
		#menu2 #bienvenida2 a:hover
		{
			text-decoration:	underline;
		}

		
		
#mensajes
{
	border:			1px solid #ccc;
	margin:			12px 0;
	font-size:		0.9em;
}

	#mensajes ul#opciones-mensaje
	{
		list-style-type:	none;
		border-right:		1px solid #eaeaea;
		border-top:			1px solid #eaeaea;
		background:			url(../images/backopcionesmensaje.png) repeat-x left;
		height:				25px;
		padding-right:		7px;
	}
	
		#mensajes ul#opciones-mensaje li
		{
			float:			right;
			border-right:	1px solid #eaeaea;
			padding:		0 5px;
		}
		
			#mensajes ul#opciones-mensaje li.final { border: none; }
		
			#mensajes ul#opciones-mensaje li a
			{
				color:		#626262;
				position:	relative;
				top:		5px;
				height:		25px;
				display:	block !important; display: inline;
			}
			
				#mensajes ul#opciones-mensaje li a:hover { color: #000; }
				
	
				
.mensaje
{
	padding:	21px 30px 20px 48px;
	border-top:	1px solid #ccc;
	background:	#fff;
}

#mensaje-principal
{
	background:	#efefef;
}

	.mensaje h3
	{
		font-size:		1.2em;
		color:			#e60405 !important;
		margin:			0 0 12px -30px;
		padding-left:	30px;
		background:		url(../images/titulo-respuesta.png) left no-repeat !important;
	}
	
	
	#mensaje-principal h3
	{
		font-size:		1.2em;
		background:		url(../images/titulo-pregunta.png) left no-repeat !important;
	}
	
	
	.mensaje span.fecha-mensaje
	{
		color:	#626262;
	}
	
	.mensaje h4
	{
		margin:			12px 0;
		width:			30%;
		font-size:		1.5em;
	}
	
		.mensaje h4.online
		{
			/*background:		url(../images/online.png) no-repeat right center;*/
		}
		
		.mensaje h4.offline
		{
			/*background:		url(../images/offline.png) no-repeat right center;*/
		}
	
		.mensaje h4 a
		{
			color:				#333;
			text-decoration:	underline;
		}
		
			.mensaje h4 a:hover { text-decoration: none; }
			
	.mensaje p
	{
		color:			#666;
		margin-bottom:	12px;
		line-height:	130%;
	}
	
	.mensaje form
	{
		text-align:	right;		
	}
	
		form.responder
		{
			float:			left;
			width:			220px;
			margin-bottom:	40px;
		}
		
		.mensaje form.responder
		{
			width:	4em;
		}
		
ul#navegador-temas
{
	list-style-type:	none;
	text-align:			center;
	font-size:			0.9em;
	float:				left;
	padding-top:		4px;
	margin-bottom:		40px;
}

.navegacion-paginas
	{
		border:		1px solid #676767;
		padding:	1px;
		font-size:	0.9em;
		float:		right;
		height:		17px;
	}
	
	.navegacion-paginas span
	{
		float:		left;
		color:		#fff;
		background:	#e60405;
		padding:	2px;
	}

	.navegacion-paginas ul
	{
		list-style-type:	none;
	}
	
		.navegacion-paginas ul li
		{
			display:		inline;
			background:		#000;
			color:			#fff;
			font-weight:	bold;
			border-right:	1px solid #ccc;
			float:			left;
			min-width:		1.2em;
			width:			auto !important; width: 1.2em;
			padding:		2px;
			text-align:		center;
		}
		
			.navegacion-paginas ul li.ultima 
			{ 
				border: none; 
				width:	auto !important; width: 4em; 
			}
		
			.navegacion-paginas ul li a
			{
				background:		#fff;
				font-weight:	normal;
				display:		block;
				padding:		2px;
				margin:			-2px;
				color:			#333;
			}
			
					.navegacion-paginas ul li a:hover
					{
						color:				#e60405;	
						text-decoration:	underline;
					}

	ul#navegador-temas li
	{
		display:	inline;
		color:		#333;
	}
	
		ul#navegador-temas li a
		{
			color:	#333;
		}
		
			ul#navegador-temas li a:hover { color:	#e60405; }
	
ul#enlaces-foro
{
	list-style-type:	none;
	clear:				left;
	margin-bottom:		-24px;
}

	ul#enlaces-foro li
	{
		display:	inline;
		color:		#666;
	}
	
		ul#enlaces-foro li a
		{
			font-weight:	bold;
			font-size:		0.9em;
			color:			#666;
		}
		
			ul#enlaces-foro li a:hover
			{
				color:	#cc0000;
			}
