pre.code {
	display: block;
	margin: 0 25px 0 25px;
	padding: 5px;
	font-family: monospace;
	color: #7F0000;
	background-color: #FFF;
	border: 1px solid #BFBFBF;
	overflow: auto;
	font-size: 8pt;
}
/* Quote block */
blockquote {
	margin: 1em 1px 1em 25px;
	padding: 5px;
	background: #ebebeb none 6px 8px no-repeat;
	border:1px solid #dbdbdb;
	font-size:0.95em;
	margin:1em 1px 1em 25px;
	overflow:hidden;
	padding:5px;
}

blockquote blockquote {
	/* Nested quotes */
	background-color:#bababa;
	font-size:1em;
	margin:0.5em 1px 0pt 15px;	
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #e4e4e4;
}

blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: bold;
	margin-left: 20px;
	display: block;
	font-size: 0.9em;
}

blockquote cite cite {
	font-size: 1em;
}

.show-spoiler {color:#CC3333;font-size: 15px;font-weight: bold;}

/*  Listado foros (foros_F) y listado temas (foros_T)
----------------------------------------------------*/ 
table.foros_F,table.foros_T,table.foros_M {
	border-collapse: collapse;
	width: 100%;
	font-size: 1em;
	clear: both;
} 
.foros_F caption,.foros_T caption,.foros_M caption{
	font: italic bold 2em Georgia,"Times New Roman", Times, serif;
	color: #252b30;
	padding: 1em 0 0 0; 
	text-align: left;
	line-height: 2em;
}                  
.foros_F th,.foros_T th,.foros_M th {
	font-weight: bold;
	color: #252b30;
	padding: 5px;
	background: #E5E5E5 url(/layout/img/bg-diagonal-gris_MC.png) repeat;
	border: 3px solid #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}       
.foros_F td,.foros_T td,.foros_M td {
	color: #000;
	margin: 1px;
	padding: 5px;
	text-align: center;
}      
.foros_T td {
	border-bottom: 3px solid #f5f5f5;
}
.foros_F .left,.foros_T .left,.foros_M .left{text-align: left;}

.foros_F th.Fnombre  {
	width: 50%;
	text-align: left;
	font: italic bold 1.5em Georgia,"Times New Roman", Times, serif;
}
.foros_F th.Ntemas {width: 10%;}
.foros_F th.Nposts {width: 10%;}
.foros_F th.Lposts {width: 30%;text-align: left;}
.foros_F td.subforos{ 
	color: #252b30;
	text-align: left;
	font: italic bold 1.1em Georgia,"Times New Roman", Times, serif;
}



/*  Listado mensajes (foros_M)
----------------------------------------------------*/
.foros_M td,.foros_M th {text-align: left;}
.foros_M caption{	padding: 0; }    
tr.separador td {	border-bottom: 3px solid #333;}
tr.tema td {

}
.foros_M td.postername {
	font-weight: bold;
	width: 160px;
}
.foros_M td.postername .posternamecontainer {	
	overflow: hidden;
	width: 160px;
}
.foros_M td.postinfo {
	vertical-align: middle;
}
.foros_M td.postinfo .postdate {
	color: #444;
}
.foros_M td.postinfo .postlinks {
	float: right;
	font-weight: bold;
	color: #999;
}
.foros_M td.posterinfo {
	vertical-align: top;
	width: 160px;
}
.foros_M td.posterinfo .avatar {
	margin-top: 10px;
}
.foros_M td.posterinfo .avatar img {
	margin-bottom: 10px;
}
.foros_M td.posterinfo div {
	color: #444;
	padding-bottom: 0.2em;
}
.foros_M td.postcontent {
	vertical-align: top;
}
.foros_M td.postcontent .post {
	overflow: auto;
	cursor: auto;
}
.foros_M td.postcontent .signature {
	color: #444;
	font-size: 0.9em;
	border-top: 1px dotted #333;
	padding: 5px;
	margin-top: 10px;
}
.foros_M td.postcontent .editinfo {
	margin: 5px 0 0 0;
	border-top: 1px solid silver;
	padding: 5px 0 0 0;
	color: #444;
	font-size: 0.8em;
	font-style: italic;
}
.foros_M td.postcontent .poster-ip-addr {
	color: #666;
	font-size: 0.8em;
	text-align: right;
	padding: 5px 0 0 0;
}
.foros_M td.postcontent .poster-ip-addr a {
	text-decoration: none;
}
.foros_M td.posterinfo, table.mensajes td.postcontent {
	xborder-bottom: 3px solid #333;
}

#actionlinks {/*no se usa creo*/
	color: #323232;
	text-align: left;
	padding: 3px;
	margin-bottom: 10px;
	margin-top: -10px;
	font-size: 0.8em;
}

/*  Botones de respuesta y moderacion
----------------------------------------------------*/
.writeynav,.moderacion{
	width: 100%;
	clear: both;
}
.writeynav p{line-height:2em;}
.write {
	float: right;
	text-align: right;
	width: 20%;
}
#content .writeynav .write a{color: #FFF;}
.prev-next {
	float: left;
	width: 70%;
	clear: none;
	text-align: left;
}


/*  Responder y escribir nuevo tema
----------------------------------------------------*/

#post-options input, #post-options label {margin: 0 0 3px 0;}
label, input[type="radio"], input[type="checkbox"], select {cursor: pointer;}

/*  Spoiler
----------------------------------------------------*/
.xpopup {
        background-color: #eff7df;
        border: solid 1px #b0c38b;
        color: #59624a;
        padding: 6px;
        position: absolute;
        font-size: 0.95em;
        line-height: 120%;
}

a.xtoolTip{
        text-decoration:underline;
        border-bottom:1px dotted #317082;
}

a:hover .xtoolTip {
        border-bottom:1px dotted #317082;
        color: #8B7B73;
}