/* Estilos personalizados scroll, sólo funcionan en IE */
body {
	SCROLLBAR-FACE-COLOR:#6DA2FF; 
	SCROLLBAR-HIGHLIGHT-COLOR: #C3D9FF; 
	SCROLLBAR-SHADOW-COLOR: #2957A5; 
	SCROLLBAR-3DLIGHT-COLOR: #2957A5;
	SCROLLBAR-ARROW-COLOR: #000; 
	SCROLLBAR-TRACK-COLOR: #6DA2FF; 
	SCROLLBAR-DARKSHADOW-COLOR: #0052E2;
	}


/*--------------------------------------- TEXTOS -------------------------------------------*/
/* Migas y texto noticia grande*/
.txt1{
	font-family:Arial, Verdana;
	font-size:11px;
	color:#FFF;
	text-decoration:none;
	}

	.txt1 a{
		color:#FFF;
		text-decoration:none;
		}
	
	.txt1 :hover{
		text-decoration:underline;
		}

		.txt1_on{
			font-family:Arial, Verdana;
			font-size:11px;
			color:#FFF;
			font-weight:bold;
			text-decoration:underline;
			}

/* Contenidos */
.txt2{
	font-family:Arial, Verdana;
	font-size:12px;
	color:#FFF;
	}

	.txt2 a{
		color:#FFF;
		text-decoration:underline;
		}

	.txt2 a:hover{
		color:#000;
		text-decoration:none;
		}

/* Fecha noticia grande */
.txt3{
	font-family:Arial, Verdana;
	font-size:12px;
	color:#FFF9D2;
	font-weight:bold;
	}

/* Titular noticia grande */
.txt4{
	font-family:Arial, Verdana;
	font-size:15px;
	color:#F3DB3D;
	font-weight:bold;
	}

/* Fecha noticia lista */
.txt5{
	font-family:Arial, Verdana;
	font-size:12px;
	color:#63CFFF;
	font-weight:bold;
	}

/* titulo noticia lista */
.txt6{
	font-family:Arial, Verdana;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	}

	.txt6:hover{
		text-decoration:underline;
		}

