/* Estructura del Foro */

div.foro 
{
	width:454px;
	margin-top:15px;
	float: right;
}

div.foro div.headerForo
{
	width:452px;
	height:22px;
	border-bottom:1px solid #000000;
	margin-bottom:10px;
}

div.foro div.headerForo span.headerOpinar
{
	position:relative;
	float:right;
	width:136;
	height:22;
}

div.foro div.headerForo span.headerForoBullet
{
	position:absolute;
	width:336;
	height:22;
	background: url(images/bullet-header-foro.gif) top left no-repeat;
	padding-left:18px;
	padding-top:4px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #9F1425;
}


/* Propio de cada mensaje*/

div.foro div.headerOpinion
{
	width:452px;
	height:22px;
	margin-top:5px;
	margin-bottom:5px;
}

div.foro div.headerOpinion span.headerResponder
{
	position:relative;
	float:right;
	width:116;
	height:21;
	margin-bottom:3px;
	z-index:1;
}
span.headerResponder img
{
	height:24px;
}
div.foro div.ContenidoOpinion
{
	font-family: Arial;
	font-size: 11px;
	font-weight: regular;
	color: #000000;
	margin-bottom:35px;
	_margin-bottom:10px;
	width:452px;
	height:22px;
}

/***************************OPINION ***************************/


div.foro div.headerOpinion span.headerOpinionBullet
{
	position:absolute;
	width:336;
	height:22;
	background: url(images/puntapreguntaoriginal.gif) top left no-repeat #e5e5e5;
	padding-left:40px;
	padding-top:4px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color:#5F6E4D;
}

div.foro div.ContenidoOpinion span.fecha
{
	position:relative;
	float:right;
	color: #535F45;
	font-size: 10px;
}

div.foro div.ContenidoOpinion span.autor
{
	color: #535F45;
	font-size: 11px;
}

div.foro div.ContenidoOpinion div.texto
{
	margin-top:5px;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	line-height:16px;
}

/***************OPINION RESPUESTA*****************************/

div.foro div.headerOpinion span.headerOpinionBulletRE
{
	position:absolute;
	width:336;
	height:22;
	background: url(images/puntarespuesta.gif) top left no-repeat #e5e5e5;
	padding-left:40px;
	padding-top:4px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color:#5E5E5E;
}

div.foro div.ContenidoOpinionRE span.fecha
{
	position:relative;
	float:right;
	color: #545F45;
	font-size: 10px;
}

div.foro div.ContenidoOpinionRE span.autor
{
	color: #5E5E5E;
	font-family: Arial;
	font-size: 11px;
}

div.foro div.ContenidoOpinionRE div.texto
{
	margin-top:5px;
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	line-height:16px;
}

div.foro div.lineaSeparador
{
	height:5px;
	font-size: 3px;
	width:100%;
	padding: 0px 0px 0px 0px;
	margin-right:2px;
	background-color:#7b876c;
	
}
div.foro div.paginador
{
	float:right;
	width:180px;
}

div.foro div.paginador div.pagActual
{
	background-color:#C4C4C4;
	text-align:center;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	margin-bottom:1px;
}
div.foro div.paginador div.paginas
{
	padding:4px 5px 2px 5px;
	background-color:#6C6C6C;
	color:#FFFFFF;
	text-align:center;
	font-family:arial;
	font-size:12px;
	font-weight:regular;
}

div.foro div.paginador div.footer
{
	background: url(images/footer-paginador.gif) top no-repeat;
	width:180px;
}

div.foro div.paginador div.paginas a.nroPag
{
	text-decoration:underline;
	color: white;
}