/*  CSS Document                      */
/*  Diseño: Alejandro Arce            */
/*  © copyright-2007                  */
/*  e-mail: tintayluz@ciudad.com.ar   */
/*  estilo contenido azul             */

/* link */
a{
	text-decoration:none; 
	color:#999;
}
a:hover{
	text-decoration:none; 
	color:#000;
} 


/* titulo */
.titulo{
	color:#000;
	font-size:16px;
	text-align: left;
	font-weight: bold;
}
.titulo_color{
	color:#069;
	font-size:16px;
	text-align: left;
	font-weight: bold;
}
.titulo_color a{
	color:#09C;
}
.titulo_color a:hover{
	color:#069;
}
.titulo_gris{
	color:#999;
	font-size:16px;
	text-align: left;
	font-weight: bold;
}
.subtitulo{
	color:#000;
	font-size:14px;
	text-align: left;
	font-weight: bold;
}
.subtitulo_color{
	color:#069;
	font-size:14px;
	text-align: left;
	font-weight: bold;
}
.subtitulo_color a{
	color:#09C;
}
.subtitulo_color a:hover{
	color:#069;
}
.subtitulo_gris{
	color:#999;
	font-size:14px;
	text-align: left;
	font-weight: bold;
}
.subtitulo_gris a{
	color:#bbb;
}
.subtitulo_gris a:hover{
	color:#999;
}


/* copete */
.copete{
	color:#000;
	font-size:15px;
	text-align: left;
}
.copete a{
	background: url(link_0.gif) center right no-repeat;
	padding-right: 18px;
}
.copete a:hover{
	background: url(link_1.gif) center right no-repeat;
	padding-right: 18px;
}
.copete_color{
	color:#069;
	font-size:15px;
	text-align: left;
}
.copete_color a{
	color:#09C;
	background: url(link_a0.gif) center right no-repeat;
	padding-right: 18px;
}
.copete_color a:hover{
	color:#069;
	background: url(link_a1.gif) center right no-repeat;
	padding-right: 18px;
}
.copete_gris{
	color:#999;
	font-size:15px;
	text-align: left;
}
.copete_gris a{
	color:#BBB;
	background: url(link_g0.gif) center right no-repeat;
	padding-right: 18px;
}
.copete_gris a:hover{
	color:#999;
	background: url(link_g1.gif) center right no-repeat;
	padding-right: 18px;
}


/* texto normal*/
.texto {
	color:#000;
	font-size:13px;
	text-align: left;
	list-style-image:url(link_1.gif);	
}
.texto a{
	color:#999;
	background: url(link_ch_0.gif) center right no-repeat;
	padding-right: 16px;
}
.texto a:hover{
	color:#000;
	background: url(link_ch_1.gif) center right no-repeat;
	padding-right: 16px;
}


/* texto normal justificado*/
.texto_j {
	color:#033;
	font-size:13px;
	text-align:left;
	list-style-image:url(punto_a.gif);
}
.texto_j a{
	color:#999;
	background: url(link_ch_1.gif) center right no-repeat;
	padding-right: 16px;
}
.texto_j a:hover{
	color:#000;
	background: url(link_ch_0.gif) center right no-repeat;
	padding-right: 16px;
}


/* texto color*/
.texto_color {
	color:#069;
	font-size:13px;
	text-align: left;	
}
.texto_color a{
	color:#09C;
	background: url(link_ch_a0.gif) center right no-repeat;
	padding-right: 16px;
}
.texto_color a:hover{
	color:#069;
	background: url(link_ch_a1.gif) center right no-repeat;
	padding-right: 16px;
}


/* texto color justificado*/
.texto_color_j {
	color:#069;
	font-size:13px;
	text-align: justify;	
}
.texto_color_j a{
	color:#09C;
	background: url(link_ch_a0.gif) center right no-repeat;
	padding-right: 16px;
}
.texto_color_j a:hover{
	color:#069;
	background: url(link_ch_a1.gif) center right no-repeat;
	padding-right: 16px;
}


/* texto gris*/
.texto_gris {
	color:#999;
	font-size:13px;
	text-align: left;	
}
.texto_gris a{
	color:#bbb;
	background: url(link_ch_g0.gif) center right no-repeat;
	padding-right: 16px;
}
.texto_gris a:hover{
	color:#999;
	background: url(link_ch_g1.gif) center right no-repeat;
	padding-right: 16px;
}


/* texto gris justificado*/
.texto_gris_j{
	color:#999;
	font-size:13px;
	text-align: justify;	
}
.texto_gris_j a{
	color:#bbb;
	background: url(link_ch_g0.gif) center right no-repeat;
	padding-right: 16px;
}
.texto_gris_j a:hover{
	color:#999;
	background: url(link_ch_g1.gif) center right no-repeat;
	padding-right: 16px;
}


/* comentario normal*/
.coment {
	text-align:left;
	color:#000;
	font-size:11px;
}
.coment a{
	color:#999;
	background: url(link_ch_0.gif) center right no-repeat;
	padding-right: 16px;
}
.coment a:hover{
	color:#000;
	background: url(link_ch_1.gif) center right no-repeat;
	padding-right: 16px;
}


/* comentario normal justificado*/
.coment_j {
	text-align:justify;
	color:#000;
	font-size:11px;
}
.coment_j a{
	color:#999;
	background: url(link_ch_0.gif) center right no-repeat;
	padding-right: 16px;
}
.coment_j a:hover{
	color:#000;
	background: url(link_ch_1.gif) center right no-repeat;
	padding-right: 16px;
}


/* comentario color*/
.coment_color{
	text-align:left;
	color:#069;
	font-size:11px;
}
.coment_color a{
	color:#09C;
	background: url(link_ch_a0.gif) center right no-repeat;
	padding-right: 16px;
}
.coment_color a:hover{
	color:#069;
	background: url(link_ch_a1.gif) center right no-repeat;
	padding-right: 16px;
}


/* comentario color justificado*/
.coment_color_j{
	text-align:justify;
	color:#069;
	font-size:11px;
}
.coment_color_j a{
	color:#09C;
	background: url(link_ch_a0.gif) center right no-repeat;
	padding-right: 16px;
}
.coment_color_j a:hover{
	color:#069;
	background: url(link_ch_a1.gif) center right no-repeat;
	padding-right: 16px;
}


/* comentario gris*/
.coment_gris{
	text-align:left;
	color:#999;
	font-size:11px;
}
.coment_gris a{
	color:#BBB;
	background: url(link_ch_g0.gif) center right no-repeat;
	padding-right: 16px;
}
.coment_gris a:hover{
	color:#999;
	background: url(link_ch_g1.gif) center right no-repeat;
	padding-right: 16px;
}


/* comentario gris justificado*/
.coment_gris_j{
	text-align:justify;
	color:#999;
	font-size:11px;
}
.coment_gris_j a{
	color:#BBB;
	background: url(link_ch_g0.gif) center right no-repeat;
	padding-right: 16px;
}
.coment_gris_j a:hover{
	color:#999;
	background: url(link_ch_g1.gif) center right no-repeat;
	padding-right: 16px;
}


/* mini comentario normal*/
.minicoment {
	text-align:left;
	color:#000;
	font-size:10px;
}
.minicoment a{
	color:#999;
	background: url(link_ch_0.gif) center right no-repeat;
	padding-right: 16px;
}
.minicoment a:hover{
	color:#000;
	background: url(link_ch_1.gif) center right no-repeat;
	padding-right: 16px;
}


/* mini comentario color*/
.minicoment_color{
	text-align:left;
	color:#069;
	font-size:10px;
}
.minicoment_color a{
	color:#09C;
	background: url(link_ch_a0.gif) center right no-repeat;
	padding-right: 16px;
}
.minicoment_color a:hover{
	color:#069;
	background: url(link_ch_a1.gif) center right no-repeat;
	padding-right: 16px;
}


/* mini comentario gris*/
.minicoment_gris{
	text-align:left;
	color:#999;
	font-size:10px;
}
.minicoment_gris a{
	color:#BBB;
	background: url(link_ch_g0.gif) center right no-repeat;
	padding-right: 16px;
}
.minicoment_gris a:hover{
	color:#999;	
	background: url(link_ch_g1.gif) center right no-repeat;
	padding-right: 16px;
}


/*capitular*/
span.capitular
{
float:left;
width:0.8em;
font-size:320%;
line-height:75%;
color:#069;
font-weight:bold
}


/*lista (barra inferior)*/
#punto_color {
	list-style-image:url(punto_v.gif);
}
#hoja{
	list-style-image:url(hoja_ch_o.gif);
}
#nada {  
	list-style:none;
}
