/* Estilos personalizados scroll, sólo funcionan en IE */
body {
	SCROLLBAR-FACE-COLOR:#BD0F10;
	SCROLLBAR-HIGHLIGHT-COLOR: #920707;
	SCROLLBAR-SHADOW-COLOR: #770909;
	SCROLLBAR-3DLIGHT-COLOR: #770909;
	SCROLLBAR-ARROW-COLOR: #000;
	SCROLLBAR-TRACK-COLOR: #900B0B;
	SCROLLBAR-DARKSHADOW-COLOR: #BD0F10;
	}


/*--------------------------------------- GALERIAS -------------------------------------------*/
.foto{
	position:relative;
	float:left;
	width:140px;
	text-align:center;
	padding:25px 0 0 0;;
	}

#foto-big{
	position:relative;
	float:left;
	}


/*--------------------------------------- TEXTOS -------------------------------------------*/
/* Idiomas */
.txt1{
	font-family:Arial, Verdana;
	font-size:10px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	}

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

/* Enlace a Home */
.txt2{
	font-family:Trebuchet, Arial, Verdana;
	font-size:11px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	}

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

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

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

	.txt3 a:hover{
		color:#000;
		text-decoration:underline;
		}

/* Fecha y sección noticia pral */
.txt4{
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	}

/* Entradilla noticia pral */
.txt5{
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	}

	.txt5:hover{
		color:#FFF;
		text-decoration:underline;
		}

/* Fecha listado noticias */
.txt6{
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:12px;
	color:#000;
	}

/* Titulos listado noticias */
.txt7{
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	}

	.txt7:hover{
		color:#FFF;
		text-decoration:underline;
		font-weight:bold;
		}

/* galería título */
.txt8{
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:18px;
	color:#FFF;
	font-weight:bold;
	}