<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.borde_izq { border-left-width: 1px;border-left-style: solid; }

.tit_P .borde_izq {border-color:olive; }
.tit_E .borde_izq {border-color:green; }
.tit_C .borde_izq {border-color:teal; }
.tit_I .borde_izq {border-color:purple; }
.tit_F .borde_izq {border-color:fuchsia;}

.borde_der { border-right-width: 1px;border-right-style: solid;}

.tit_P .borde_der {border-color:olive; }
.tit_E .borde_der {border-color:green; }
.tit_C .borde_der {border-color:teal; }
.tit_I .borde_der {border-color:purple; }
.tit_F .borde_der {border-color:fuchsia;}

.borde_inf {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.tit_P .borde_inf {border-color:olive; }
.tit_E .borde_inf {border-color:green; }
.tit_C .borde_inf {border-color:teal; }
.tit_I .borde_inf {border-color:purple; }
.tit_F .borde_inf {border-color:fuchsia;}

.borde_sup {
	border-top-width: 1px;
	border-top-style: solid;
}

.tit_P .borde_sup {border-color:olive; }
.tit_E .borde_sup {border-color:green; }
.tit_C .borde_sup {border-color:teal; }
.tit_I .borde_sup {border-color:purple; }
.tit_F .borde_sup {border-color:fuchsia;}

.titulos{
	color:#333333;
	font-size:14px;
	margin-top:24px;
	font-weight:bold;
	margin-bottom:12px;
	width:300px;
	background-color: #C2CF9B;
}
.titulo_articulo {
font-size:14px;
color:#666666;
margin-bottom:6px;
}

.subtitulo_articulo {
	font-size:14px;
	color:#666666;
	margin-bottom:6px;
	font-weight: bold;
}

.tit { font-size: 11px; font-weight: bold;}
.tit_P {color: #F6BE28; text-align:center; }
.tit_E {color: #A2CD5A;  text-align:center; }
.tit_C {color: teal;  text-align:center; }
.tit_I {color: purple; text-align:center;}
.tit_F {color: fuchsia;  text-align:center;}
.tit_G {color:#666666; }

.bloque_sin {
	width:700px;
	padding:6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.bloque_borde_tot {
	width:700px;
	padding:7px;
	border-width: 1px;
	border-style: solid;
	border-color: #bebebe;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
</pre></body></html>