/* CSS Document */
<style type="text/css">

.enlace {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666;
	letter-spacing: 0.1em;
	text-decoration: none;
	}
.enlace:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666;
	letter-spacing: 0.1em;
	text-decoration: none;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EDEDED;
	border-left-color: #EDEDED;
}
.enlace:hover {
	color:#333333;
	letter-spacing: 0.1em;
	text-decoration: none;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
.enlace:active {
	font-size: 12px;
	color: #666666;
	letter-spacing: 0.1em;
	text-decoration: none;
}
.enlace:visited {
	font-size: 12px;
	color: #666666;
	letter-spacing: 0.1em;
	text-decoration: none;	
}

body {
	background:url(../ico/fondo_programas.gif);
	background-attachment:fixed;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
}
.programes {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
	text-decoration: none;
}
.programes:link {
	text-decoration: none;
}
.programes:active {text-decoration:none;}
.programes:hover {
	color: #0076B3; 
	text-decoration: none;
}
.Titols {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	border: thin none #FFF;
	font-weight: bold;
	letter-spacing: 0.25em;
}
.Estilo1 {font-family: Verdana, Geneva, sans-serif; font-size: 12px; color: #333; text-decoration: none; font-weight: bold}
.inici {
	color: #0076B3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing: 0.05em;
	}
.inici:link {
	text-decoration: none;
}
.inici:active {text-decoration:none;}
.inici:hover {
	color: #0076B3; 
	text-decoration: underline;
}	
.fila{
color:#333333;
}
.fila:hover{
background:#FFFFFF;
}


</style>
