.sComentario, .S18, .S3, .co0, .co1, .coMULTI {
	color: #008000;
}
.sKeyword, .S5, .kw0, .kw1, .kw2 {
	color: #FF0000;
}
.sIdentificador, .S16, .S19, .kw3, .me0, .me1, .me2 {
	color: #000080;
}
.sString, .S6, .st0, .st1 {
	color: #0000FF;
}
.sInactivo {
	color: #AAAAAA;
}
.S10, .br0, .br1{
	font-weight: bold;
	color: #000000;
}
.S0, .S11 {
	color:#000000;
}
.tImagen{
	text-align:center;
	font-size:10px;
	background-position: center center;
	margin: 5px;
	padding: 5px;
}
img.imgBlog{
	background: #FFF;
	padding: 3px;
}
.codigo {
	border:#CCCCCC solid 1px;
	background: #FFFFE6 url(/images/icons/code.png) no-repeat;
	width:90%;
	margin: 2px 0 10px 20px;
	padding: 10px;
	overflow:auto;
	clear:both;
}
.cita {
	border:#CCCCCC solid 1px;
	background: #F4F9F9 url(/images/icons/cita.png) no-repeat;
	width:90%;
	margin: 2px 0 10px 20px;
	padding:10px;
	overflow:auto;
}
.nota {
	background: #FFFFCC url(/images/icons/notawarning.png) no-repeat;
	border: solid 1px #CCCCCC;
	font-style: italic;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 10px;
	padding: 3px 3px 3px 44px;
	width: 60%;
}

/* Para evitar el desfase del código formateado cuando es citado varias veces en el foro */
.topic_topic .cita pre.codigo { width:470px; }
.topic_topic .cita .cita pre.codigo { width:420px; }
.topic_topic .cita .cita .cita pre.codigo { width:370px; }
.topic_topic .cita .cita .cita .cita pre.codigo { width:320px; }
.topic_topic .cita .cita .cita .cita .cita pre.codigo { width:270px; }
/* con esto aguantará hasta conseguir un verdadero heroe CSS */
