@charset "utf-8";
body {
	margin: 0px;
	background-attachment: scroll;
	background-image: url(imagenes/imagen_fondo.gif);
	background-repeat:  repeat-x;
	background-position: top;
}
.tablacentral {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A3A6A8;
	border-right-color: #A3A6A8;
	border-bottom-color: #A3A6A8;
	border-left-color: #A3A6A8;
	background-color: #FFFFFF;
}
.titulospeques {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
}
.textogeneral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.horarios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f72a2a;
}
.textospie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.tallerlinea {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.lineaarriba {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.fichasocasion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.tablaexplicacion {
	background-image: url(imagenes/fondo_explicacion.gif);
	color: #FFFFFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

